mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 14:54:14 +00:00
Some distros are upgraded * Fedora 34 dropped, Fedora 36 added * Ubuntu 18.04 dropped, Ubuntu 22.04 added Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
30 lines
657 B
YAML
30 lines
657 B
YAML
# THIS FILE WAS AUTO-GENERATED
|
|
#
|
|
# $ lcitool manifest ci/manifest.yml
|
|
#
|
|
# https://gitlab.com/libvirt/libvirt-ci
|
|
|
|
|
|
.gitlab_native_build_job:
|
|
image: $CI_REGISTRY_IMAGE/ci-$NAME:latest
|
|
stage: builds
|
|
rules:
|
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
|
when: never
|
|
- if: '$JOB_OPTIONAL'
|
|
when: manual
|
|
allow_failure: true
|
|
- when: on_success
|
|
|
|
|
|
.gitlab_cross_build_job:
|
|
image: $CI_REGISTRY_IMAGE/ci-$NAME-cross-$CROSS:latest
|
|
stage: builds
|
|
rules:
|
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
|
when: never
|
|
- if: '$JOB_OPTIONAL'
|
|
when: manual
|
|
allow_failure: true
|
|
- when: on_success
|