File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 # pin tox <4 for stable branches testing (<=(stable|unmaintained)/zed).
6969 ensure_tox_version : ' <4'
7070
71+ - job :
72+ name : openstack-tox-py39
73+ parent : openstack-tox
74+ nodeset : ubuntu-focal
75+ timeout : 10800
76+ description : |
77+
78+ Run unit tests for an OpenStack Python project under cPython
79+ version 3.9.
80+
81+ Uses tox with the ``py39`` environment.
82+ irrelevant-files : *common-irrelevant-files
83+ branches :
84+ regex : ^stable/(victoria|wallaby|xena|yoga|zed)$
85+ negate : true
86+ vars :
87+ tox_envlist : py39
88+ bindep_profile : test py39
89+ python_version : ' 3.9'
90+
91+ - job :
92+ name : openstack-tox-py39
93+ parent : openstack-tox
94+ nodeset : ubuntu-focal
95+ timeout : 10800
96+ description : |
97+
98+ Run unit tests for an OpenStack Python project under cPython
99+ version 3.9.
100+
101+ Uses tox version <4 with the ``py39`` environment.
102+ irrelevant-files : *common-irrelevant-files
103+ branches :
104+ - ^.*/victoria
105+ - ^.*/wallaby
106+ - ^.*/xena
107+ - ^.*/yoga
108+ - ^.*/zed
109+ vars :
110+ tox_envlist : py39
111+ bindep_profile : test py39
112+ python_version : ' 3.9'
113+ # NOTE(gmann): This is stable branch (<=(stable|unmaintained)/zed) job and new
114+ # tox 4 require some changes in tox.ini to be compatible with it. Let's
115+ # pin tox <4 for stable branches testing (<=(stable|unmaintained)/zed).
116+ ensure_tox_version : ' <4'
117+
118+
71119- job :
72120 name : openstack-tox-py312
73121 parent : openstack-tox
You can’t perform that action at this time.
0 commit comments