From: Andrea Bolognani Date: Mon, 8 Jan 2024 10:33:29 +0000 (+0100) Subject: ci: Fix upstream-qemu job definitions X-Git-Tag: v10.0.0-rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c65862fbac11813185928c45a3b4ec2c09cf930d;p=thirdparty%2Flibvirt.git ci: Fix upstream-qemu job definitions 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 Reviewed-by: Peter Krempa --- diff --git a/ci/integration.yml b/ci/integration.yml index 8b66a8c688..c234696d10 100644 --- a/ci/integration.yml +++ b/ci/integration.yml @@ -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