summaryrefslogtreecommitdiff
path: root/ci/gitlab
diff options
context:
space:
mode:
Diffstat (limited to 'ci/gitlab')
-rw-r--r--ci/gitlab/builds.yml26
-rw-r--r--ci/gitlab/containers.yml7
2 files changed, 33 insertions, 0 deletions
diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml
index f8bc8b7..6087fe3 100644
--- a/ci/gitlab/builds.yml
+++ b/ci/gitlab/builds.yml
@@ -177,6 +177,32 @@ x86_64-fedora-37-local-env:
- libvirt-python-rpms
+x86_64-fedora-38-prebuilt-env:
+ extends: .native_build_job_prebuilt_env
+ needs:
+ - job: x86_64-fedora-38-container
+ optional: true
+ allow_failure: false
+ variables:
+ NAME: fedora-38
+ artifacts:
+ expire_in: 1 hour
+ paths:
+ - libvirt-python-rpms
+
+x86_64-fedora-38-local-env:
+ extends: .native_build_job_local_env
+ needs: []
+ allow_failure: false
+ variables:
+ IMAGE: registry.fedoraproject.org/fedora:38
+ NAME: fedora-38
+ artifacts:
+ expire_in: 1 hour
+ paths:
+ - libvirt-python-rpms
+
+
x86_64-fedora-rawhide-prebuilt-env:
extends: .native_build_job_prebuilt_env
needs:
diff --git a/ci/gitlab/containers.yml b/ci/gitlab/containers.yml
index ffa6c27..3d7398a 100644
--- a/ci/gitlab/containers.yml
+++ b/ci/gitlab/containers.yml
@@ -49,6 +49,13 @@ x86_64-fedora-37-container:
NAME: fedora-37
+x86_64-fedora-38-container:
+ extends: .container_job
+ allow_failure: false
+ variables:
+ NAME: fedora-38
+
+
x86_64-fedora-rawhide-container:
extends: .container_job
allow_failure: true