From e8a0a62fdc936f8b3e307951c95c3848597124aa Mon Sep 17 00:00:00 2001 From: Ruby Loo Date: Tue, 14 Nov 2017 14:34:29 -0500 Subject: [PATCH] Add irrelevant-files to openstack-tox-functional* Adds these irrelevant files to openstack-tox-functional and openstack-tox-functional-py35, since they don't affect the functional tests: - ^.*\.rst$ - ^doc/.*$ - ^releasenotes/.*$ Change-Id: I56b4765bb4f350cc5a5e87e781614973bfcf9316 --- zuul.d/jobs.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index ebe63459..15b06dc4 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -335,6 +335,10 @@ Run functional tests. Uses tox with the ``functional`` environment. + irrelevant-files: + - ^.*\.rst$ + - ^doc/.*$ + - ^releasenotes/.*$ vars: tox_envlist: functional @@ -345,6 +349,10 @@ Run functional tests using python 3.5. Uses tox with the ``functional-py35`` environment. + irrelevant-files: + - ^.*\.rst$ + - ^doc/.*$ + - ^releasenotes/.*$ vars: tox_envlist: functional-py35