From 3c19d7c09029241d8558712a4f155753793231eb Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 27 Mar 2018 16:23:15 -0400 Subject: [PATCH] trigger requirements-check if the lower-constraints.txt file changes If projects have a lower-constraints.txt file, we want to ensure the new rules apply when a patch tries to change it. Change-Id: Id4de1d810f4fbc1dd66a906b3cf74789a1774706 Signed-off-by: Doug Hellmann --- .zuul.d/project-template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.zuul.d/project-template.yaml b/.zuul.d/project-template.yaml index 51cf75baf4..c98b514329 100644 --- a/.zuul.d/project-template.yaml +++ b/.zuul.d/project-template.yaml @@ -19,3 +19,4 @@ - ^.*requirements-py[2,3].txt$ - ^doc/requirements.txt$ - playbooks/requirements-check.yaml + - ^lower-constraints.txt$