From 959b52f6591952afa6d9ffd58712b6d0494ccd5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 10 Sep 2021 12:38: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 | 68 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 ci/manifest.yml diff --git a/ci/manifest.yml b/ci/manifest.yml new file mode 100644 index 0000000..782c8f0 --- /dev/null +++ b/ci/manifest.yml @@ -0,0 +1,68 @@ +projects: + - virt-viewer + - libvirt+dist + - libvirt-glib+dist + - gtk-vnc+dist + +gitlab: + namespace: virt-viewer + project: virt-viewer + +targets: + centos-8: + projects: + - virt-viewer + - libvirt + - libvirt-glib + - gtk-vnc + + jobs: + - arch: x86_64 + variables: + RPM: skip + + centos-stream-8: + jobs: + - arch: x86_64 + variables: + RPM: skip + + debian-10: x86_64 + + debian-sid: x86_64 + + fedora-33: x86_64 + + fedora-34: x86_64 + + fedora-rawhide: + jobs: + - arch: x86_64 + + - arch: mingw32 + artifacts: + expiry: 30 days + paths: + - data/virt-viewer-x86*.msi + + - arch: mingw64 + artifacts: + expiry: 30 days + paths: + - data/virt-viewer-x64*.msi + + 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