Hey there, I can't seem to figure out how to set allow_failure differently on two different depends_on → obviously this is trivial in YAML. Is it possible
steps:
- command: "tests.sh"
depends_on:
- step: "test-suite"
allow_failure: true
- step: "another-thing"
allow_failure: false
Here is the only relevant code I can find:
|
allow_failure: this._allowDependencyFailure |
Hey there, I can't seem to figure out how to set
allow_failuredifferently on two differentdepends_on→ obviously this is trivial in YAML. Is it possibleHere is the only relevant code I can find:
buildkite-graph/src/base.ts
Line 115 in 3e73c2a