File tree 1 file changed +5
-0
lines changed 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 52
52
command :
53
53
- cp "/local/artifacts/$BUILDKITE_BUILD_NUMBER/rootfs.img" tools/image-builder/rootfs.img
54
54
- make test-in-docker
55
+ timeout_in_minutes : 10
55
56
56
57
- label : " :rotating_light: :hammer: snapshotter *root* tests"
57
58
agents :
60
61
DOCKER_IMAGE_TAG : " $BUILDKITE_BUILD_NUMBER"
61
62
EXTRAGOARGS : " -v -count=1"
62
63
command : ' make -C snapshotter integ-test'
64
+ timeout_in_minutes : 10
63
65
concurrency : 1
64
66
concurrency_group : ' loop-device test'
65
67
73
75
- " runtime/logs/*"
74
76
command :
75
77
- make -C runtime integ-test FICD_SNAPSHOTTER=devmapper FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_runtime
78
+ timeout_in_minutes : 10
76
79
77
80
- label : " :rotating_light: :exclamation: example tests (naive)"
78
81
agents :
83
86
artifact_paths :
84
87
- " examples/logs/*"
85
88
command : ' make -C examples integ-test'
89
+ timeout_in_minutes : 10
86
90
concurrency : 1
87
91
concurrency_group : ' loop-device test'
88
92
@@ -96,3 +100,4 @@ steps:
96
100
- " examples/logs/*"
97
101
command :
98
102
- make -C examples integ-test TEST_SS=devmapper TEST_POOL=build_${BUILDKITE_BUILD_NUMBER}_example
103
+ timeout_in_minutes : 10
You can’t perform that action at this time.
0 commit comments