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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
.buildkite/emscripten.yml | ||
---|---|---|
19–20 ↗ | (On Diff #37825) | According to the docs, continue_on_failure: true won't change the status of the build, so event if this succeeds I think the build will still fail? So that means that build-db-wasm and git diff lines aren't really needed here if I understand it correctly. |
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 |