From ecdaa078f1a3941f3fa94ca189d9aff013e9c397 Mon Sep 17 00:00:00 2001 From: Nishidha Panpaliya Date: Wed, 4 Jun 2025 02:22:54 -0400 Subject: [PATCH] Fixed Build failure notification job for IBM Power builds Signed-off-by: Nishidha Panpaliya --- buildkite/test-template-ci.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildkite/test-template-ci.j2 b/buildkite/test-template-ci.j2 index 23ad5392..26135250 100644 --- a/buildkite/test-template-ci.j2 +++ b/buildkite/test-template-ci.j2 @@ -445,7 +445,7 @@ steps: agents: queue: ibm-ppc64le commands: | - if [ $$(buildkite-agent step get "outcome" --step "IBM Power(ppc64le) CPU Test") != "passed" ]; then + if [ $$(buildkite-agent step get "outcome" --step "ibm-ppc64-test") != "passed" ]; then cat <<- YAML | buildkite-agent pipeline upload steps: - label: "Notify owners about failing test"