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
This commit is contained in:
Akihiro Motoki 2017-11-30 16:31:26 +09:00
parent d46246d476
commit 2d0c4e9f51
1 changed files with 4 additions and 0 deletions

View File

@ -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'"