40
40
41
41
- label : " quark-test on fedora 28 (no bpf)"
42
42
key : test_fedora_28
43
- command : " ./.buildkite/runtest_fedora .sh 28 -k"
43
+ command : " ./.buildkite/runtest_distro .sh fedora 28 -k"
44
44
depends_on :
45
45
- make_docker
46
46
agents :
51
51
52
52
- label : " quark-test on fedora 29 (no bpf)"
53
53
key : test_fedora_29
54
- command : " ./.buildkite/runtest_fedora .sh 29 -k"
54
+ command : " ./.buildkite/runtest_distro .sh fedora 29 -k"
55
55
depends_on :
56
56
- make_docker
57
57
agents :
62
62
63
63
- label : " quark-test on fedora 30 (no bpf)"
64
64
key : test_fedora_30
65
- command : " ./.buildkite/runtest_fedora .sh 30 -k"
65
+ command : " ./.buildkite/runtest_distro .sh fedora 30 -k"
66
66
depends_on :
67
67
- make_docker
68
68
agents :
73
73
74
74
- label : " quark-test on fedora 31 (no bpf)"
75
75
key : test_fedora_31
76
- command : " ./.buildkite/runtest_fedora .sh 31 -k"
76
+ command : " ./.buildkite/runtest_distro .sh fedora 31 -k"
77
77
depends_on :
78
78
- make_docker
79
79
agents :
84
84
85
85
- label : " quark-test on fedora 32"
86
86
key : test_fedora_32
87
- command : " ./.buildkite/runtest_fedora .sh 32"
87
+ command : " ./.buildkite/runtest_distro .sh fedora 32"
88
88
depends_on :
89
89
- make_docker
90
90
agents :
95
95
96
96
- label : " quark-test on fedora 33"
97
97
key : test_fedora_33
98
- command : " ./.buildkite/runtest_fedora .sh 33"
98
+ command : " ./.buildkite/runtest_distro .sh fedora 33"
99
99
depends_on :
100
100
- make_docker
101
101
agents :
@@ -106,7 +106,7 @@ steps:
106
106
107
107
- label : " quark-test on fedora 34"
108
108
key : test_fedora_34
109
- command : " ./.buildkite/runtest_fedora .sh 34"
109
+ command : " ./.buildkite/runtest_distro .sh fedora 34"
110
110
depends_on :
111
111
- make_docker
112
112
agents :
@@ -117,7 +117,7 @@ steps:
117
117
118
118
- label : " quark-test on fedora 35"
119
119
key : test_fedora_35
120
- command : " ./.buildkite/runtest_fedora .sh 35"
120
+ command : " ./.buildkite/runtest_distro .sh fedora 35"
121
121
depends_on :
122
122
- make_docker
123
123
agents :
@@ -128,7 +128,7 @@ steps:
128
128
129
129
- label : " quark-test on fedora 36"
130
130
key : test_fedora_36
131
- command : " ./.buildkite/runtest_fedora .sh 36"
131
+ command : " ./.buildkite/runtest_distro .sh fedora 36"
132
132
depends_on :
133
133
- make_docker
134
134
agents :
@@ -139,7 +139,7 @@ steps:
139
139
140
140
- label : " quark-test on fedora 37"
141
141
key : test_fedora_37
142
- command : " ./.buildkite/runtest_fedora .sh 37"
142
+ command : " ./.buildkite/runtest_distro .sh fedora 37"
143
143
depends_on :
144
144
- make_docker
145
145
agents :
@@ -150,7 +150,7 @@ steps:
150
150
151
151
- label : " quark-test on fedora 38"
152
152
key : test_fedora_38
153
- command : " ./.buildkite/runtest_fedora .sh 38"
153
+ command : " ./.buildkite/runtest_distro .sh fedora 38"
154
154
depends_on :
155
155
- make_docker
156
156
agents :
@@ -161,7 +161,7 @@ steps:
161
161
162
162
- label : " quark-test on fedora 39"
163
163
key : test_fedora_39
164
- command : " ./.buildkite/runtest_fedora .sh 39"
164
+ command : " ./.buildkite/runtest_distro .sh fedora 39"
165
165
depends_on :
166
166
- make_docker
167
167
agents :
@@ -172,7 +172,7 @@ steps:
172
172
173
173
- label : " quark-test on fedora 40"
174
174
key : test_fedora_40
175
- command : " ./.buildkite/runtest_fedora .sh 40"
175
+ command : " ./.buildkite/runtest_distro .sh fedora 40"
176
176
depends_on :
177
177
- make_docker
178
178
agents :
@@ -183,7 +183,7 @@ steps:
183
183
184
184
- label : " quark-test on fedora 41"
185
185
key : test_fedora_41
186
- command : " ./.buildkite/runtest_fedora .sh 41"
186
+ command : " ./.buildkite/runtest_distro .sh fedora 41"
187
187
depends_on :
188
188
- make_docker
189
189
agents :
@@ -192,9 +192,174 @@ steps:
192
192
machineType : n2-standard-2
193
193
enableNestedVirtualization : true
194
194
195
- - label : " quark-test on fedora 42(beta)"
195
+ - label : " quark-test on fedora 42 (beta)"
196
196
key : test_fedora_42
197
- command : " ./.buildkite/runtest_fedora.sh 42"
197
+ command : " ./.buildkite/runtest_distro.sh fedora 42"
198
+ depends_on :
199
+ - make_docker
200
+ agents :
201
+ image : family/core-ubuntu-2204
202
+ provider : gcp
203
+ machineType : n2-standard-2
204
+ enableNestedVirtualization : true
205
+
206
+ - label : " quark-test on rhel 8"
207
+ key : test_rhel_8
208
+ command : " ./.buildkite/runtest_distro.sh rhel 8"
209
+ depends_on :
210
+ - make_docker
211
+ agents :
212
+ image : family/core-ubuntu-2204
213
+ provider : gcp
214
+ machineType : n2-standard-2
215
+ enableNestedVirtualization : true
216
+
217
+ - label : " quark-test on rhel 8.3 (no bpf)"
218
+ key : test_rhel_8_3
219
+ command : " ./.buildkite/runtest_distro.sh rhel 8.3 -k"
220
+ depends_on :
221
+ - make_docker
222
+ agents :
223
+ image : family/core-ubuntu-2204
224
+ provider : gcp
225
+ machineType : n2-standard-2
226
+ enableNestedVirtualization : true
227
+
228
+ - label : " quark-test on rhel 8.4 (no bpf)"
229
+ key : test_rhel_8_4
230
+ command : " ./.buildkite/runtest_distro.sh rhel 8.4 -k"
231
+ depends_on :
232
+ - make_docker
233
+ agents :
234
+ image : family/core-ubuntu-2204
235
+ provider : gcp
236
+ machineType : n2-standard-2
237
+ enableNestedVirtualization : true
238
+
239
+ - label : " quark-test on rhel 8.5"
240
+ key : test_rhel_8_5
241
+ command : " ./.buildkite/runtest_distro.sh rhel 8.5"
242
+ depends_on :
243
+ - make_docker
244
+ agents :
245
+ image : family/core-ubuntu-2204
246
+ provider : gcp
247
+ machineType : n2-standard-2
248
+ enableNestedVirtualization : true
249
+
250
+ - label : " quark-test on rhel 8.6"
251
+ key : test_rhel_8_6
252
+ command : " ./.buildkite/runtest_distro.sh rhel 8.6"
253
+ depends_on :
254
+ - make_docker
255
+ agents :
256
+ image : family/core-ubuntu-2204
257
+ provider : gcp
258
+ machineType : n2-standard-2
259
+ enableNestedVirtualization : true
260
+
261
+ - label : " quark-test on rhel 8.7"
262
+ key : test_rhel_8_7
263
+ command : " ./.buildkite/runtest_distro.sh rhel 8.7"
264
+ depends_on :
265
+ - make_docker
266
+ agents :
267
+ image : family/core-ubuntu-2204
268
+ provider : gcp
269
+ machineType : n2-standard-2
270
+ enableNestedVirtualization : true
271
+
272
+ - label : " quark-test on rhel 8.8"
273
+ key : test_rhel_8_8
274
+ command : " ./.buildkite/runtest_distro.sh rhel 8.8"
275
+ depends_on :
276
+ - make_docker
277
+ agents :
278
+ image : family/core-ubuntu-2204
279
+ provider : gcp
280
+ machineType : n2-standard-2
281
+ enableNestedVirtualization : true
282
+
283
+ - label : " quark-test on rhel 8.9"
284
+ key : test_rhel_8_9
285
+ command : " ./.buildkite/runtest_distro.sh rhel 8.9"
286
+ depends_on :
287
+ - make_docker
288
+ agents :
289
+ image : family/core-ubuntu-2204
290
+ provider : gcp
291
+ machineType : n2-standard-2
292
+ enableNestedVirtualization : true
293
+
294
+ - label : " quark-test on rhel 9"
295
+ key : test_rhel_9
296
+ command : " ./.buildkite/runtest_distro.sh rhel 9"
297
+ depends_on :
298
+ - make_docker
299
+ agents :
300
+ image : family/core-ubuntu-2204
301
+ provider : gcp
302
+ machineType : n2-standard-2
303
+ enableNestedVirtualization : true
304
+
305
+ - label : " quark-test on rhel 9.0"
306
+ key : test_rhel_9_0
307
+ command : " ./.buildkite/runtest_distro.sh rhel 9.0"
308
+ depends_on :
309
+ - make_docker
310
+ agents :
311
+ image : family/core-ubuntu-2204
312
+ provider : gcp
313
+ machineType : n2-standard-2
314
+ enableNestedVirtualization : true
315
+
316
+ - label : " quark-test on rhel 9.1"
317
+ key : test_rhel_9_1
318
+ command : " ./.buildkite/runtest_distro.sh rhel 9.1"
319
+ depends_on :
320
+ - make_docker
321
+ agents :
322
+ image : family/core-ubuntu-2204
323
+ provider : gcp
324
+ machineType : n2-standard-2
325
+ enableNestedVirtualization : true
326
+
327
+ - label : " quark-test on rhel 9.2"
328
+ key : test_rhel_9_2
329
+ command : " ./.buildkite/runtest_distro.sh rhel 9.2"
330
+ depends_on :
331
+ - make_docker
332
+ agents :
333
+ image : family/core-ubuntu-2204
334
+ provider : gcp
335
+ machineType : n2-standard-2
336
+ enableNestedVirtualization : true
337
+
338
+ - label : " quark-test on rhel 9.3"
339
+ key : test_rhel_9_3
340
+ command : " ./.buildkite/runtest_distro.sh rhel 9.3"
341
+ depends_on :
342
+ - make_docker
343
+ agents :
344
+ image : family/core-ubuntu-2204
345
+ provider : gcp
346
+ machineType : n2-standard-2
347
+ enableNestedVirtualization : true
348
+
349
+ - label : " quark-test on rhel 9.4"
350
+ key : test_rhel_9_4
351
+ command : " ./.buildkite/runtest_distro.sh rhel 9.4"
352
+ depends_on :
353
+ - make_docker
354
+ agents :
355
+ image : family/core-ubuntu-2204
356
+ provider : gcp
357
+ machineType : n2-standard-2
358
+ enableNestedVirtualization : true
359
+
360
+ - label : " quark-test on rhel 9.5"
361
+ key : test_rhel_9_5
362
+ command : " ./.buildkite/runtest_distro.sh rhel 9.5"
198
363
depends_on :
199
364
- make_docker
200
365
agents :
0 commit comments