mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-08 06:13:13 +00:00
Use Python 3.10 for Ansible's devel branch
Use Python 3.10 on Ubuntu 22.04 LTS (Jammy Jellyfish) for Ansible 2.14 branch, since it supports Python from 3.9 now. https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_14.html Change-Id: Ib20feb82729fe0b641aafa9c8b92060b1d85f9c9
This commit is contained in:
committed by
Shnaidman Sagi (Sergey)
parent
73827a3d57
commit
515cc66287
@@ -257,13 +257,14 @@
|
|||||||
- job:
|
- job:
|
||||||
name: openstack-tox-linters-ansible-devel
|
name: openstack-tox-linters-ansible-devel
|
||||||
parent: openstack-tox-linters-ansible
|
parent: openstack-tox-linters-ansible
|
||||||
|
nodeset: ubuntu-jammy
|
||||||
description: |
|
description: |
|
||||||
Run openstack collections linter tests using the devel branch of ansible
|
Run openstack collections linter tests using the devel branch of ansible
|
||||||
# non-voting because we can't prevent ansible devel from breaking us
|
# non-voting because we can't prevent ansible devel from breaking us
|
||||||
voting: false
|
voting: false
|
||||||
vars:
|
vars:
|
||||||
python_version: 3.8
|
python_version: '3.10'
|
||||||
bindep_profile: test py38
|
bindep_profile: test py310
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-tox-linters-ansible-2.12
|
name: openstack-tox-linters-ansible-2.12
|
||||||
|
|||||||
Reference in New Issue
Block a user