Skip to content

Commit c2b4c45

Browse files
authored
Enable TPU V0 and TPU V1 test on CI
1 parent 230814f commit c2b4c45

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

scripts/test-template-aws.j2

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)