File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -357,25 +357,20 @@ steps:
357357 command: nvidia-smi && bash .buildkite/run-gh200-test.sh
358358 {% endif %}
359359
360- {% if branch == "main" %}
361- - label: "TPU Test"
360+ - label: "TPU V0 Test"
362361 depends_on: ~
363362 soft_fail: True
364363 agents:
365364 queue: tpu_queue
366365 commands:
367366 - yes | docker system prune -a
368367 - if [[ -f ".buildkite/run-tpu-test.sh" ]]; then bash .buildkite/run-tpu-test.sh; fi
369- {% else %}
370- - block : "Run TPU Test"
368+
369+ - label : "TPU V1 Test"
371370 depends_on: ~
372- key: block-tpu-test
373-
374- - label: "TPU Test"
375- depends_on: block-tpu-test
371+ soft_fail: true
376372 agents:
377373 queue: tpu_queue
378- commands:
379- - yes | docker system prune -a
380- - if [[ -f ".buildkite/run-tpu-test.sh" ]]; then bash .buildkite/run-tpu-test.sh; fi
381- {% endif %}
374+ commands:
375+ - if [[ -f ".buildkite/run-tpu-v1-test.sh" ]]; then bash .buildkite/run-tpu-v1-test.sh; fi
376+ - yes | docker system prune -a
You can’t perform that action at this time.
0 commit comments