Move openstack-tox-py311-arm64 to be with openstack-tox-py311

Largely cosmetic, but it seesm like generally we group jobs by the
python version under test.

Change-Id: I9435c9341215c843ede309105abc5a305d34b776
This commit is contained in:
Tony Breeds 2024-06-27 09:28:35 +10:00
parent 604081ad00
commit 42803f90a0

View File

@ -337,6 +337,18 @@
bindep_profile: test py311 bindep_profile: test py311
python_version: '3.11' python_version: '3.11'
- job:
name: openstack-tox-py311-arm64
parent: openstack-tox-py311
nodeset: debian-bookworm-arm64
timeout: 3600
description: |
Run unit tests for an OpenStack Python project under cPython
version 3.11 on top of arm64 architecture.
Uses tox with the ``py311`` environment in arm64 platform.
- job: - job:
name: openstack-tox-py312 name: openstack-tox-py312
parent: openstack-tox parent: openstack-tox
@ -355,18 +367,6 @@
python_use_pyenv: True python_use_pyenv: True
python_version: '3.12' python_version: '3.12'
- job:
name: openstack-tox-py311-arm64
parent: openstack-tox-py311
nodeset: debian-bookworm-arm64
timeout: 3600
description: |
Run unit tests for an OpenStack Python project under cPython
version 3.11 on top of arm64 architecture.
Uses tox with the ``py311`` environment in arm64 platform.
- job: - job:
name: openstack-tox-pypy name: openstack-tox-pypy
parent: openstack-tox parent: openstack-tox