Skip to content

Commit

Permalink
[Buildkite] Move commtest retry setting to upper level
Browse files Browse the repository at this point in the history
Summary: Addresses feedback from @bartek here: https://phab.comm.dev/D9569#281006

Test Plan: NA

Reviewers: bartek, ashoat, ginsu, tomek

Reviewed By: bartek

Subscribers: wyilio, bartek

Differential Revision: https://phab.comm.dev/D9614
  • Loading branch information
atulsmadhugiri committed Oct 26, 2023
1 parent 2d08ee5 commit a56849c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/commtest.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
steps:
- label: ':docker: Run Commtest'
retry:
automatic: true
plugins:
- 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 a56849c

Please sign in to comment.