File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
# permissions and limitations under the License.
13
13
14
14
steps :
15
-
16
15
- label : " :docker: Build"
17
16
agents :
18
17
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
34
33
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
35
34
distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
36
35
hostname : " ${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
37
- command : ' sudo losetup -l'
36
+ command : " sudo losetup -l"
38
37
39
38
- wait
40
39
@@ -77,6 +76,10 @@ steps:
77
76
- " runtime/logs/*"
78
77
command :
79
78
- make -C runtime integ-test FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_runtime
79
+ retry :
80
+ automatic :
81
+ - exit_status : " *"
82
+ limit : 3
80
83
81
84
# - label: ":running: snapshotter isolated tests"
82
85
# agents:
@@ -137,4 +140,3 @@ steps:
137
140
command :
138
141
- make -C runtime critest FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_critest
139
142
timeout_in_minutes : 10
140
-
You can’t perform that action at this time.
0 commit comments