summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-08-30 11:58:42 +0200
committerThomas Haller <thaller@redhat.com>2021-08-30 13:14:00 +0200
commitccd398caf79534f4966f444ca479434bfc981062 (patch)
treea9777d96828d6614dc464026ec95b5f076158c4b /.gitlab-ci.yml
parent203b6fb1944c6ea6509bd9c3209b33d2d42d4de1 (diff)
downloadNetworkManager-ccd398caf79534f4966f444ca479434bfc981062.tar.gz
gitlab-ci: temporarily disable Fedora 35 and 36
It fails to install the container. Disable it, until it is more stable. ... Install 363 Packages Total download size: 275 M Installed size: 1.1 G Downloading Packages: python3: allocatestack.c:191: advise_stack_range: Assertion `freesize < size' failed. ./contrib/fedora/REQUIRED_PACKAGES: line 17: 815 Aborted $NM_INSTALL "$@" subprocess exited with status 134 subprocess exited with status 134 exit status 134
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml70
1 files changed, 5 insertions, 65 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5e269dc969..f67905c5f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,11 +47,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bump
# ".default_tag".
- FEDORA_TAG: '2021-08-30.0-c7597bbb4bd8'
- UBUNTU_TAG: '2021-08-30.0-c68021283139'
- DEBIAN_TAG: '2021-08-30.0-c68021283139'
- CENTOS_TAG: '2021-08-30.0-c7597bbb4bd8'
- ALPINE_TAG: '2021-08-30.0-9a4bb795bc30'
+ FEDORA_TAG: '2021-08-30.0-80919975b0b1'
+ UBUNTU_TAG: '2021-08-30.0-6c770997f83b'
+ DEBIAN_TAG: '2021-08-30.0-6c770997f83b'
+ CENTOS_TAG: '2021-08-30.0-80919975b0b1'
+ ALPINE_TAG: '2021-08-30.0-85f7bea6144e'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'
@@ -154,26 +154,6 @@ fedora:34@container-prep:
FDO_DISTRIBUTION_TAG: $FEDORA_TAG
FDO_DISTRIBUTION_EXEC: $FEDORA_EXEC
-fedora:35@container-prep:
- extends:
- - .fdo.container-build@fedora
- stage: prep
- variables:
- GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '35'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- FDO_DISTRIBUTION_EXEC: $FEDORA_EXEC
-
-fedora:36@container-prep:
- extends:
- - .fdo.container-build@fedora
- stage: prep
- variables:
- GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '36'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- FDO_DISTRIBUTION_EXEC: $FEDORA_EXEC
-
ubuntu:16.04@container-prep:
extends:
- .fdo.container-build@ubuntu
@@ -461,24 +441,6 @@ fedora:34@container-clean:
FDO_DISTRIBUTION_VERSION: '34'
FDO_DISTRIBUTION_TAG: $FEDORA_TAG
-fedora:35@container-clean:
- extends:
- - .container-clean
- variables:
- GIT_STRATEGY: none
- CURRENT_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/fedora/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG
- FDO_DISTRIBUTION_VERSION: '35'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
-
-fedora:36@container-clean:
- extends:
- - .container-clean
- variables:
- GIT_STRATEGY: none
- CURRENT_CONTAINER_IMAGE: $CI_REGISTRY_IMAGE/fedora/$FDO_DISTRIBUTION_VERSION:$FDO_DISTRIBUTION_TAG
- FDO_DISTRIBUTION_VERSION: '36'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
-
ubuntu:16.04@container-clean:
extends:
- .container-clean
@@ -747,28 +709,6 @@ t_fedora:34:
needs:
- "fedora:34@container-prep"
-t_fedora:35:
- extends:
- - .build@template
- - .fdo.distribution-image@fedora
- variables:
- FDO_DISTRIBUTION_VERSION: '35'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- needs:
- - "fedora:35@container-prep"
- when: manual
-
-t_fedora:36:
- extends:
- - .build@template
- - .fdo.distribution-image@fedora
- variables:
- FDO_DISTRIBUTION_VERSION: '36'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- needs:
- - "fedora:36@container-prep"
- when: manual
-
t_ubuntu:16.04:
extends:
- .build@template