1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2024-10-26 07:55:06 +03:00

ci: manifest: Define artifacts cache

After commit 6e0d4d53 we lost RPM artifacts cache breaking the whole
integration CI. The reason for that is that we manually defined the
artifacts cache in gitlab.yml instead of manifest.yml. Naturally with
the next lcitool update, gitlab.yml got overwritten according to
manifest.yml which didn't define any artifacts cache.

Fixes: 6e0d4d53d5

Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
Erik Skultety 2023-01-05 08:30:07 +01:00
parent 68ee981379
commit 7360326272
2 changed files with 45 additions and 3 deletions

View File

@ -61,6 +61,10 @@ x86_64-centos-stream-9-prebuilt-env:
allow_failure: false
variables:
NAME: centos-stream-9
artifacts:
expire_in: 1 hour
paths:
- libvirt-python-rpms
x86_64-centos-stream-9-local-env:
extends: .native_build_job_local_env
@ -69,6 +73,10 @@ x86_64-centos-stream-9-local-env:
variables:
IMAGE: quay.io/centos/centos:stream9
NAME: centos-stream-9
artifacts:
expire_in: 1 hour
paths:
- libvirt-python-rpms
x86_64-debian-10-prebuilt-env:
@ -115,6 +123,10 @@ x86_64-fedora-36-prebuilt-env:
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
@ -123,6 +135,10 @@ x86_64-fedora-36-local-env:
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:
@ -133,6 +149,10 @@ x86_64-fedora-37-prebuilt-env:
allow_failure: false
variables:
NAME: fedora-37
artifacts:
expire_in: 1 hour
paths:
- libvirt-python-rpms
x86_64-fedora-37-local-env:
extends: .native_build_job_local_env
@ -141,6 +161,10 @@ x86_64-fedora-37-local-env:
variables:
IMAGE: registry.fedoraproject.org/fedora:37
NAME: fedora-37
artifacts:
expire_in: 1 hour
paths:
- libvirt-python-rpms
x86_64-fedora-rawhide-prebuilt-env:

View File

@ -25,15 +25,33 @@ targets:
- scratch
- build
centos-stream-9: x86_64
centos-stream-9:
jobs:
- arch: x86_64
artifacts:
expire_in: 1 hour
paths:
- libvirt-python-rpms
debian-10: x86_64
debian-sid: x86_64
fedora-36: x86_64
fedora-36:
jobs:
- arch: x86_64
artifacts:
expire_in: 1 hour
paths:
- libvirt-python-rpms
fedora-37: x86_64
fedora-37:
jobs:
- arch: x86_64
artifacts:
expire_in: 1 hour
paths:
- libvirt-python-rpms
fedora-rawhide: x86_64