You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Merge pull request #3900 from matrix-org/t3chguy/buildkite
BuildKite: Retry end-to-end tests automatically once if they fail
This commit is contained in:
@@ -77,6 +77,10 @@ steps:
|
|||||||
image: "matrixdotorg/riotweb-ci-e2etests-env:latest"
|
image: "matrixdotorg/riotweb-ci-e2etests-env:latest"
|
||||||
propagate-environment: true
|
propagate-environment: true
|
||||||
workdir: "/workdir/matrix-react-sdk"
|
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"
|
- label: "🔧 Riot Tests"
|
||||||
agents:
|
agents:
|
||||||
|
|||||||
Reference in New Issue
Block a user