Skip to content

Commit 4c8629b

Browse files
authored
Add buildkite-test-collector for testsuite setup (#1033)
Signed-off-by: Pysith Vanuptikul <piv@google.com>
1 parent 04d9f2b commit 4c8629b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/scripts/run_in_docker.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ docker builder prune -f
8989

9090
echo "Cleanup complete."
9191

92+
echo "Installing Python dependencies"
93+
python3 -m pip install --progress-bar off buildkite-test-collector==0.1.9
94+
echo "Python dependencies installed"
95+
9296
IMAGE_NAME="vllm-tpu"
9397
docker build --no-cache -f docker/Dockerfile -t "${IMAGE_NAME}:${BUILDKITE_COMMIT}" .
9498

0 commit comments

Comments
 (0)