Skip to content

Commit

Permalink
Update test-template-aws.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
khluu authored Dec 3, 2024
1 parent e86becd commit 4e74317
Showing 1 changed file with 7 additions and 31 deletions.
38 changes: 7 additions & 31 deletions scripts/test-template-aws.j2
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,11 @@ steps:
{% endif %}
{% endfor %}

- block: "Run AMD tests"
key: block-amd-tests
depends_on: ~

- group: "AMD Tests"
depends_on: block-amd-tests
depends_on: ~
steps:
- label: "AMD: :docker: build image"
depends_on: block-amd-tests
depends_on: ~
commands:
- "docker build --build-arg max_jobs=16 --tag {{ docker_image_amd }} -f Dockerfile.rocm --progress plain ."
- "docker push {{ docker_image_amd }}"
Expand Down Expand Up @@ -210,57 +206,37 @@ steps:
{% endif %}
{% endif %}
{% endfor %}

- block: "Run Neuron Test"
key: block-neuron-test
depends_on: ~

- label: "Neuron Test"
depends_on: block-neuron-test
depends_on: ~
agents:
queue: neuron
command: bash .buildkite/run-neuron-test.sh
soft_fail: true

- block: "Run Intel CPU Test"
key: block-intel-cpu
depends_on: ~

- label: "Intel CPU Test"
depends_on: block-intel-cpu
depends_on: ~
soft_fail: true
agents:
queue: intel-cpu
command: bash .buildkite/run-cpu-test.sh

- block: "Run Intel HPU Test"
key: block-intel-hpu
depends_on: ~

- label: "Intel HPU Test"
depends_on: block-intel-hpu
depends_on: ~
soft_fail: true
agents:
queue: intel-hpu
command: bash .buildkite/run-hpu-test.sh

- block: "Run Intel GPU Test"
key: block-intel-gpu
depends_on: ~

- label: "Intel GPU Test"
soft_fail: true
depends_on: block-intel-gpu
depends_on: ~
agents:
queue: intel-gpu
command: bash .buildkite/run-xpu-test.sh

- block: "Run IBM Power CPU Test"
key: block-ibm-test
depends_on: ~

- label: "IBM Power(ppc64le) CPU Test"
depends_on: block-ibm-test
depends_on: ~
soft_fail: true
agents:
queue: ibm-ppc64le
Expand Down

0 comments on commit 4e74317

Please sign in to comment.