mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
539e851c5d
Two notable changes: * the macOS platform has switched from x86_64 to aarch64 * if a new pipeline starts before a previous one finishes, jobs marked 'interruptible: true' will be auto-cancelled Reviewed-by: Pavel Hrdina <phrdina@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
28 lines
735 B
YAML
28 lines
735 B
YAML
# THIS FILE WAS AUTO-GENERATED
|
|
#
|
|
# $ lcitool manifest ci/manifest.yml
|
|
#
|
|
# https://gitlab.com/libvirt/libvirt-ci
|
|
|
|
|
|
check-dco:
|
|
stage: sanity_checks
|
|
needs: []
|
|
image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:master
|
|
interruptible: true
|
|
script:
|
|
- /check-dco "$RUN_UPSTREAM_NAMESPACE"
|
|
rules:
|
|
# upstream+forks: Run pipelines on MR
|
|
- if: '$CI_PIPELINE_SOURCE =~ "merge_request_event"'
|
|
when: on_success
|
|
|
|
# forks: pushes to branches with pipeline requested
|
|
- if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH && $RUN_PIPELINE'
|
|
when: on_success
|
|
|
|
# upstream+forks: that's all folks
|
|
- when: never
|
|
variables:
|
|
GIT_DEPTH: 1000
|