Add missing openstack-tox-py310-arm64 job
When adding the latest py310 jobs the arm64 job was forgotten. This resolves the zuul config error by adding the job. Change-Id: I6a691ccdf62db9117e9e26962af1592486c94288
This commit is contained in:
parent
018b807cbd
commit
185ed3560b
@ -302,6 +302,18 @@
|
|||||||
bindep_profile: test py310
|
bindep_profile: test py310
|
||||||
python_version: '3.10'
|
python_version: '3.10'
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: openstack-tox-py310-arm64
|
||||||
|
parent: openstack-tox-py310
|
||||||
|
nodeset: ubuntu-focal-arm64
|
||||||
|
timeout: 3600
|
||||||
|
description: |
|
||||||
|
|
||||||
|
Run unit tests for an OpenStack Python project under cPython
|
||||||
|
version 3.10 on top of arm64 architecture.
|
||||||
|
|
||||||
|
Uses tox with the ``py310`` environment in arm64 platform.
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: openstack-tox-pypy
|
name: openstack-tox-pypy
|
||||||
parent: openstack-tox
|
parent: openstack-tox
|
||||||
|
Loading…
Reference in New Issue
Block a user