From af9203c621d30732ff617b2cb16339736a4fb0cb Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 9 May 2018 09:21:56 +0100 Subject: [PATCH] Reinstate testing of changes to requirements.txt Change I0c1328237d2109b1d1d5dcb40f331fff1ab10257 recently prevented running kolla deployment CI jobs against changes to some files, including requirements.txt. This change reinstates testing of changes to requirements.txt, since this can have an effect on the operation of kolla ansible. Change-Id: I3d839de9aed60cddebea7d1140f618d3261cca2a --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 113d1d4fc1..cb6ef3580d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -74,7 +74,7 @@ irrelevant-files: - ^.*\.rst$ - ^doc/.* - - ^(test-|)requirements.txt$ + - ^test-requirements.txt$ - ^releasenotes/.*$ vars: scenario: aio