Skip to content

Commit

Permalink
Gate Intel CPU & GPU test due to no agent
Browse files Browse the repository at this point in the history
  • Loading branch information
khluu authored Feb 10, 2025
1 parent 3bbc8d3 commit 90ea3c7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions scripts/test-template-aws.j2
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,12 @@ steps:
command: bash .buildkite/run-neuron-test.sh
soft_fail: true

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

- label: "Intel CPU Test"
depends_on: block-intel-cpu
soft_fail: true
agents:
queue: intel-cpu
Expand All @@ -311,9 +315,13 @@ steps:
queue: intel-hpu
command: bash .buildkite/run-hpu-test.sh

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

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

0 comments on commit 90ea3c7

Please sign in to comment.