From 706a284b8ad23bb9c68df8161ea9f97d50c009a2 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 8 Dec 2017 11:55:01 +0000 Subject: [PATCH] zuul: add irrelevant-files section to job This adds the 'irrelevant-files' section to the blazar-devstack-dsvm job. If all the changes are in this list, the job is not run. Change-Id: I2de90e7131d726cdadb9bab29c1a155d65e9ed1d --- .zuul.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0a47c4e6..1395bfc8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,6 +1,14 @@ - job: name: blazar-devstack-dsvm parent: legacy-dsvm-base + irrelevant-files: + - ^.*\.rst$ + - ^blazar/tests/.*$ + - ^doc/.*$ + - ^releasenotes/.*$ + - ^test-requirements.txt$ + - ^tools/.*$ + - ^tox.ini$ run: playbooks/legacy/blazar-devstack-dsvm/run.yaml post-run: playbooks/legacy/blazar-devstack-dsvm/post.yaml timeout: 4200 @@ -19,4 +27,3 @@ gate: jobs: - blazar-devstack-dsvm -