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:
Elod Illes 2022-09-16 15:21:41 +02:00
parent 018b807cbd
commit 185ed3560b
1 changed files with 12 additions and 0 deletions

View File

@ -302,6 +302,18 @@
bindep_profile: test py310
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:
name: openstack-tox-pypy
parent: openstack-tox