summaryrefslogtreecommitdiff
path: root/ci/gitlab/sanity-checks.yml
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2023-04-19 10:23:57 +0100
committerDaniel P. Berrangé <berrange@redhat.com>2023-04-19 10:23:57 +0100
commit6e1351b4c0392cad716520808d4eac4bcc69c855 (patch)
tree73824260fc3e4f128209b8afad021f7d952817a6 /ci/gitlab/sanity-checks.yml
parenta0c7f86f06b1686562bcbde8334e138ae6b4c1e1 (diff)
downloadlibvirt-python-6e1351b4c0392cad716520808d4eac4bcc69c855.tar.gz
ci: regenerated with lcitool manifest
This replaces OpenSUSE Leap 15.3 with 15.4 Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'ci/gitlab/sanity-checks.yml')
-rw-r--r--ci/gitlab/sanity-checks.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/ci/gitlab/sanity-checks.yml b/ci/gitlab/sanity-checks.yml
index cdcfb9b..d2b1768 100644
--- a/ci/gitlab/sanity-checks.yml
+++ b/ci/gitlab/sanity-checks.yml
@@ -8,7 +8,7 @@
check-dco:
stage: sanity_checks
needs: []
- image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:master
+ image: registry.gitlab.com/libvirt/libvirt-ci/check-dco:latest
interruptible: true
script:
- /check-dco "$RUN_UPSTREAM_NAMESPACE"
@@ -17,9 +17,11 @@ check-dco:
- if: '$CI_PIPELINE_SOURCE =~ "merge_request_event"'
when: on_success
- # forks: pushes to branches with pipeline requested
+ # forks: pushes to branches with pipeline requested (including upstream env pipelines)
- if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH && $RUN_PIPELINE'
when: on_success
+ - if: '$CI_PROJECT_NAMESPACE != $RUN_UPSTREAM_NAMESPACE && $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH && $RUN_PIPELINE_UPSTREAM_ENV'
+ when: on_success
# upstream+forks: that's all folks
- when: never