From 59002ded8609d3d9951d0205dbcaad5a8ef17f2d Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Thu, 16 Feb 2023 16:30:09 +0100 Subject: [PATCH] CI: Pin ansible-lint to <6.13.0 Change-Id: I13ee17a96033da75cbb377bce483f027127d646d --- lint-requirements.txt | 2 +- zuul.d/base.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lint-requirements.txt b/lint-requirements.txt index 1b0057f493..0f255aa347 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -1,5 +1,5 @@ ansible>=4,<6 # GPLv3 -ansible-lint>=6.0.0,<7.0.0 # MIT +ansible-lint>=6.0.0,<6.13.0 # MIT bandit>=1.1.0 # Apache-2.0 bashate>=0.5.1 # Apache-2.0 doc8>=0.6.0 # Apache-2.0 diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 9c16b47f8d..ef94537ef1 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -17,6 +17,7 @@ - ^releasenotes/.*$ - ^deploy-guide/.*$ - ^test-requirements.txt$ + - ^lint-requirements.txt$ - ^etc/kolla/globals.yml$ - ^tox.ini$ - ^\..+