From cf3c20bb4f9a153bf85631ee27f81c6c7239b3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Wed, 1 Sep 2021 18:51:05 +0100 Subject: [PATCH] ci: define a CI manifest file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is to be used with the command "lcitool manifest ci/manifest.yml" to re-generate all existing dockerfiles and gitlab CI config. Signed-off-by: Daniel P. Berrangé --- ci/manifest.yml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 ci/manifest.yml diff --git a/ci/manifest.yml b/ci/manifest.yml new file mode 100644 index 0000000..4cee473 --- /dev/null +++ b/ci/manifest.yml @@ -0,0 +1,54 @@ +projects: + - libvirt-python + - libvirt+dist + +gitlab: + namespace: libvirt + project: libvirt-python + +targets: + + centos-8: + projects: + - libvirt-python + - libvirt+minimal + - libvirt+dist + + jobs: + - arch: x86_64 + - arch: x86_64 + template: .native_git_build_job + suffix: -git + artifacts: + expiry: 2 days + paths: + - scratch + - build + + centos-stream-8: x86_64 + + debian-10: x86_64 + + debian-sid: x86_64 + + fedora-33: x86_64 + + fedora-34: x86_64 + + fedora-rawhide: x86_64 + + opensuse-leap-152: + jobs: + - arch: x86_64 + variables: + RPM: skip + + opensuse-tumbleweed: + jobs: + - arch: x86_64 + variables: + RPM: skip + + ubuntu-1804: x86_64 + + ubuntu-2004: x86_64