|
2 | 2 | # for job naming conventions.
|
3 | 3 |
|
4 | 4 | - job:
|
5 |
| - name: nova-tox-functional-py38 |
6 |
| - parent: openstack-tox-functional-py38 |
| 5 | + name: nova-tox-functional-centos8-py36 |
| 6 | + parent: openstack-tox-functional-py36 |
| 7 | + nodeset: devstack-single-node-centos-8 |
7 | 8 | description: |
|
8 | 9 | Run tox-based functional tests for the OpenStack Nova project
|
9 |
| - under cPython version 3.8 with Nova specific irrelevant-files list. |
10 |
| - Uses tox with the ``functional-py38`` environment. |
| 10 | + under cPython version 3.6 with Nova specific irrelevant-files list. |
| 11 | + Uses tox with the ``functional-py36`` environment. |
11 | 12 |
|
12 | 13 | This job also provides a parent for other projects to run the nova
|
13 | 14 | functional tests on their own changes.
|
|
21 | 22 | - ^doc/(source|test)/.*$
|
22 | 23 | - ^nova/locale/.*$
|
23 | 24 | - ^releasenotes/.*$
|
| 25 | + vars: |
| 26 | + # explicitly stating the work dir makes this job reusable by other |
| 27 | + # projects |
| 28 | + zuul_work_dir: src/opendev.org/openstack/nova |
| 29 | + bindep_profile: test py36 |
| 30 | + timeout: 3600 |
| 31 | + |
| 32 | +- job: |
| 33 | + name: nova-tox-functional-py38 |
| 34 | + parent: openstack-tox-functional-py38 |
| 35 | + description: | |
| 36 | + Run tox-based functional tests for the OpenStack Nova project |
| 37 | + under cPython version 3.8 with Nova specific irrelevant-files list. |
| 38 | + Uses tox with the ``functional-py38`` environment. |
| 39 | +
|
| 40 | + This job also provides a parent for other projects to run the nova |
| 41 | + functional tests on their own changes. |
| 42 | + required-projects: |
| 43 | + # including nova here makes this job reusable by other projects |
| 44 | + - openstack/nova |
| 45 | + - openstack/placement |
| 46 | + irrelevant-files: *functional-irrelevant-files |
24 | 47 | vars:
|
25 | 48 | # explicitly stating the work dir makes this job reusable by other
|
26 | 49 | # projects
|
|
515 | 538 | - nova-next
|
516 | 539 | - nova-tox-validate-backport:
|
517 | 540 | voting: false
|
| 541 | + - nova-tox-functional-centos8-py36 |
518 | 542 | - nova-tox-functional-py38
|
519 | 543 | - nova-tox-functional-py39
|
520 | 544 | - tempest-integrated-compute:
|
|
554 | 578 | jobs:
|
555 | 579 | - nova-live-migration
|
556 | 580 | - nova-live-migration-ceph
|
| 581 | + - nova-tox-functional-centos8-py36 |
557 | 582 | - nova-tox-functional-py38
|
558 | 583 | - nova-tox-functional-py39
|
559 | 584 | - nova-multi-cell
|
|
0 commit comments