Skip to content

Commit de48fb3

Browse files
authored
Update test-template-ci.j2
Updated build failure notification job for ppc
1 parent 89fd850 commit de48fb3

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)