summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-11-27 01:07:08 +0000
committerGerrit Code Review <review@openstack.org>2019-11-27 01:07:08 +0000
commitca0b03d178231432ba505dea24e0a070d1ed54ab (patch)
tree5c036b1b4fb178fcaeab36bebcd602eb623ea151 /.zuul.yaml
parentd63ed15574d9629889473fcd445272cfe4dcd95e (diff)
parent6a04c5546a4908b49e1a11e04e71a6a9e7bb7ca3 (diff)
downloadnova-ca0b03d178231432ba505dea24e0a070d1ed54ab.tar.gz
Merge "zuul: Make functional job inherit from openstack parents"
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml10
1 files changed, 3 insertions, 7 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 155695c7ee..a8dc56b17b 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -34,8 +34,7 @@
- job:
name: nova-tox-functional-py36
- parent: openstack-tox
- nodeset: ubuntu-bionic
+ parent: openstack-tox-functional-py36
description: |
Run tox-based functional tests for the OpenStack Nova project
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
# projects
zuul_work_dir: src/opendev.org/openstack/nova
- tox_envlist: functional-py36
tox_install_siblings: true
bindep_profile: test py36
timeout: 3600
- job:
name: nova-tox-functional-py37
- parent: openstack-tox
- nodeset: ubuntu-bionic
+ parent: openstack-tox-functional-py37
description: |
Run tox-based functional tests for the OpenStack Nova project
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
# projects
zuul_work_dir: src/opendev.org/openstack/nova
- tox_envlist: functional-py37
+ tox_install_siblings: true
bindep_profile: test py37
- python_version: 3.7
timeout: 3600
- job: