mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 06:23:42 +00:00
The non-released bleeding edge distros have frequent packaging problems that make it impossible to have reliable CI. Make them all optional non-gating jobs. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
70 lines
1.1 KiB
YAML
70 lines
1.1 KiB
YAML
projects:
|
|
- virt-viewer
|
|
- libvirt+dist
|
|
- libvirt-glib+dist
|
|
- gtk-vnc+dist
|
|
|
|
gitlab:
|
|
namespace: virt-viewer
|
|
project: virt-viewer
|
|
|
|
targets:
|
|
centos-stream-8:
|
|
projects:
|
|
- virt-viewer
|
|
- libvirt
|
|
- libvirt-glib
|
|
- gtk-vnc
|
|
|
|
jobs:
|
|
- arch: x86_64
|
|
variables:
|
|
RPM: skip
|
|
|
|
debian-10: x86_64
|
|
|
|
debian-sid:
|
|
jobs:
|
|
- arch: x86_64
|
|
allow-failure: true
|
|
|
|
fedora-35: x86_64
|
|
|
|
fedora-36: x86_64
|
|
|
|
fedora-rawhide:
|
|
jobs:
|
|
- arch: x86_64
|
|
allow-failure: true
|
|
|
|
- arch: mingw32
|
|
allow-failure: true
|
|
artifacts:
|
|
expiry: 30 days
|
|
paths:
|
|
- data/virt-viewer-x86*.msi
|
|
|
|
- arch: mingw64
|
|
allow-failure: true
|
|
artifacts:
|
|
expiry: 30 days
|
|
paths:
|
|
- data/virt-viewer-x64*.msi
|
|
|
|
opensuse-leap-153:
|
|
jobs:
|
|
- arch: x86_64
|
|
variables:
|
|
RPM: skip
|
|
|
|
opensuse-tumbleweed:
|
|
jobs:
|
|
- arch: x86_64
|
|
allow-failure: true
|
|
variables:
|
|
RPM: skip
|
|
|
|
ubuntu-2004: x86_64
|
|
|
|
ubuntu-2204: x86_64
|