[PATCH 16/16] gitlab: remove I/O tests from build-tcg-disabled job

Daniel P. Berrangé posted 16 patches 2 months, 2 weeks ago
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>
There is a newer version of this series
[PATCH 16/16] gitlab: remove I/O tests from build-tcg-disabled job
Posted by Daniel P. Berrangé 2 months, 2 weeks ago
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.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 .gitlab-ci.d/buildtest.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index d4591d30e9..710dfbcc77 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -446,15 +446,6 @@ build-tcg-disabled:
     - make -j"$JOBS"
     - make check-unit
     - make check-qapi-schema
-    - ./run tests/qemu-iotests/check -raw 001 002 003 004 005 008 009
-            010 011 012 021 025 032 033 048 052 063 077 086 101 104 106
-            113 148 150 151 152 157 159 160 163 170 171 184 192 194 208
-            221 226 227 236 253 277 image-fleecing
-    - ./run tests/qemu-iotests/check -qcow2 028 051 056 057 058 065 068
-            082 085 091 095 096 102 122 124 132 139 142 144 145 151 152
-            155 157 165 194 196 200 202 208 209 216 218 227 234 246 247
-            248 250 254 255 257 258 260 261 262 263 264 270 272 273 277
-            279 image-fleecing
     - make distclean
 
 build-user:
-- 
2.53.0


Re: [PATCH 16/16] gitlab: remove I/O tests from build-tcg-disabled job
Posted by Pierrick Bouvier 2 months ago
On 4/24/2026 8:42 AM, Daniel P. Berrangé wrote:
> 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.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>  .gitlab-ci.d/buildtest.yml | 9 ---------
>  1 file changed, 9 deletions(-)
> 

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>

Re: [PATCH 16/16] gitlab: remove I/O tests from build-tcg-disabled job
Posted by Thomas Huth 2 months, 2 weeks ago
On 24/04/2026 17.42, Daniel P. Berrangé wrote:
> 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.
> 
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
>   .gitlab-ci.d/buildtest.yml | 9 ---------
>   1 file changed, 9 deletions(-)
> 
> diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
> index d4591d30e9..710dfbcc77 100644
> --- a/.gitlab-ci.d/buildtest.yml
> +++ b/.gitlab-ci.d/buildtest.yml
> @@ -446,15 +446,6 @@ build-tcg-disabled:
>       - make -j"$JOBS"
>       - make check-unit
>       - make check-qapi-schema
> -    - ./run tests/qemu-iotests/check -raw 001 002 003 004 005 008 009
> -            010 011 012 021 025 032 033 048 052 063 077 086 101 104 106
> -            113 148 150 151 152 157 159 160 163 170 171 184 192 194 208
> -            221 226 227 236 253 277 image-fleecing
> -    - ./run tests/qemu-iotests/check -qcow2 028 051 056 057 058 065 068
> -            082 085 091 095 096 102 122 124 132 139 142 144 145 151 152
> -            155 157 165 194 196 200 202 208 209 216 218 227 234 246 247
> -            248 250 254 255 257 258 260 261 262 263 264 270 272 273 277
> -            279 image-fleecing
>       - make distclean
>   
>   build-user:

Reviewed-by: Thomas Huth <thuth@redhat.com>