Skip to content

Commit c51cb17

Browse files
committed
Revert "test build"
This reverts commit 107d5f7.
1 parent 0e79bee commit c51cb17

9 files changed

+13
-13
lines changed

.buildkite/main.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ x-run-condition: &run-on-nightly-or-tag
33

44
steps:
55
- label: "Upload Tests for Models & Features"
6-
#<<: *run-on-nightly-or-tag
6+
<<: *run-on-nightly-or-tag
77
agents:
88
queue: cpu
99
commands:
@@ -13,7 +13,7 @@ steps:
1313
continue_on_failure: true # ensure we still generate support matrices even if some tests fail
1414

1515
- label: "Generate support matrices"
16-
#<<: *run-on-nightly-or-tag
16+
<<: *run-on-nightly-or-tag
1717
key: generate_support_matrices
1818
agents:
1919
queue: cpu
@@ -40,13 +40,13 @@ steps:
4040
# # TODO : record verified vllm-tpu_inference commit hash pair if test successful (to be handled in separate PR)
4141
# - echo "committing verified commit hashes"
4242
#
43-
# - label: "Commit support matrices"
44-
# <<: *run-on-nightly-or-tag
45-
# key: commit_nightly_support_matrices
46-
# depends_on: generate_support_matrices
47-
# agents:
48-
# queue: cpu
49-
# secrets:
50-
# - GITHUB_PAT
51-
# command:
52-
# - bash .buildkite/scripts/commit_support_matrices.sh
43+
- label: "Commit support matrices"
44+
<<: *run-on-nightly-or-tag
45+
key: commit_nightly_support_matrices
46+
depends_on: generate_support_matrices
47+
agents:
48+
queue: cpu
49+
secrets:
50+
- GITHUB_PAT
51+
command:
52+
- bash .buildkite/scripts/commit_support_matrices.sh
File renamed without changes.
File renamed without changes.

.buildkite/scripts/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ else
2121
fi
2222

2323
upload_pipeline() {
24-
#buildkite-agent pipeline upload .buildkite/pipeline_jax.yml
24+
buildkite-agent pipeline upload .buildkite/pipeline_jax.yml
2525
# buildkite-agent pipeline upload .buildkite/pipeline_torch.yml
2626
buildkite-agent pipeline upload .buildkite/main.yml
2727
}

0 commit comments

Comments
 (0)