diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 89d9ffe4..4f03bb7f 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -613,6 +613,19 @@ jobs: - publish-openstack-python-branch-tarball +- project-template: + name: openstack-python3-wallaby-jobs-arm64 + description: | + Runs unit tests for an OpenStack Python project under the CPython + version 3 releases designated for testing in the Wallaby release + on top of ARM64 architecture. This currently runs only a limited + test set and supplements the python3-wallaby-jobs. And it should + not be run instead of the default! + check-arm64: + jobs: + - openstack-tox-py38-arm64: + voting: false + - project-template: name: openstack-python3-victoria-jobs-arm64 description: |