mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 08:48:07 +02:00
gitlab-ci: update ci-templates version
We need the latest fix to bootstrap CentOS 8 Linux containers. See-also: https://gitlab.freedesktop.org/freedesktop/ci-templates/-/merge_requests/131 See-also: https://gitlab.freedesktop.org/freedesktop/ci-templates/-/merge_requests/132
This commit is contained in:
parent
613af3251b
commit
e73b78637c
3 changed files with 8 additions and 8 deletions
|
|
@ -7,7 +7,7 @@
|
|||
########################################
|
||||
|
||||
|
||||
.templates_sha: &template_sha 14731f78c23c7b523a85a26a068ade9ac1ecd2f3 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
||||
.templates_sha: &template_sha 3e66ea37e5672bb8f48e3056ba92915b5fc5b888 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
||||
|
||||
include:
|
||||
# Alpine container builder template
|
||||
|
|
@ -47,11 +47,11 @@ variables:
|
|||
#
|
||||
# This is done by running `ci-fairy generate-template` and possibly bump
|
||||
# ".default_tag".
|
||||
FEDORA_TAG: '2022-02-14.0-4303738066bf'
|
||||
UBUNTU_TAG: '2022-02-14.0-bd3c060f94c2'
|
||||
DEBIAN_TAG: '2022-02-14.0-bd3c060f94c2'
|
||||
CENTOS_TAG: '2022-02-14.0-4303738066bf'
|
||||
ALPINE_TAG: '2022-02-14.0-0990abecb69f'
|
||||
FEDORA_TAG: '2022-02-21.0-b8ebc9faeed7'
|
||||
UBUNTU_TAG: '2022-02-21.0-0b989b22505f'
|
||||
DEBIAN_TAG: '2022-02-21.0-0b989b22505f'
|
||||
CENTOS_TAG: '2022-02-21.0-b8ebc9faeed7'
|
||||
ALPINE_TAG: '2022-02-21.0-f12999972d57'
|
||||
|
||||
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
|
||||
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
########################################
|
||||
|
||||
|
||||
.templates_sha: &template_sha 14731f78c23c7b523a85a26a068ade9ac1ecd2f3 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
||||
.templates_sha: &template_sha 3e66ea37e5672bb8f48e3056ba92915b5fc5b888 # see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
||||
|
||||
include:
|
||||
{% for distro in distributions|sort(attribute="name") %}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
|
||||
# We're happy to rebuild all containers when one changes.
|
||||
.default_tag: &default_tag '2022-02-14.0'
|
||||
.default_tag: &default_tag '2022-02-21.0'
|
||||
|
||||
|
||||
# The list of all distributions we want to create job for.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue