-
Notifications
You must be signed in to change notification settings - Fork 72
ci(uat): enroll azure-h100 inference in nightly batch #1776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -105,10 +105,18 @@ reservations: | |
| test-config-dir: tests/uat/azure/tests | ||
| # Enrolled with [training] after the green manual acceptance run | ||
| # (29125390442: full provision → CUJ → evidence → teardown). Inference | ||
| # joins after a green manual intent=inference dispatch — the AWS/GCP | ||
| # rows run both, so add it here rather than removing the key (a bare | ||
| # `nightly-intents:` decodes as absent and defaults to [training]). | ||
| nightly-intents: [training] | ||
| # joined after a green manual intent=inference dispatch, matching the | ||
| # AWS/GCP rows which run both. | ||
| nightly-intents: [training, inference] | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. blocker: The prerequisite stated above is not met. Run 29125390442 was a training run, and the latest manual Azure inference run (29448415427) finished in failure at evidence verification. This enrollment therefore adds a predictably red nightly main cell. Keep inference unenrolled until a full provision → validate → verify → teardown run succeeds, and link that run here.
Comment on lines
+108
to
+110
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🩺 Stability & Availability | 🟠 Major | ⚡ Quick win Azure inference still lacks a clean end-to-end acceptance run. The
📍 Affects 2 files
🤖 Prompt for AI Agents |
||
| # The AKS ND H100 v5 inference perf fix (nvidia-tuned 0.3.2, #1767) is on | ||
| # main but not in any release tag yet — v0.17.0 and older pin 0.3.1 and | ||
| # fail inference-perf. Gate release inference cells to the first release | ||
| # that will carry the fix, so today only `main` runs Azure inference | ||
| # nightly (green); older releases are skipped instead of running red, and | ||
| # the gated release enrolls automatically once it ships. Bump this when the | ||
| # actual first-fixed tag differs. | ||
| nightly-intent-min-versions: | ||
| inference: v0.18.0 | ||
| - name: aws-gb200 | ||
| cloud: aws | ||
| # CROSS-ACCOUNT: the GB200 Capacity Block lives in a SEPARATE tenancy | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blocker: The nightly controller defaults to previous_n=1, so this also enables the v0.17.0 inference cell. That release pins nvidia-tuned 0.3.1; the Azure performance fix arrived in 0.3.2 after v0.17.0. Exclude unsupported release cells for this reservation/intent or demonstrate a green v0.17.0 inference run before enrolling it.