Skip to content

extended_tests: Results API unreachable from CI nodes #3850

@lajagapp

Description

@lajagapp

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

Metadata

Metadata

Assignees

Type

No type

Projects

Status

TODO

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions