|
71 | 71 | bindep_profile: test py313 |
72 | 72 | tox_envlist: py313-threading |
73 | 73 |
|
| 74 | +- job: |
| 75 | + name: nova-tox-functional-py313-threading |
| 76 | + parent: openstack-tox-functional-py313 |
| 77 | + description: | |
| 78 | + Run tox-based functional tests for the OpenStack Nova project |
| 79 | + under cPython version 3.13 with eventlet disabled (native threading). |
| 80 | + Uses tox with the ``functional-py313-threading`` environment. |
| 81 | +
|
| 82 | + This job also provides a parent for other projects to run the nova |
| 83 | + functional tests with threading on their own changes. |
| 84 | + required-projects: |
| 85 | + # including nova here makes this job reusable by other projects |
| 86 | + - openstack/nova |
| 87 | + - openstack/placement |
| 88 | + irrelevant-files: *functional-irrelevant-files |
| 89 | + vars: |
| 90 | + # explicitly stating the work dir makes this job reusable by other |
| 91 | + # projects |
| 92 | + zuul_work_dir: src/opendev.org/openstack/nova |
| 93 | + bindep_profile: test py313 |
| 94 | + tox_envlist: functional-py313-threading |
| 95 | + timeout: 7200 |
| 96 | + |
74 | 97 | - job: |
75 | 98 | name: nova-tox-validate-backport |
76 | 99 | parent: openstack-tox |
|
950 | 973 | voting: false |
951 | 974 | - nova-tox-functional-py310 |
952 | 975 | - nova-tox-functional-py313 |
| 976 | + - nova-tox-functional-py313-threading: |
| 977 | + voting: false |
953 | 978 | - tempest-integrated-compute: |
954 | 979 | # NOTE(gmann): Policies changes do not need to run all the |
955 | 980 | # integration test jobs. Running only tempest and grenade |
|
979 | 1004 | - nova-live-migration |
980 | 1005 | - nova-tox-functional-py310 |
981 | 1006 | - nova-tox-functional-py313 |
| 1007 | + - nova-tox-functional-py313-threading: |
| 1008 | + voting: false |
982 | 1009 | - nova-multi-cell |
983 | 1010 | - nova-next |
984 | 1011 | - nova-tox-validate-backport |
|
0 commit comments