zuul: Make functional job inherit from openstack parents
Change-Id: Iabbbca8f16bcae8c8240fec65d5f2621ce4a98fb Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
+3
-7
@@ -34,8 +34,7 @@
|
|||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: nova-tox-functional-py36
|
name: nova-tox-functional-py36
|
||||||
parent: openstack-tox
|
parent: openstack-tox-functional-py36
|
||||||
nodeset: ubuntu-bionic
|
|
||||||
description: |
|
description: |
|
||||||
Run tox-based functional tests for the OpenStack Nova project
|
Run tox-based functional tests for the OpenStack Nova project
|
||||||
under cPython version 3.6 with Nova specific irrelevant-files list.
|
under cPython version 3.6 with Nova specific irrelevant-files list.
|
||||||
@@ -57,15 +56,13 @@
|
|||||||
# explicitly stating the work dir makes this job reusable by other
|
# explicitly stating the work dir makes this job reusable by other
|
||||||
# projects
|
# projects
|
||||||
zuul_work_dir: src/opendev.org/openstack/nova
|
zuul_work_dir: src/opendev.org/openstack/nova
|
||||||
tox_envlist: functional-py36
|
|
||||||
tox_install_siblings: true
|
tox_install_siblings: true
|
||||||
bindep_profile: test py36
|
bindep_profile: test py36
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: nova-tox-functional-py37
|
name: nova-tox-functional-py37
|
||||||
parent: openstack-tox
|
parent: openstack-tox-functional-py37
|
||||||
nodeset: ubuntu-bionic
|
|
||||||
description: |
|
description: |
|
||||||
Run tox-based functional tests for the OpenStack Nova project
|
Run tox-based functional tests for the OpenStack Nova project
|
||||||
under cPython version 3.7 with Nova specific irrelevant-files list.
|
under cPython version 3.7 with Nova specific irrelevant-files list.
|
||||||
@@ -82,9 +79,8 @@
|
|||||||
# explicitly stating the work dir makes this job reusable by other
|
# explicitly stating the work dir makes this job reusable by other
|
||||||
# projects
|
# projects
|
||||||
zuul_work_dir: src/opendev.org/openstack/nova
|
zuul_work_dir: src/opendev.org/openstack/nova
|
||||||
tox_envlist: functional-py37
|
tox_install_siblings: true
|
||||||
bindep_profile: test py37
|
bindep_profile: test py37
|
||||||
python_version: 3.7
|
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
|
|||||||
Reference in New Issue
Block a user