Restrict openstack-tox-py310-arm64 job to 2023.2

Other openstack-tox-py310-* jobs only run on the 2023.2
branch, restrict openstack-tox-py310-arm64 the same way
so it does not run on master.

Change-Id: I48270006bc989d3cacb2b085096fbe4521edfd76
This commit is contained in:
Brian Haley 2024-03-21 15:01:29 -04:00
parent d5c47d8b53
commit eeb39242a0

View File

@ -1166,8 +1166,11 @@
branches:
- stable/2023.2
- master
# NOTE(gmann): py310 job is required to run for 2023.2 release.
- openstack-tox-py310-arm64:
voting: false
branches:
- stable/2023.2
# py3.11 testing is added from 2023.2 release onwards
- openstack-tox-py311-arm64:
voting: false