From 946aa23ad073715ea0d9a287a99152633284528f Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Thu, 28 Dec 2017 14:53:34 +0200 Subject: [PATCH] Skip devstack jobs on locale-only changes those changes does not affect devstack intergrated testing at all, running them on translation imports from Zanata is useless. Change-Id: I6d70b46c2a0b8356949fcf8682fb15a741813eca --- zuul.d/legacy-ironic-inspector-jobs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/legacy-ironic-inspector-jobs.yaml b/zuul.d/legacy-ironic-inspector-jobs.yaml index 372ab038f..7c2da11b0 100644 --- a/zuul.d/legacy-ironic-inspector-jobs.yaml +++ b/zuul.d/legacy-ironic-inspector-jobs.yaml @@ -17,6 +17,7 @@ - ^.*\.rst$ - ^doc/.*$ - ^ironic_inspector/test/(?!.*tempest).*$ + - ^ironic_inspector/locale/.*$ - ^releasenotes/.*$ - ^setup.cfg$ - ^tox.ini$