From 5b6db5e8167a203ff641a923a840f350314216c6 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Mon, 27 Nov 2017 15:05:21 -0800 Subject: [PATCH] Skip tempest jobs for doc/* only changes Neutron repo contains doc/ directory to store install and other guides. We should not execute tempest jobs if a patch touches those files only. Change-Id: If5003bb573e959a2324eab62cc08822c6e28e5f4 --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 9a7405b0..45ef47ab 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -12,6 +12,7 @@ irrelevant-files: - ^(test-|)requirements.txt$ - ^releasenotes/.*$ + - ^doc/.*$ - ^setup.cfg$ - job: @@ -28,6 +29,7 @@ irrelevant-files: - ^(test-|)requirements.txt$ - ^releasenotes/.*$ + - ^doc/.*$ - ^setup.cfg$ voting: false @@ -46,6 +48,7 @@ irrelevant-files: - ^(test-|)requirements.txt$ - ^releasenotes/.*$ + - ^doc/.*$ - ^setup.cfg$ voting: false