Skip to content

Commit 338f1e5

Browse files
committed
Remove snapshotters from BuildKite
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent a6d0376 commit 338f1e5

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,6 @@ steps:
5555
- make test-in-docker
5656
timeout_in_minutes: 10
5757

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-
6958
- label: ":rotating_light: :running_shirt_with_sash: runtime isolated tests"
7059
agents:
7160
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
@@ -78,19 +67,6 @@ steps:
7867
- make -C runtime integ-test FICD_SNAPSHOTTER=devmapper FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_runtime
7968
timeout_in_minutes: 10
8069

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-
9470
- label: ":rotating_light: :exclamation: example tests (devmapper)"
9571
agents:
9672
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"

0 commit comments

Comments
 (0)