]> xenbits.xensource.com Git - people/aperard/libvirt.git/commitdiff
ci: Fix upstream-qemu job definitions
authorAndrea Bolognani <abologna@redhat.com>
Mon, 8 Jan 2024 10:33:29 +0000 (11:33 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 9 Jan 2024 08:45:36 +0000 (09:45 +0100)
These are jobs are supposed to be running tests using a QEMU
binary built from the latest upstream sources, but right now
they're just doing the same thing as the other jobs for the
target. Use the correct job templates.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
ci/integration.yml

index 8b66a8c688ce391ff2de997d6830c9cfe59c823d..c234696d10dd16e87494bf9fbbdcf00fcc0d712f 100644 (file)
@@ -132,7 +132,7 @@ fedora-38-tests-local-env:
 
 fedora-38-upstream-qemu-tests-prebuilt-env:
   extends:
-    - .integration_tests_prebuilt_env
+    - .integration_tests_upstream_qemu_prebuilt_env
     - .fedora-38-upstream-qemu-tests
   needs:
     - x86_64-fedora-38-prebuilt-env
@@ -147,7 +147,7 @@ fedora-38-upstream-qemu-tests-prebuilt-env:
 
 fedora-38-upstream-qemu-tests-local-env:
   extends:
-    - .integration_tests_local_env
+    - .integration_tests_upstream_qemu_local_env
     - .fedora-38-upstream-qemu-tests
   needs:
     - x86_64-fedora-38-local-env