Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
c748355e
Unverified
Commit
c748355e
authored
Nov 12, 2025
by
Huamin Li
Committed by
GitHub
Nov 12, 2025
Browse files
[CI] Introduce autorun_on_main feature (#27836)
Signed-off-by:
Huamin Li
<
3ericli@gmail.com
>
parent
91864b79
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+3
-1
No files found.
.buildkite/test-pipeline.yaml
View file @
c748355e
...
...
@@ -25,6 +25,7 @@
# and $$BUILDKITE_PARALLEL_JOB_COUNT environment variables.
# working_dir(str): specify the place where the command should execute, default to /vllm-workspace/tests
# source_file_dependencies(list): the list of prefixes to opt-in the test for, if empty, the test will always run.
# autorun_on_main (bool): default to false, if true, the test will run automatically when commit is pushed to main branch.
# When adding a test
# - If the test belongs to an existing group, add it there
...
...
@@ -606,6 +607,7 @@ steps:
source_file_dependencies
:
-
csrc/
-
vllm/model_executor/layers/quantization
autorun_on_main
:
true
commands
:
-
pytest -s -v evals/gsm8k/test_gsm8k_correctness.py --config-list-file=configs/models-small.txt --tp-size=1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment