Skip to content

Commit edc52f7

Browse files
author
Ylang Tsou
committed
fix the queue
Signed-off-by: Ylang Tsou <[email protected]>
1 parent ea999bb commit edc52f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline_test_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
66
key: "wait_20_minutes"
77
#depends_on: "record_verified_commit_hashes"
88
agents:
9-
queue: "default"
9+
queue: cpu
1010
commands:
1111
- "echo 'Starting 20 minute delay...'"
1212
- "sleep 1200"

.buildkite/scripts/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ upload_pipeline() {
2424
VLLM_COMMIT_HASH=$(git ls-remote https://github.com/vllm-project/vllm.git HEAD | awk '{ print $1}')
2525
buildkite-agent meta-data set "VLLM_COMMIT_HASH" "${VLLM_COMMIT_HASH}"
2626
echo "Using vllm commit hash: $(buildkite-agent meta-data get "VLLM_COMMIT_HASH")"
27-
# buildkite-agent pipeline upload .buildkite/main.yml
27+
buildkite-agent pipeline upload .buildkite/main.yml
2828
buildkite-agent pipeline upload .buildkite/pipeline_test_pypi.yml
2929
# buildkite-agent pipeline upload .buildkite/pipeline_torch.yml
3030
# buildkite-agent pipeline upload .buildkite/nightly_releases.yml

0 commit comments

Comments
 (0)