Skip to content

Commit 983a969

Browse files
committed
Add second part of tox-py39 shadow job
1 parent e1fc464 commit 983a969

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

zuul.d/openstack-shadow/openstack-tox-py39.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,30 @@
1717
tox_envlist: py39
1818
bindep_profile: test py39
1919
python_version: '3.9'
20+
21+
- job:
22+
name: openstack-tox-py39
23+
parent: openstack-tox
24+
nodeset: ubuntu-focal
25+
timeout: 2400
26+
description: |
27+
28+
Run unit tests for an OpenStack Python project under cPython
29+
version 3.9.
30+
31+
Uses tox version <4 with the ``py39`` environment.
32+
irrelevant-files: *common-irrelevant-files
33+
branches:
34+
- ^.*/victoria
35+
- ^.*/wallaby
36+
- ^.*/xena
37+
- ^.*/yoga
38+
- ^.*/zed
39+
vars:
40+
tox_envlist: py39
41+
bindep_profile: test py39
42+
python_version: '3.9'
43+
# NOTE(gmann): This is stable branch (<=(stable|unmaintained)/zed) job and new
44+
# tox 4 require some changes in tox.ini to be compatible with it. Let's
45+
# pin tox <4 for stable branches testing (<=(stable|unmaintained)/zed).
46+
ensure_tox_version: '<4'

0 commit comments

Comments
 (0)