mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-03 08:21:58 +03:00
ci: manifest: Define RPM artifacts for regular CentOS Stream 8 build
Commit 7360326
missed the fact that artifacts were only defined for the
libvirt Git type of libvirt-python build (git is cloned, libvirt is
built and then libvirt-python) based on the
'native_git_build_job_prebuilt_env' job template whereas libvirt CI
expects the RPM artifacts to come from a job based on the
'native_build_job' template instead.
Note that this patch is a hotfix to something which requires a proper
cleanup to stay consistent with the way we're handling the same thing
in libvirt-perl.
Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
@ -15,6 +15,10 @@ x86_64-centos-stream-8-prebuilt-env:
|
||||
allow_failure: false
|
||||
variables:
|
||||
NAME: centos-stream-8
|
||||
artifacts:
|
||||
expire_in: 1 hour
|
||||
paths:
|
||||
- libvirt-python-rpms
|
||||
|
||||
x86_64-centos-stream-8-local-env:
|
||||
extends: .native_build_job_local_env
|
||||
@ -23,6 +27,10 @@ x86_64-centos-stream-8-local-env:
|
||||
variables:
|
||||
IMAGE: quay.io/centos/centos:stream8
|
||||
NAME: centos-stream-8
|
||||
artifacts:
|
||||
expire_in: 1 hour
|
||||
paths:
|
||||
- libvirt-python-rpms
|
||||
|
||||
|
||||
x86_64-centos-stream-8-git-prebuilt-env:
|
||||
|
@ -16,6 +16,11 @@ targets:
|
||||
|
||||
jobs:
|
||||
- arch: x86_64
|
||||
artifacts:
|
||||
expire_in: 1 hour
|
||||
paths:
|
||||
- libvirt-python-rpms
|
||||
|
||||
- arch: x86_64
|
||||
template: .native_git_build_job
|
||||
suffix: -git
|
||||
|
Reference in New Issue
Block a user