Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33289358
D11243.1768723509.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
872 B
Referenced Files
None
Subscribers
None
D11243.1768723509.diff
View Options
diff --git a/.buildkite/emscripten.yml b/.buildkite/emscripten.yml
--- a/.buildkite/emscripten.yml
+++ b/.buildkite/emscripten.yml
@@ -1,10 +1,23 @@
steps:
- label: 'Emscripten build'
+ key: 'emscripten-build'
command:
- 'cd web'
- 'nix develop --accept-flake-config --command yarn build-db-wasm'
- 'git diff --exit-code'
- retry:
- automatic: true
+ agents:
+ - 'mac=true'
+
+ - wait:
+ continue_on_failure: true
+
+ - label: 'Clean on failure and Emscripten build'
+ command: |
+ if [ $(buildkite-agent step get "outcome" --step "emscripten-build") == "hard_failed" ]; then
+ cd web
+ nix develop --accept-flake-config --command yarn clean-db-wasm
+ nix develop --accept-flake-config --command yarn build-db-wasm
+ git diff --exit-code
+ fi
agents:
- 'mac=true'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 18, 8:05 AM (4 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5950910
Default Alt Text
D11243.1768723509.diff (872 B)
Attached To
Mode
D11243: [CI] Clean on failure for Emscripten pipeline
Attached
Detach File
Event Timeline
Log In to Comment