Skip to content

Commit ecdaa07

Browse files
committed
Fixed Build failure notification job for IBM Power builds
Signed-off-by: Nishidha Panpaliya <[email protected]>
1 parent 89fd850 commit ecdaa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/test-template-ci.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ steps:
445445
agents:
446446
queue: ibm-ppc64le
447447
commands: |
448-
if [ $$(buildkite-agent step get "outcome" --step "IBM Power(ppc64le) CPU Test") != "passed" ]; then
448+
if [ $$(buildkite-agent step get "outcome" --step "ibm-ppc64-test") != "passed" ]; then
449449
cat <<- YAML | buildkite-agent pipeline upload
450450
steps:
451451
- label: "Notify owners about failing test"

0 commit comments

Comments
 (0)