Retry end-to-end tests automatically once if they fail, flakey flake
This commit is contained in:
parent
97edb824bc
commit
088b1ea628
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ steps:
|
|||
image: "matrixdotorg/riotweb-ci-e2etests-env:latest"
|
||||
propagate-environment: true
|
||||
workdir: "/workdir/matrix-react-sdk"
|
||||
retry:
|
||||
automatic:
|
||||
- exit_status: 1 # retry end-to-end tests once as Puppeteer sometimes fails
|
||||
- limit: 1
|
||||
|
||||
- label: "🔧 Riot Tests"
|
||||
agents:
|
||||
|
|
Loading…
Reference in a new issue