@samitouri / QOSamiQemu / commits / d1ebe4a53a

gitlab: remove I/O tests from build-tcg-disabled job

Now that we have dedicated CI jobs for running I/O tests on each supported format/protocol, we no longer need to special case a run of a hand picked set of tests in the build-tcg-disabled job. Acked-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>

Daniel P. Berrangé committed Feb 11, 2026 at 16:00 UTC d1ebe4a53a611d4590f61805f95b4d5c0dddb457
1 file changed -9
.gitlab-ci.d/buildtest.yml
-9
@@ -366,15 +366,6 @@ build-tcg-disabled:
366 - make -j"$JOBS"
367 - make check-unit
368 - make check-qapi-schema
369 - - ./run tests/qemu-iotests/check -raw 001 002 003 004 005 008 009
370 - 010 011 012 021 025 032 033 048 052 063 077 086 101 104 106
371 - 113 148 150 151 152 157 159 160 163 170 171 184 192 194 208
372 - 221 226 227 236 253 277 image-fleecing
373 - - ./run tests/qemu-iotests/check -qcow2 028 051 056 057 058 065 068
374 - 082 085 091 095 096 102 122 124 132 139 142 144 145 151 152
375 - 155 157 165 194 196 200 202 208 209 216 218 227 234 246 247
376 - 248 250 254 255 257 258 260 261 262 263 264 270 272 273 277
377 - 279 image-fleecing
369 - make distclean
370
371 build-user: