Merge "Add bionic py3 test and switch linters/integrated to bionic"
This commit is contained in:
commit
bec1ff241a
@ -94,7 +94,7 @@
|
|||||||
Run lint tests for an OpenStack-Ansible project.
|
Run lint tests for an OpenStack-Ansible project.
|
||||||
Uses tox with the ``linters`` environment.
|
Uses tox with the ``linters`` environment.
|
||||||
timeout: 900 # 15 mins
|
timeout: 900 # 15 mins
|
||||||
nodeset: ubuntu-xenial
|
nodeset: ubuntu-bionic
|
||||||
vars:
|
vars:
|
||||||
tox_env: linters
|
tox_env: linters
|
||||||
|
|
||||||
@ -205,11 +205,12 @@
|
|||||||
of the ``tox_env`` variable. The OpenStack-Ansible repo
|
of the ``tox_env`` variable. The OpenStack-Ansible repo
|
||||||
to execute the tests from must be specified in the
|
to execute the tests from must be specified in the
|
||||||
``osa_test_repo`` variable.
|
``osa_test_repo`` variable.
|
||||||
nodeset: ubuntu-xenial
|
nodeset: ubuntu-bionic
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-ansible-integrated-deploy-aio
|
name: openstack-ansible-integrated-deploy-aio
|
||||||
parent: openstack-ansible-deploy-aio
|
parent: openstack-ansible-deploy-aio
|
||||||
|
nodeset: ubuntu-bionic
|
||||||
voting: false
|
voting: false
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack/openstack-ansible
|
- openstack/openstack-ansible
|
||||||
@ -230,6 +231,12 @@
|
|||||||
vars:
|
vars:
|
||||||
scenario: ceph
|
scenario: ceph
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: openstack-ansible-python3-ubuntu-bionic
|
||||||
|
parent: openstack-ansible-functional-ubuntu-bionic
|
||||||
|
vars:
|
||||||
|
tox_env: func_py3
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-ansible-python3-ubuntu-xenial
|
name: openstack-ansible-python3-ubuntu-xenial
|
||||||
parent: openstack-ansible-functional-ubuntu-xenial
|
parent: openstack-ansible-functional-ubuntu-xenial
|
||||||
|
Loading…
x
Reference in New Issue
Block a user