File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments