From af7d921f338ecd22a7233c7647e66eb6e473ea32 Mon Sep 17 00:00:00 2001 From: Tin Lam Date: Fri, 8 Dec 2017 08:46:25 -0600 Subject: [PATCH] Exclude dev-deploy job from doc-only change This patch set updates the zuul job to not execute a full dev-deploy job when the change only impacts documentation, so it is inline with other jobs that runs the full deployment. Change-Id: Ica18b5bf903765acde91e686bf6d4453fd366d06 --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index a79ef6040f..7befe2301e 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -20,6 +20,10 @@ voting: true - openstack-helm-dev-deploy: voting: true + irrelevant-files: + - ^.*\.rst$ + - ^doc/.*$ + - ^releasenotes/.*$ - openstack-helm-legacy-ubuntu-vm-ovs-radosgw: voting: false irrelevant-files: