File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
env :
2
2
AKASH_GO_PACKAGE : " github.com/ovrclk/akash"
3
- TEST_DELAY_THREAD_START : 20ms
3
+ TEST_DELAY_THREAD_START : 60ms
4
4
steps :
5
5
6
6
- name : " :ferris_wheel: tests"
7
+ retry :
8
+ automatic : true
7
9
plugins :
8
10
golang#v2.0.0:
9
11
version : " 1.10"
13
15
command : .buildkite/script/test.sh test
14
16
15
17
- name : " :popcorn: coverage"
18
+ retry :
19
+ automatic : true
16
20
plugins :
17
21
golang#v2.0.0:
18
22
version : " 1.10"
45
49
command : .buildkite/script/test.sh lint
46
50
47
51
- name : " :satellite: golang with rc"
52
+ retry :
53
+ automatic : true
48
54
branches : master
49
55
plugins :
50
56
golang#v2.0.0:
55
61
command : .buildkite/script/test.sh test-lite
56
62
57
63
- name : " :wilted_flower: golang with 1.9"
64
+ retry :
65
+ automatic : true
58
66
branches : master
59
67
plugins :
60
68
golang#v2.0.0:
You can’t perform that action at this time.
0 commit comments