File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -55,17 +55,6 @@ steps:
55
55
- make test-in-docker
56
56
timeout_in_minutes : 10
57
57
58
- - label : " :rotating_light: :hammer: snapshotter *root* tests"
59
- agents :
60
- queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
61
- env :
62
- DOCKER_IMAGE_TAG : " $BUILDKITE_BUILD_NUMBER"
63
- EXTRAGOARGS : " -v -count=1 -race"
64
- command : ' make -C snapshotter integ-test'
65
- timeout_in_minutes : 10
66
- concurrency : 1
67
- concurrency_group : ' loop-device test'
68
-
69
58
- label : " :rotating_light: :running_shirt_with_sash: runtime isolated tests"
70
59
agents :
71
60
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
@@ -78,19 +67,6 @@ steps:
78
67
- make -C runtime integ-test FICD_SNAPSHOTTER=devmapper FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_runtime
79
68
timeout_in_minutes : 10
80
69
81
- - label : " :rotating_light: :exclamation: example tests (naive)"
82
- agents :
83
- queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
84
- env :
85
- DOCKER_IMAGE_TAG : " $BUILDKITE_BUILD_NUMBER"
86
- EXTRAGOARGS : " -v -count=1"
87
- artifact_paths :
88
- - " examples/logs/*"
89
- command : ' make -C examples integ-test'
90
- timeout_in_minutes : 10
91
- concurrency : 1
92
- concurrency_group : ' loop-device test'
93
-
94
70
- label : " :rotating_light: :exclamation: example tests (devmapper)"
95
71
agents :
96
72
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
You can’t perform that action at this time.
0 commit comments