From 3f3114c94eede2e6963140f2efa9460ee796e049 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 8 Oct 2019 12:43:59 -0400 Subject: [PATCH] Skip functional test jobs for doc redirect changes Changes to docs to handle redirects like [1] should not trigger functional jobs. Note that functional-irrelevant-files does not just blindly ignore all changes to the docs/* path because we do need to run functional test jobs for changes to doc/notification_samples. [1] Iad18f355a20261313ddb3dafd302ed66ebca64bc Change-Id: I4c2cb97de1fc8e1ed80fa22680621fd4f6390cfd --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index db875a2309fd..7b4726293079 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -58,7 +58,7 @@ irrelevant-files: &functional-irrelevant-files - ^.*\.rst$ - ^api-.*$ - - ^doc/source/.*$ + - ^doc/(source|test)/.*$ - ^nova/locale/.*$ - ^releasenotes/.*$ vars: