Skip to content

Commit e1fc464

Browse files
committed
Add openstack-tox-py39 shadow job
1 parent 3f90b48 commit e1fc464

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)