Skip to content

Commit 9286ade

Browse files
committed
T2: force canary failure via bogus image tag
Override gptoss-fp4-h100-vllm image to a nonexistent vLLM tag so the canary's docker pull fails. Expected workflow behavior under the new tighter gate: canary-sweep.result == 'failure' → all 8 fan-out jobs skip (gate: success || skipped) Will be reverted after T2 verifies.
1 parent 0ba1cf7 commit 9286ade

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/configs/nvidia-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4492,7 +4492,7 @@ minimaxm2.5-fp4-b300-vllm:
44924492
- { tp: 8, conc-start: 4, conc-end: 4 }
44934493

44944494
gptoss-fp4-h100-vllm:
4495-
image: vllm/vllm-openai:v0.21.0
4495+
image: vllm/vllm-openai:nonexistent-tag-T2-canary-failure-test
44964496
model: openai/gpt-oss-120b
44974497
model-prefix: gptoss
44984498
runner: h100

perf-changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3133,5 +3133,5 @@
31333133
- config-keys:
31343134
- gptoss-fp4-h100-vllm
31353135
description:
3136-
- "[T1 / PR #1503 canary-gate test] No-op trigger to exercise canary success + dedup'd fan-out on the existing gptoss h100 vLLM config (h100 chosen for shorter CI queue). Run-sweep PR also tightens cancel-gate to `success || skipped` and adds new `non-canary-full-sweep-enabled` label (full sweep without canary)."
3136+
- "[T2 / PR #1503 canary-gate test] Image override to nonexistent vLLM tag forces canary image-pull to fail. Expected: canary-sweep.result == 'failure', all fan-out jobs (single-node/multi-node/agentic/evals) skipped via the new `success || skipped` gate. T1 already verified canary success path on the same config."
31373137
pr-link: https://github.com/SemiAnalysisAI/InferenceX/pull/1503

0 commit comments

Comments
 (0)