diff options
author | Erik Skultety <eskultet@redhat.com> | 2023-05-03 08:57:39 +0200 |
---|---|---|
committer | Erik Skultety <eskultet@redhat.com> | 2023-05-03 09:09:53 +0200 |
commit | fc7022b972350ba89c9e1c2883cae5e7a1501464 (patch) | |
tree | 21ee6197fdb60a931b30cd88ff195dbcf2962532 /ci/gitlab | |
parent | 4994b9688351679b217de35d110ea20b19018083 (diff) | |
download | libvirt-python-master.tar.gz |
Signed-off-by: Erik Skultety <eskultet@redhat.com>
Diffstat (limited to 'ci/gitlab')
-rw-r--r-- | ci/gitlab/builds.yml | 26 | ||||
-rw-r--r-- | ci/gitlab/containers.yml | 7 |
2 files changed, 0 insertions, 33 deletions
diff --git a/ci/gitlab/builds.yml b/ci/gitlab/builds.yml index 6087fe3..86fe097 100644 --- a/ci/gitlab/builds.yml +++ b/ci/gitlab/builds.yml @@ -125,32 +125,6 @@ x86_64-debian-sid-local-env: PIP_INSTALL: install --break-system-packages -x86_64-fedora-36-prebuilt-env: - extends: .native_build_job_prebuilt_env - needs: - - job: x86_64-fedora-36-container - optional: true - allow_failure: false - variables: - NAME: fedora-36 - artifacts: - expire_in: 1 hour - paths: - - libvirt-python-rpms - -x86_64-fedora-36-local-env: - extends: .native_build_job_local_env - needs: [] - allow_failure: false - variables: - IMAGE: registry.fedoraproject.org/fedora:36 - NAME: fedora-36 - artifacts: - expire_in: 1 hour - paths: - - libvirt-python-rpms - - x86_64-fedora-37-prebuilt-env: extends: .native_build_job_prebuilt_env needs: diff --git a/ci/gitlab/containers.yml b/ci/gitlab/containers.yml index 3d7398a..a9661d6 100644 --- a/ci/gitlab/containers.yml +++ b/ci/gitlab/containers.yml @@ -35,13 +35,6 @@ x86_64-debian-sid-container: NAME: debian-sid -x86_64-fedora-36-container: - extends: .container_job - allow_failure: false - variables: - NAME: fedora-36 - - x86_64-fedora-37-container: extends: .container_job allow_failure: false |