Merge "Add nv test job for Django 1.10 in Django OS Auth"
This commit is contained in:
commit
6d6f8ef7e1
@ -1902,6 +1902,10 @@
|
||||
envlist:
|
||||
- py27dj18
|
||||
- py27dj19
|
||||
- 'gate-{name}-tox-{envlist}-{node}':
|
||||
node: ubuntu-xenial
|
||||
envlist:
|
||||
- py27dj110
|
||||
|
||||
- project:
|
||||
name: django-openstack-auth-kerberos
|
||||
|
@ -2664,6 +2664,11 @@ jobs:
|
||||
- name: gate-django_openstack_auth-tox-py27dj19
|
||||
branch: ^(?!stable/liberty).*$
|
||||
|
||||
# TODO(robcresswell): Make voting once tests are passing reliably
|
||||
- name: gate-django_openstack_auth-tox-py27dj110-ubuntu-xenial
|
||||
branch: ^(?!stable/(liberty|mitaka)).*$
|
||||
voting: false
|
||||
|
||||
# TODO(doug-fish): Make voting once tests are proven to pass reliably
|
||||
- name: gate-neutron-lbaas-dashboard-nodejs4-npm-run-lint
|
||||
voting: false
|
||||
@ -6334,6 +6339,7 @@ projects:
|
||||
check:
|
||||
- gate-django_openstack_auth-tox-py27dj18
|
||||
- gate-django_openstack_auth-tox-py27dj19
|
||||
- gate-django_openstack_auth-tox-py27dj110-ubuntu-xenial
|
||||
gate:
|
||||
- gate-django_openstack_auth-tox-py27dj18
|
||||
- gate-django_openstack_auth-tox-py27dj19
|
||||
|
Loading…
Reference in New Issue
Block a user