mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 02:28:18 +02:00
gitlab-ci: add alpine:edge container
This commit is contained in:
parent
6a3db3e121
commit
987f8b2fb2
2 changed files with 29 additions and 5 deletions
|
|
@ -57,11 +57,11 @@ variables:
|
||||||
#
|
#
|
||||||
# This is done by running `ci-fairy generate-template` and possibly bumping
|
# This is done by running `ci-fairy generate-template` and possibly bumping
|
||||||
# ".default_tag".
|
# ".default_tag".
|
||||||
ALPINE_TAG: 'tag-d53edbf2ebdd'
|
ALPINE_TAG: 'tag-c8098af7124c'
|
||||||
CENTOS_TAG: 'tag-c374af7add25'
|
CENTOS_TAG: 'tag-3d4e015f0349'
|
||||||
DEBIAN_TAG: 'tag-33f59276e980'
|
DEBIAN_TAG: 'tag-b53d33c8107d'
|
||||||
FEDORA_TAG: 'tag-c374af7add25'
|
FEDORA_TAG: 'tag-3d4e015f0349'
|
||||||
UBUNTU_TAG: 'tag-33f59276e980'
|
UBUNTU_TAG: 'tag-b53d33c8107d'
|
||||||
|
|
||||||
ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'
|
ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'
|
||||||
CENTOS_EXEC: 'bash .gitlab-ci/fedora-install.sh'
|
CENTOS_EXEC: 'bash .gitlab-ci/fedora-install.sh'
|
||||||
|
|
@ -437,6 +437,17 @@ tier2:alpine:latest@prep:
|
||||||
FDO_DISTRIBUTION_EXEC: $ALPINE_EXEC
|
FDO_DISTRIBUTION_EXEC: $ALPINE_EXEC
|
||||||
when: manual
|
when: manual
|
||||||
|
|
||||||
|
tier2:alpine:edge@prep:
|
||||||
|
extends:
|
||||||
|
- .fdo.container-build@alpine
|
||||||
|
stage: prep
|
||||||
|
variables:
|
||||||
|
GIT_STRATEGY: none
|
||||||
|
FDO_DISTRIBUTION_VERSION: 'edge'
|
||||||
|
FDO_DISTRIBUTION_TAG: $ALPINE_TAG
|
||||||
|
FDO_DISTRIBUTION_EXEC: $ALPINE_EXEC
|
||||||
|
when: manual
|
||||||
|
|
||||||
#################################################################
|
#################################################################
|
||||||
# #
|
# #
|
||||||
# tierN stage #
|
# tierN stage #
|
||||||
|
|
@ -836,6 +847,18 @@ t_alpine:latest:
|
||||||
needs:
|
needs:
|
||||||
- "tier2:alpine:latest@prep"
|
- "tier2:alpine:latest@prep"
|
||||||
|
|
||||||
|
t_alpine:edge:
|
||||||
|
extends:
|
||||||
|
- .build@template
|
||||||
|
- .fdo.distribution-image@alpine
|
||||||
|
- .nm_artifacts_debug
|
||||||
|
stage: tier2
|
||||||
|
variables:
|
||||||
|
FDO_DISTRIBUTION_VERSION: 'edge'
|
||||||
|
FDO_DISTRIBUTION_TAG: $ALPINE_TAG
|
||||||
|
needs:
|
||||||
|
- "tier2:alpine:edge@prep"
|
||||||
|
|
||||||
#################################################################
|
#################################################################
|
||||||
# #
|
# #
|
||||||
# specific jobs #
|
# specific jobs #
|
||||||
|
|
|
||||||
|
|
@ -77,3 +77,4 @@ distributions:
|
||||||
tier: 2
|
tier: 2
|
||||||
versions:
|
versions:
|
||||||
- 'latest'
|
- 'latest'
|
||||||
|
- 'edge'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue