Merge "Update job skip condition"

This commit is contained in:
Zuul 2017-12-02 04:57:18 +00:00 committed by Gerrit Code Review
commit 4c7e5872b8
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
@ -49,6 +50,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'"