Skip to content

Commit ea7af9f

Browse files
committed
rename it to ci_always_run and add docs
Signed-off-by: Huamin Li <[email protected]>
1 parent 0384aa7 commit ea7af9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
# and $$BUILDKITE_PARALLEL_JOB_COUNT environment variables.
2626
# working_dir(str): specify the place where the command should execute, default to /vllm-workspace/tests
2727
# source_file_dependencies(list): the list of prefixes to opt-in the test for, if empty, the test will always run.
28+
# ci_always_run(bool): default to false, if true, the test will always run on CI (ready label added).
2829

2930
# When adding a test
3031
# - If the test belongs to an existing group, add it there
@@ -1191,6 +1192,7 @@ steps:
11911192
- label: LM Eval Large Models (H100) # optional
11921193
gpu: h100
11931194
optional: true
1195+
ci_always_run: true
11941196
num_gpus: 4
11951197
working_dir: "/vllm-workspace/.buildkite/lm-eval-harness"
11961198
source_file_dependencies:

0 commit comments

Comments
 (0)