From 32a202874cdd74639ec84602cfd9e33240a07e26 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 3 Oct 2018 17:38:20 +0200 Subject: [PATCH] Always run py27 test The py27 test ensures that all specs are following a specific format. The default py27 tests have an irrelevant-files list that ignores running if especially only .rst files get updated. Override the irrelevant files list so that it runs for nearly all changes, only skip for release-notes (even if they do not exist here). Change-Id: Iffb6345ddf490820ca7495f0e4a0e722acfba898 --- .zuul.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index f3848fbe3..19548caa5 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,7 +3,13 @@ - openstack-specs-jobs check: jobs: - - openstack-tox-py27 + - openstack-tox-py27: + # Override default list of files since the default + # ignores .rst files but we need to test .rst files here. + irrelevant-files: + - ^releasenotes/.*$ gate: jobs: - - openstack-tox-py27 + - openstack-tox-py27: + irrelevant-files: + - ^releasenotes/.*$