Merge pull request #3900 from matrix-org/t3chguy/buildkite

BuildKite: Retry end-to-end tests automatically once if they fail
pull/21833/head
Michael Telatynski 2020-01-22 15:26:01 +00:00 committed by GitHub
commit cd412b1df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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: