73
73
- make test-in-docker
74
74
timeout_in_minutes : 10
75
75
76
- - label : " :running: snapshotter isolated tests"
76
+ - label : " :running: runtime isolated tests"
77
77
agents :
78
78
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
79
79
distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
@@ -82,12 +82,17 @@ steps:
82
82
DOCKER_IMAGE_TAG : " $BUILDKITE_BUILD_NUMBER"
83
83
NUMBER_OF_VMS : 10
84
84
EXTRAGOARGS : " -v -count=1 -race"
85
+ FICD_DM_VOLUME_GROUP : fcci-vg
85
86
artifact_paths :
86
- - " snapshotter /logs/*"
87
+ - " runtime /logs/*"
87
88
command :
88
- - make -C snapshotter integ-test
89
+ - make -C runtime integ-test FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_runtime
89
90
90
- - label : " :running: runtime isolated tests"
91
+ - wait
92
+
93
+ # Let's isolate the remote snapshotter integration tests.
94
+ # See https://github.com/firecracker-microvm/firecracker-containerd/issues/673
95
+ - label : " :running: snapshotter isolated tests"
91
96
agents :
92
97
queue : " ${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
93
98
distro : " ${BUILDKITE_AGENT_META_DATA_DISTRO}"
@@ -96,11 +101,12 @@ steps:
96
101
DOCKER_IMAGE_TAG : " $BUILDKITE_BUILD_NUMBER"
97
102
NUMBER_OF_VMS : 10
98
103
EXTRAGOARGS : " -v -count=1 -race"
99
- FICD_DM_VOLUME_GROUP : fcci-vg
100
104
artifact_paths :
101
- - " runtime /logs/*"
105
+ - " snapshotter /logs/*"
102
106
command :
103
- - make -C runtime integ-test FICD_DM_POOL=build_${BUILDKITE_BUILD_NUMBER}_runtime
107
+ - make -C snapshotter integ-test
108
+
109
+ - wait
104
110
105
111
- label : " :weight_lifter: stress tests"
106
112
concurrency_group : stress
0 commit comments