From 232b5a9ddeb222035a9393bfc495b2ffba557801 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud Date: Thu, 13 Oct 2022 07:36:15 +0200 Subject: [PATCH] azure tests: move to fedora 37 Signed-off-by: Florence Blanc-Renaud Reviewed-By: Stanislav Levin --- .wheelconstraints.in | 5 ++--- ipatests/azure/Dockerfiles/Dockerfile.build.fedora | 2 +- ipatests/azure/templates/variables-fedora.yml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.wheelconstraints.in b/.wheelconstraints.in index 4c99d335f..2c8e11b8e 100644 --- a/.wheelconstraints.in +++ b/.wheelconstraints.in @@ -10,6 +10,5 @@ ipaserver == @VERSION@ ipatests == @VERSION@ # keep pylint version in sync with current Fedora release -# F36 has 2.12.2 -# https://pagure.io/freeipa/issue/8818 added pylint 2.8 support -pylint ~= 2.12.2 +# F37 has 2.15.5 +pylint ~= 2.15.5 diff --git a/ipatests/azure/Dockerfiles/Dockerfile.build.fedora b/ipatests/azure/Dockerfiles/Dockerfile.build.fedora index a695c2fe9..0cf1483ce 100644 --- a/ipatests/azure/Dockerfiles/Dockerfile.build.fedora +++ b/ipatests/azure/Dockerfiles/Dockerfile.build.fedora @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora-toolbox:36 +FROM registry.fedoraproject.org/fedora-toolbox:37 MAINTAINER [FreeIPA Developers freeipa-devel@lists.fedorahosted.org] ENV container=docker LANG=en_US.utf8 LANGUAGE=en_US.utf8 LC_ALL=en_US.utf8 diff --git a/ipatests/azure/templates/variables-fedora.yml b/ipatests/azure/templates/variables-fedora.yml index 4f5416999..208c8a7ed 100644 --- a/ipatests/azure/templates/variables-fedora.yml +++ b/ipatests/azure/templates/variables-fedora.yml @@ -1,7 +1,7 @@ variables: IPA_PLATFORM: fedora # the Docker public image to build IPA packages (rpms) - DOCKER_BUILD_IMAGE: 'registry.fedoraproject.org/fedora-toolbox:36' + DOCKER_BUILD_IMAGE: 'registry.fedoraproject.org/fedora-toolbox:37' # the Dockerfile to build Docker image for running IPA tests DOCKER_DOCKERFILE: ${{ format('Dockerfile.build.{0}', variables.IPA_PLATFORM) }}