We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f90b48 commit e1fc464Copy full SHA for e1fc464
1 file changed
zuul.d/openstack-shadow/openstack-tox-py39.yaml
@@ -0,0 +1,19 @@
1
+- job:
2
+ name: openstack-tox-py39
3
+ parent: openstack-tox
4
+ nodeset: ubuntu-focal
5
+ timeout: 4800
6
+ description: |
7
+
8
+ Run unit tests for an OpenStack Python project under cPython
9
+ version 3.9.
10
11
+ Uses tox with the ``py39`` environment.
12
+ irrelevant-files: *common-irrelevant-files
13
+ branches:
14
+ regex: ^stable/(victoria|wallaby|xena|yoga|zed)$
15
+ negate: true
16
+ vars:
17
+ tox_envlist: py39
18
+ bindep_profile: test py39
19
+ python_version: '3.9'
0 commit comments