From 7e32c3efdad9a96c6186e13194a7bb943f53daaa Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 28 Jan 2021 10:03:43 +0100 Subject: [PATCH] gitlab-ci: generate new container images for tests - the python-black version on Fedora 33 was updated, and this formats our python code differently. The black version that is used by our gitlab-ci is the authoritative version that should be used. Update it by regenerating the containers. - especially Fedora:rawhide and Debian:sid often introduce changes that will cause a break of our build. Update the containers to test latest versions. --- .gitlab-ci.yml | 10 +++++----- .gitlab-ci/config.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f738c6f889..bc7b2b55f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,11 +44,11 @@ variables: # these tags should be updated each time the list of packages is updated # changing these will force rebuilding the associated image # Note: these tags have no meaning and are not tied to a particular NM version - FEDORA_TAG: '2020-11-17.0-cbb87607d569' - UBUNTU_TAG: '2020-11-17.0-45915bd6e380' - DEBIAN_TAG: '2020-11-17.0-45915bd6e380' - CENTOS_TAG: '2020-11-17.0-cbb87607d569' - ALPINE_TAG: '2020-11-17.0-eafb903b544b' + FEDORA_TAG: '2021-01-28.0-5ee9fa53946e' + UBUNTU_TAG: '2021-01-28.0-b172a9697407' + DEBIAN_TAG: '2021-01-28.0-b172a9697407' + CENTOS_TAG: '2021-01-28.0-5ee9fa53946e' + ALPINE_TAG: '2021-01-28.0-76f28d039de3' FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh' UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh' diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml index 7efe1b6730..14487bd68b 100644 --- a/.gitlab-ci/config.yml +++ b/.gitlab-ci/config.yml @@ -8,7 +8,7 @@ # # We're happy to rebuild all containers when one changes. -.default_tag: &default_tag '2020-11-17.0' +.default_tag: &default_tag '2021-01-28.0' # The list of all distributions we want to create job for.