From 7ca7ff46ae3abff14216a7921033e14d5b40a2c1 Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Mon, 20 Jan 2025 14:18:00 -0800 Subject: [PATCH] Temporarily mark HPU test optional --- scripts/test-template-aws.j2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/test-template-aws.j2 b/scripts/test-template-aws.j2 index 923064e..3c74ece 100644 --- a/scripts/test-template-aws.j2 +++ b/scripts/test-template-aws.j2 @@ -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