summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-01-28 10:03:43 +0100
committerThomas Haller <thaller@redhat.com>2021-01-28 14:50:39 +0100
commit7e32c3efdad9a96c6186e13194a7bb943f53daaa (patch)
treef59529ad1e87f6a166a92776c1313db066a7a5c1 /.gitlab-ci.yml
parent7869aacf61de8e323445de49a1abb4abfa546afa (diff)
downloadNetworkManager-7e32c3efdad9a96c6186e13194a7bb943f53daaa.tar.gz
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 5 insertions, 5 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'