From 5d591421220c850aa64a640eaf2a151ba7866400 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 27 Feb 2023 11:00:34 +0100 Subject: [PATCH] ci: Regenerate gitlab config with latest lcitool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 'cirrus-run' and 'check-dco' containers are now exported as ':latest' instead of ':master'. Signed-off-by: Peter Krempa Reviewed-by: Daniel P. Berrangé --- ci/gitlab/build-templates.yml | 2 +- ci/gitlab/sanity-checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/gitlab/build-templates.yml b/ci/gitlab/build-templates.yml index 259cf2b173..445bfa63eb 100644 --- a/ci/gitlab/build-templates.yml +++ b/ci/gitlab/build-templates.yml @@ -235,7 +235,7 @@ .cirrus_build_job: stage: builds - image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:master + image: registry.gitlab.com/libvirt/libvirt-ci/cirrus-run:latest interruptible: true needs: [] script: diff --git a/ci/gitlab/sanity-checks.yml b/ci/gitlab/sanity-checks.yml index cdcfb9bf91..4e33b2dfe3 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"