Initial Zuul v3 jobs: unittests

Native jobs for unittest under different versions of Django.
The conversion of integration tests is out of scope for this
change.

Depends-On: I6664404b869a98c6f178667073a1c77604736925
Change-Id: Id4d15b8bd5f032ff457395af5d77b255b6077a2a
This commit is contained in:
Luigi Toscano 2017-10-25 12:21:54 +02:00 committed by ArchiFleKs
parent 6513bf0925
commit 450edfaf37
1 changed files with 27 additions and 0 deletions

27
.zuul.yaml Normal file
View File

@ -0,0 +1,27 @@
- project:
name: openstack/sahara-dashboard
check:
jobs:
- sahara-dashboard-tox-py27-dj19
- sahara-dashboard-tox-py27-dj110:
voting: false
branches: ^(?!stable/ocata).*$
gate:
jobs:
- sahara-dashboard-tox-py27-dj19
- job:
name: sahara-dashboard-tox-py27-dj110
parent: tox
required-projects:
- openstack/horizon
vars:
tox_envlist: py27dj110
- job:
name: sahara-dashboard-tox-py27-dj19
parent: tox
required-projects:
- openstack/horizon
vars:
tox_envlist: py27dj19