Define openstack-tox-py310-arm64 job

openstack-tox-py310-arm64 used in the arm64 antelope
template is not defined and leads to zuul error

- https://review.opendev.org/c/openstack/neutron/+/858082

Change-Id: I4035bff26d2872c4f4680084f15d1443189dc2da
This commit is contained in:
ghanshyam mann 2022-09-16 18:57:33 +05:30
parent 644929721d
commit ff8f36f8e7
1 changed files with 12 additions and 0 deletions

View File

@ -285,6 +285,18 @@
Uses tox with the ``py39`` environment in arm64 platform.
- 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-py310
parent: openstack-tox