From 4ad039d21174388ee26ee646bcfb26ce846de453 Mon Sep 17 00:00:00 2001 From: ricolin Date: Sun, 27 Sep 2020 11:53:14 +0800 Subject: [PATCH] Add openstack-python3-wallaby-jobs-arm64 Task: #41000 Change-Id: Icaee1dbb9939f93e27e8b1dfdc1f2afab45eedc1 --- zuul.d/project-templates.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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: |