summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Skultety <eskultet@redhat.com>2023-05-03 08:13:30 +0200
committerErik Skultety <eskultet@redhat.com>2023-05-10 16:41:21 +0200
commitdcb9ee99f382bdb6476f33a5286cdec0c46c4f1b (patch)
tree37d04b35c660ebdeee7697d0bd62da7c9b77c79b
parent2bb0efa367f4759a9469327775e4aaac76ebec0a (diff)
downloadlibvirt-dcb9ee99f382bdb6476f33a5286cdec0c46c4f1b.tar.gz
ci: integration: Flip QEMU upstream integration tests to Fedora 38
Signed-off-by: Erik Skultety <eskultet@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
-rw-r--r--ci/integration.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/ci/integration.yml b/ci/integration.yml
index 8dafff5c9a..25788099b5 100644
--- a/ci/integration.yml
+++ b/ci/integration.yml
@@ -161,41 +161,41 @@ fedora-38-tests-local-env:
artifacts: true
-.fedora-37-upstream-qemu-tests:
+.fedora-38-upstream-qemu-tests:
variables:
# needed by libvirt-gitlab-executor
- DISTRO: fedora-37
+ DISTRO: fedora-38
# can be overridden in forks to set a different runner tag
LIBVIRT_CI_INTEGRATION_RUNNER_TAG: redhat-vm-host
tags:
- $LIBVIRT_CI_INTEGRATION_RUNNER_TAG
-fedora-37-upstream-qemu-tests-prebuilt-env:
+fedora-38-upstream-qemu-tests-prebuilt-env:
extends:
- .integration_tests_prebuilt_env
- - .fedora-37-upstream-qemu-tests
+ - .fedora-38-upstream-qemu-tests
needs:
- - x86_64-fedora-37-prebuilt-env
+ - x86_64-fedora-38-prebuilt-env
- project: libvirt/libvirt-perl
- job: x86_64-fedora-37-prebuilt-env
+ job: x86_64-fedora-38-prebuilt-env
ref: master
artifacts: true
- project: libvirt/libvirt-python
- job: x86_64-fedora-37-prebuilt-env
+ job: x86_64-fedora-38-prebuilt-env
ref: master
artifacts: true
-fedora-37-upstream-qemu-tests-local-env:
+fedora-38-upstream-qemu-tests-local-env:
extends:
- .integration_tests_local_env
- - .fedora-37-upstream-qemu-tests
+ - .fedora-38-upstream-qemu-tests
needs:
- - x86_64-fedora-37-local-env
+ - x86_64-fedora-38-local-env
- project: libvirt/libvirt-perl
- job: x86_64-fedora-37-prebuilt-env
+ job: x86_64-fedora-38-prebuilt-env
ref: master
artifacts: true
- project: libvirt/libvirt-python
- job: x86_64-fedora-37-prebuilt-env
+ job: x86_64-fedora-38-prebuilt-env
ref: master
artifacts: true