Merge "Move django variants UT and selenium-headless to in-repo jobs" into stable/pike

This commit is contained in:
Zuul 2017-11-15 04:56:45 +00:00 committed by Gerrit Code Review
commit 2c3f58e56a
1 changed files with 48 additions and 0 deletions

48
.zuul.yaml Normal file
View File

@ -0,0 +1,48 @@
- job:
name: horizon-openstack-tox-base
parent: openstack-tox
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- ^horizon/locale/.*$
- ^openstack_dashboard/locale/.*$
- job:
name: horizon-openstack-tox-py27dj18
parent: horizon-openstack-tox-base
vars:
tox_envlist: py27dj18
- job:
name: horizon-openstack-tox-py27dj19
parent: horizon-openstack-tox-base
vars:
tox_envlist: py27dj19
- job:
name: horizon-openstack-tox-py27dj110
parent: horizon-openstack-tox-base
vars:
tox_envlist: py27dj110
- job:
name: horizon-selenium-headless
parent: horizon-openstack-tox-base
vars:
tox_envlist: selenium-headless
- project:
name: openstack/horizon
check:
jobs:
- horizon-openstack-tox-py27dj110
- horizon-openstack-tox-py27dj19
- horizon-openstack-tox-py27dj18
- horizon-selenium-headless
gate:
jobs:
- horizon-openstack-tox-py27dj110
- horizon-openstack-tox-py27dj19
- horizon-openstack-tox-py27dj18
- horizon-selenium-headless