Automatically trace vLLM nightly pytest jobs - #469
Draft
khluu wants to merge 6 commits into
Draft
Conversation
khluu
force-pushed
the
ci-test-selection-mvp
branch
from
August 12, 2026 10:26
a9ba6b6 to
eade881
Compare
khluu
force-pushed
the
ci-test-selection-mvp
branch
5 times, most recently
from
August 19, 2026 06:56
0a77604 to
88cb81a
Compare
khluu
force-pushed
the
ci-test-selection-mvp
branch
3 times, most recently
from
August 19, 2026 09:57
1c03695 to
4eed51e
Compare
Signed-off-by: Kevin Luu <51931015+khluu@users.noreply.github.com>
khluu
force-pushed
the
ci-test-selection-mvp
branch
from
August 19, 2026 10:22
4eed51e to
4dae642
Compare
Signed-off-by: Kevin Luu <51931015+khluu@users.noreply.github.com>
khluu
force-pushed
the
ci-test-selection-mvp
branch
from
August 19, 2026 12:15
4a863c5 to
d9d3a80
Compare
Signed-off-by: Kevin Luu <51931015+khluu@users.noreply.github.com>
Signed-off-by: Kevin Luu <51931015+khluu@users.noreply.github.com>
Signed-off-by: Kevin Luu <51931015+khluu@users.noreply.github.com>
Signed-off-by: Kevin Luu <51931015+khluu@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
.buildkite/test_areason trustedmainnightlies.There are no per-job tracing declarations, retained Nsight timelines, AST symbol indexes, static source-to-kernel export steps, or production PR skip behavior in this draft.
Why
The repository layout is the enrollment contract: pytest jobs under
.buildkite/test_areasshould produce evidence automatically. Keeping policy in ci-infra removes duplicated YAML knobs and lets an unchanged vLLMmaintree collect trace evidence.The first selector is deliberately conservative. Python changes may use observed file/line presence. Native/kernel source changes and any unmapped file fall back until an independently validated source-to-kernel mapping exists.
Safety properties
vllm-project/vllm,NIGHTLY=1, branchmain, and a non-PR build.Validation
Local and GitHub
605214b63275ba4ebdbe0ee81861e0f1d6e5dc39.175 passedacrossbuildkite/tests.git diff --checkpass.eac636a7fa476983cdae34b45a984e9852aad375: 307 unique production command keys = 121 traced + 186 always-run.Production evidence
8b22e49c058651312e90703807d3714eaa8555999f95039040b1967352e2889c.93e823241c21935490c615f0cb98348090b116b533486ab0e512e6dd9bf22eff.4c09961b5b5a5fa16f3a3a280a35dd6f5f5108309c27a933cf34f0ee5a1d460c.df68c3f2efca9fdf982d01df3a21be0fd20bdc35ee5d164996a3139f0bcd31e9.llama4.pychange): selected 235/307 = 227 uncovered/fail-closed + 8 evidence-backed; safely skipped 72 jobs (~23%) with 96 inspectable why-chain rows.tests/quantization/test_quark.pywas unmapped, so selection fell back to run-all exactly as designed.The #84672 child reports failed only because the dedicated trial gate deliberately exits nonzero when any shadow trial falls back; publication, read-back, both trial outputs, and result artifact upload completed first.
Known limits
This validates the collector/publisher/selector MVP for shadow-only use, not enforcement. On the representative #50227 trial, 227/307 jobs remained uncovered or fail-closed. Coverage must expand and false-negative audits must remain clean before any production skipping is considered.
Contribution notes
AI assistance was used in implementation and validation. The human submitter must review every changed line and understand the design before moving this PR out of draft.