From e8267282c3db18455151e9fbf0c4dfc93434d8f5 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 30 Oct 2017 12:52:23 -0400 Subject: [PATCH] do not run the py35 job for deliverable file changes Only the releases repo has deliverable files, but it seems excessive to duplicate the job definition just to ignore those files. Change-Id: I06dcc292655c13c5eaa777cd9d1df7743ee2de9e Signed-off-by: Doug Hellmann --- zuul.d/jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 5aa5eeb5..69f6004c 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -265,6 +265,7 @@ - ^.*\.rst$ - ^doc/.*$ - ^releasenotes/.*$ + - ^deliverables/.*$ vars: tox_envlist: py35