We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff0145 commit c9ebf4bCopy full SHA for c9ebf4b
scripts/test-template-fastcheck.j2
@@ -219,7 +219,7 @@ steps:
219
{% endif %}
220
{% endfor %}
221
222
- - label: "TPU Test"
+ - label: "TPU V0 Test"
223
depends_on: ~
224
soft_fail: true
225
agents:
@@ -228,6 +228,15 @@ steps:
228
- if [[ -f ".buildkite/run-tpu-test.sh" ]]; then bash .buildkite/run-tpu-test.sh; fi
229
- yes | docker system prune -a
230
231
+ - label: "TPU V1 Test"
232
+ depends_on: ~
233
+ soft_fail: true
234
+ agents:
235
+ queue: tpu_queue
236
+ commands:
237
+ - if [[ -f ".buildkite/run-tpu-v1-test.sh" ]]; then bash .buildkite/run-tpu-v1-test.sh; fi
238
+ - yes | docker system prune -a
239
+
240
- block: "Run GH200 Test"
241
242
key: block-gh200
0 commit comments