Skip to content

Commit

Permalink
Temporarily mark HPU test optional
Browse files Browse the repository at this point in the history
  • Loading branch information
khluu authored Jan 20, 2025
1 parent 027f1b3 commit 7ca7ff4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/test-template-aws.j2
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,12 @@ steps:
queue: intel-cpu
command: bash .buildkite/run-cpu-test.sh

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

- label: "Intel HPU Test"
depends_on: block-hpu
soft_fail: true
agents:
queue: intel-hpu
Expand Down

0 comments on commit 7ca7ff4

Please sign in to comment.