mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-17 16:20:28 +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)
This commit is contained in:
parent
bf72475494
commit
d73a214876
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
|
||||
|
||||
|
||||
|
||||
|
|
@ -57,11 +57,11 @@ variables:
|
|||
#
|
||||
# This is done by running `ci-fairy generate-template` and possibly bumping
|
||||
# ".default_tag".
|
||||
ALPINE_TAG: 'tag-a53799f015bb'
|
||||
CENTOS_TAG: 'tag-0711a92b9f36'
|
||||
DEBIAN_TAG: 'tag-0f5f286d0007'
|
||||
FEDORA_TAG: 'tag-0711a92b9f36'
|
||||
UBUNTU_TAG: 'tag-0f5f286d0007'
|
||||
ALPINE_TAG: 'tag-1c70b29428ec'
|
||||
CENTOS_TAG: 'tag-2cb2833dac41'
|
||||
DEBIAN_TAG: 'tag-f67de1515aea'
|
||||
FEDORA_TAG: 'tag-2cb2833dac41'
|
||||
UBUNTU_TAG: 'tag-f67de1515aea'
|
||||
|
||||
ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'
|
||||
CENTOS_EXEC: 'bash .gitlab-ci/fedora-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
|
||||
|
||||
{# Group distros by their common (name,) tuples.#}
|
||||
{% set distro_groups = [] %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue