Skip to content

Commit

Permalink
[ADP-3453] Soft fail wallet-e2e CI test as flaky (#4797)
Browse files Browse the repository at this point in the history
This PR exclude the haskell-e2e CI (mostly an empty box) from CI
requirements to pass, by making it a soft failer.
  • Loading branch information
paolino authored Sep 26, 2024
2 parents 6ec1083 + bf8cff4 commit 2511fc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ steps:

- label: Run Haskell E2E Tests (linux)
command: 'nix develop --command bash -c "just e2e-local"'
soft_fail:
- exit_status: 130
timeout_in_minutes: 5
agents:
system: ${linux}
Expand Down

0 comments on commit 2511fc2

Please sign in to comment.