Add nv test job for Django 1.10 in Django OS Auth
Depends-On: I2c2ad60839fbe5f931544f076c90feda9dac997a Change-Id: Ic0b4477285bce1ad9643c2eea319fe64704c7ce5
This commit is contained in:
parent
d427dd2fba
commit
8efb71b5ff
@ -1899,6 +1899,10 @@
|
||||
envlist:
|
||||
- py27dj18
|
||||
- py27dj19
|
||||
- 'gate-{name}-tox-{envlist}-{node}':
|
||||
node: ubuntu-xenial
|
||||
envlist:
|
||||
- py27dj110
|
||||
|
||||
- project:
|
||||
name: django-openstack-auth-kerberos
|
||||
|
@ -2655,6 +2655,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
|
||||
@ -6328,6 +6333,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