Skip to content

Commit

Permalink
[Buildkite] Add automatic retries to CommTest workflow
Browse files Browse the repository at this point in the history
Summary: Try to reduce failures when there are intermittent outages of whatever dependencies.

Test Plan: NA

Reviewers: bartek, ashoat

Reviewed By: ashoat

Subscribers: tomek, wyilio

Differential Revision: https://phab.comm.dev/D9569
  • Loading branch information
atulsmadhugiri committed Oct 24, 2023
1 parent a5d6934 commit 7b83cf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/commtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ steps:
- docker-compose#v4.14.0:
run: commtest
command: ['bash', 'run-tests-ci.sh']
retry:
automatic: true
config:
- services/docker-compose.yml
- services/docker-compose.tests.yml
Expand Down

0 comments on commit 7b83cf8

Please sign in to comment.