From 0e2b026ece1627dac51e2050858dbd0213936ed6 Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Tue, 3 Dec 2024 17:49:50 -0800 Subject: [PATCH] Update test-pipeline.yaml --- .buildkite/test-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index 455f02a206..228f920815 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -18,6 +18,7 @@ # num_nodes(int): whether to simulate multi-node setup by launch multiple containers on one host, # 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.