mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-17 10:30:31 +01:00
ci: Update ci-templates to a version that support Alpine versions
ci-templates only supported alpine:latest, but support for any other version has been introduced. Use it so our Alpine pipelines stop failing. (cherry picked from commit9354fabaa8) (cherry picked from commit2035048449) (cherry picked from commitfe5a09b1ad) (cherry picked from commit3d80f73b3c) (cherry picked from commitd73a214876)
This commit is contained in:
parent
e330781db7
commit
12b8a439da
2 changed files with 7 additions and 7 deletions
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
|
||||
# see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
||||
.templates_sha: &template_sha 184ca628f89f3193c249b4e34e45afee2773a833
|
||||
.templates_sha: &template_sha 593a0a5fe35a523a646a7efae5471c9759b8fba3
|
||||
|
||||
include:
|
||||
# Alpine container builder template
|
||||
|
|
@ -54,11 +54,11 @@ variables:
|
|||
#
|
||||
# This is done by running `ci-fairy generate-template` and possibly bumping
|
||||
# ".default_tag".
|
||||
FEDORA_TAG: '2023-01-18.0-2fd6b9b2aa64'
|
||||
UBUNTU_TAG: '2023-01-18.0-d59117c480f0'
|
||||
DEBIAN_TAG: '2023-01-18.0-d59117c480f0'
|
||||
CENTOS_TAG: '2023-01-18.0-2fd6b9b2aa64'
|
||||
ALPINE_TAG: '2023-01-18.0-7cc187484567'
|
||||
FEDORA_TAG: '2023-01-18.0-bc3e00986166'
|
||||
UBUNTU_TAG: '2023-01-18.0-e34ece339d30'
|
||||
DEBIAN_TAG: '2023-01-18.0-e34ece339d30'
|
||||
CENTOS_TAG: '2023-01-18.0-bc3e00986166'
|
||||
ALPINE_TAG: '2023-01-18.0-be90fbdd1fc2'
|
||||
|
||||
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
|
||||
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
|
||||
# see https://docs.gitlab.com/ee/ci/yaml/#includefile
|
||||
.templates_sha: &template_sha 184ca628f89f3193c249b4e34e45afee2773a833
|
||||
.templates_sha: &template_sha 593a0a5fe35a523a646a7efae5471c9759b8fba3
|
||||
|
||||
include:
|
||||
{% for distro in distributions|sort(attribute="name") %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue