From 2d0c4e9f5118d8cfc651181bf35f995c448bdd43 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 30 Nov 2017 16:31:26 +0900 Subject: [PATCH] Update job skip condition There is no need to run tempest job for changes only with translations. Also adds openstack_auth/locale/ to the skip condition. Change-Id: I9b21de25a06cb08d1a08dd91637cd0135bf937be --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 0e6804cb93..1fb8b6d163 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -7,6 +7,7 @@ - ^releasenotes/.*$ - ^horizon/locale/.*$ - ^openstack_dashboard/locale/.*$ + - ^openstack_auth/locale/.*$ - job: name: horizon-openstack-tox-py27dj18 @@ -43,6 +44,9 @@ - ^.*\.rst$ - ^doc/.*$ - ^releasenotes/.*$ + - ^horizon/locale/.*$ + - ^openstack_dashboard/locale/.*$ + - ^openstack_auth/locale/.*$ vars: devstack_localrc: TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/git.openstack.org/openstack/tempest-horizon'"