Skip to content

Commit

Permalink
👷 allow job 'test-performance' to fail (#2980)
Browse files Browse the repository at this point in the history
This job randomly fail for various reason. While it is not required to
merge PRs at the GitHub level, it still blocks the gitlab pipeline, so
in practice it is required.

Because we only use this job to notify performance benchmark changes on
PRs, it is acceptable to bypass it sometimes. We'll need to figure out
how we can make this more stable in the future.
  • Loading branch information
BenoitZugmeyer authored Sep 10, 2024
1 parent c6c0ad6 commit 1202329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ test-performance:
- .base-configuration
- .test-allowed-branches
interruptible: true
allow_failure: true
script:
- yarn
- yarn build:bundle
Expand Down

0 comments on commit 1202329

Please sign in to comment.