Remove centos-7 and opensuse-15 nodesets

centos-7 and opensuse-15 nodesets do not exist anymore, thus they
generates zuul config error. Let's get rid of them to make zuul config
happy.

Furthermore, pin pylint version as newer versions (newer than 2.13.0)
starts to break pylint jobs.

Change-Id: I9ef5511304c72a28456d4cd3d9748578938882a6
This commit is contained in:
Elod Illes 2024-04-24 16:41:17 +02:00
parent 6c7d8a3ab9
commit 0073329431
2 changed files with 1 additions and 11 deletions

View File

@ -26,13 +26,3 @@
- job:
name: freezer-ubuntu
parent: freezer-base
- job:
name: freezer-centos-7
parent: freezer-base
nodeset: centos-7
- job:
name: freezer-opensuse-15
parent: freezer-base
nodeset: opensuse-15

View File

@ -20,4 +20,4 @@ python-openstackclient>=3.12.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
Pygments>=2.2.0 # BSD license
# astroid<=2.5.0;python_version>="3.0" # LGPLv2.1
pylint>=2.6.0;python_version>="3.0" # GPLv2
pylint>=2.6.0,<2.13.0;python_version>="3.0" # GPLv2