Skip to content

Commit

Permalink
[CI] Fix on-merge pipeline syntax (#200129)
Browse files Browse the repository at this point in the history
## Summary

use soft_fail instead of continue_on_failure, as this setting doesn't
exist on command steps
(https://buildkite.com/docs/pipelines/command-step)
  • Loading branch information
delanni authored Nov 14, 2024
1 parent 7921f56 commit 68d95e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ steps:
machineType: n2-standard-2
preemptible: true
timeout_in_minutes: 60
continue_on_failure: true
soft_fail: true
retry:
automatic:
- exit_status: '-1'
Expand Down

0 comments on commit 68d95e4

Please sign in to comment.