Details
Details
Tested on CI:
- Make sure Clean on failure and Emscripten build cleans only when step Emscripten build fails
- Make sure Clean on failure and Emscripten build actually cleans files (looked at logs)
- On Emscripten build success Clean on failure and Emscripten build should not perform any actions
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- clean-on-failure
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Will run on the MacBook Air (where it was previously failing) here: https://phab.comm.dev/D11245
Comment Actions
After making changes in C++ files without committing generated files it failed, executed Clean on failure and Emscripten build which executed clean command also failed, seems fine.
.buildkite/emscripten.yml | ||
---|---|---|
3 ↗ | (On Diff #47499) | What's key do here? Did you need to add it because you added the clean step? |
.buildkite/emscripten.yml | ||
---|---|---|
3 ↗ | (On Diff #47499) | Yes, it is for the condition below, in line 16 |