Add openstack-tox-functional-py310 base job

Change-Id: I3fcdc7f8b5e2850ffb9eae7a040f748b041d44bc
This commit is contained in:
Ghanshyam Mann 2022-05-05 18:31:35 -05:00
parent ac64f6440c
commit aafd877dbc
1 changed files with 15 additions and 0 deletions

View File

@ -619,6 +619,21 @@
bindep_profile: test py39
python_version: '3.9'
- job:
name: openstack-tox-functional-py310
parent: openstack-tox
nodeset: ubuntu-jammy
description: |
Run tox-based functional tests for an OpenStack Python project
under cPython version 3.10.
Uses tox with the ``functional-py310`` environment.
irrelevant-files: *common-irrelevant-files
vars:
tox_envlist: functional-py310
bindep_profile: test py310
python_version: '3.10'
- job:
name: openstack-tox-functional-py36-fips
parent: openstack-tox-functional-py36