Skip to content

Commit 9552966

Browse files
committed
buildkite: retry, increase pause time.
1 parent 181e757 commit 9552966

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
env:
22
AKASH_GO_PACKAGE: "github.com/ovrclk/akash"
3-
TEST_DELAY_THREAD_START: 20ms
3+
TEST_DELAY_THREAD_START: 60ms
44
steps:
55

66
- name: ":ferris_wheel: tests"
7+
retry:
8+
automatic: true
79
plugins:
810
golang#v2.0.0:
911
version: "1.10"
@@ -13,6 +15,8 @@ steps:
1315
command: .buildkite/script/test.sh test
1416

1517
- name: ":popcorn: coverage"
18+
retry:
19+
automatic: true
1620
plugins:
1721
golang#v2.0.0:
1822
version: "1.10"
@@ -45,6 +49,8 @@ steps:
4549
command: .buildkite/script/test.sh lint
4650

4751
- name: ":satellite: golang with rc"
52+
retry:
53+
automatic: true
4854
branches: master
4955
plugins:
5056
golang#v2.0.0:
@@ -55,6 +61,8 @@ steps:
5561
command: .buildkite/script/test.sh test-lite
5662

5763
- name: ":wilted_flower: golang with 1.9"
64+
retry:
65+
automatic: true
5866
branches: master
5967
plugins:
6068
golang#v2.0.0:

0 commit comments

Comments
 (0)