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