File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1212# permissions and limitations under the License.
1313
1414steps :
15-
1615 - label : " :docker: Build"
1716 agents :
1817 queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
3433 queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
3534 distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
3635 hostname : " ${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
37- command : ' sudo losetup -l'
36+ command : " sudo losetup -l"
3837
3938 - wait
4039
@@ -77,6 +76,10 @@ steps:
7776 - " runtime/logs/*"
7877 command :
7978 - make -C runtime integ-test FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_runtime
79+ retry :
80+ automatic :
81+ - exit_status : " *"
82+ limit : 3
8083
8184 # - label: ":running: snapshotter isolated tests"
8285 # agents:
@@ -137,4 +140,3 @@ steps:
137140 command :
138141 - make -C runtime critest FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_critest
139142 timeout_in_minutes : 10
140-
You can’t perform that action at this time.
0 commit comments