File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ 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/pipeline_jax.yml
28- buildkite-agent pipeline upload .buildkite/pipeline_jax_tpu7x.yml
27+ # buildkite-agent pipeline upload .buildkite/pipeline_jax.yml
28+ # buildkite-agent pipeline upload .buildkite/pipeline_jax_tpu7x.yml
2929 # buildkite-agent pipeline upload .buildkite/pipeline_torch.yml
3030 buildkite-agent pipeline upload .buildkite/main.yml
31- buildkite-agent pipeline upload .buildkite/nightly_releases.yml
31+ # buildkite-agent pipeline upload .buildkite/nightly_releases.yml
3232 buildkite-agent pipeline upload .buildkite/pipeline_pypi.yml
3333}
3434
You can’t perform that action at this time.
0 commit comments