mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-05-06 05:38:09 +02:00
gitlab CI: some more centos deduplication
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5b97b970c0
commit
6668e0fe21
1 changed files with 16 additions and 15 deletions
|
|
@ -182,7 +182,7 @@ debian:sid@container-prep:
|
||||||
TAG: $DEBIAN_TAG
|
TAG: $DEBIAN_TAG
|
||||||
<<: *pull_upstream_or_rebuild
|
<<: *pull_upstream_or_rebuild
|
||||||
|
|
||||||
centos:7@container-prep:
|
.centos@container-prep:
|
||||||
extends: .centos@container-build
|
extends: .centos@container-build
|
||||||
stage: container_prep
|
stage: container_prep
|
||||||
variables:
|
variables:
|
||||||
|
|
@ -193,16 +193,15 @@ centos:7@container-prep:
|
||||||
TAG: $CENTOS_TAG
|
TAG: $CENTOS_TAG
|
||||||
<<: *pull_upstream_or_rebuild
|
<<: *pull_upstream_or_rebuild
|
||||||
|
|
||||||
centos:8@container-prep:
|
centos:7@container-prep:
|
||||||
extends: .centos@container-build
|
extends: .centos@container-prep
|
||||||
stage: container_prep
|
variables:
|
||||||
|
CENTOS_VERSION: 7
|
||||||
|
|
||||||
|
centos:8@container-prep:
|
||||||
|
extends: .centos@container-prep
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
|
||||||
CENTOS_VERSION: 8
|
CENTOS_VERSION: 8
|
||||||
DISTRIB_FLAVOR: centos
|
|
||||||
DISTRIB_VERSION: $CENTOS_VERSION
|
|
||||||
TAG: $CENTOS_TAG
|
|
||||||
<<: *pull_upstream_or_rebuild
|
|
||||||
|
|
||||||
arch:rolling@container-prep:
|
arch:rolling@container-prep:
|
||||||
extends: .arch@container-build
|
extends: .arch@container-build
|
||||||
|
|
@ -348,19 +347,21 @@ debian:sid@container-clean:
|
||||||
DEBIAN_VERSION: sid
|
DEBIAN_VERSION: sid
|
||||||
CURRENT_CONTAINER_IMAGE: $DEBIAN_CONTAINER_IMAGE
|
CURRENT_CONTAINER_IMAGE: $DEBIAN_CONTAINER_IMAGE
|
||||||
|
|
||||||
centos:7@container-clean:
|
.centos@container-clean:
|
||||||
extends: .container-clean
|
extends: .container-clean
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
CENTOS_VERSION: 7
|
|
||||||
CURRENT_CONTAINER_IMAGE: $CENTOS_CONTAINER_IMAGE
|
CURRENT_CONTAINER_IMAGE: $CENTOS_CONTAINER_IMAGE
|
||||||
|
|
||||||
centos:8@container-clean:
|
centos:7@container-clean:
|
||||||
extends: .container-clean
|
extends: .centos@container-clean
|
||||||
|
variables:
|
||||||
|
CENTOS_VERSION: 7
|
||||||
|
|
||||||
|
centos:8@container-clean:
|
||||||
|
extends: .centos@container-clean
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: none
|
|
||||||
CENTOS_VERSION: 8
|
CENTOS_VERSION: 8
|
||||||
CURRENT_CONTAINER_IMAGE: $CENTOS_CONTAINER_IMAGE
|
|
||||||
|
|
||||||
arch:rolling@container-clean:
|
arch:rolling@container-clean:
|
||||||
extends: .container-clean
|
extends: .container-clean
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue