-
Notifications
You must be signed in to change notification settings - Fork 191
Open
Labels
Description
Summary
The results API (used in extended_tests/benchmark) is unreachable from CI runners, causing benchmark tests to fail with network errors during result upload and LKG comparison.
Root Cause
As per the recent network changes, the Azure-hosted API appears to be blocking CI runner IPs (403 Ip Forbidden) and causing connection resets.
Current Workaround
LKG comparison and API upload will be temporarily disabled in benchmark_base.py with TODO. Benchmark scores are still printed iin console and saved locally.
Actions
- Will get the API network/firewall configuration fixed to allow CI runner IPs
- Re-enable compare_with_lkg() in benchmark_base.py (restore original implementation)
- Remove the TODO(lajagapp) workaround warnings
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
TODO