diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 228f920815..bbd9496b28 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -19,6 +19,8 @@ # in this case, commands must be specified. the first command runs on first host, the second # command runs on the second host. + + # working_dir(str): specify the place where command should execute, default to /vllm-workspace/tests # source_file_dependencies(list): the list of prefix to opt-in the test for, if empty, the test will always run.