From f8103903aebc5770f82f1e01634521985975cbc5 Mon Sep 17 00:00:00 2001 From: Matthew Oliver Date: Thu, 27 May 2021 17:41:23 +1000 Subject: Add non-voting pyeclib python3 unit test jobs Add non-voting pyeclib-libec-jobs-arm64 project template. It includes 1 non-voting project job: * libec-pyeclib-unit-arm64 And running on seperate pipeline `check-arm64`. Change-Id: I14a2ebb5424ff9c76a3fd273aee047baba4d7fc1 --- .zuul.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index ddb2010..831f395 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,6 +1,7 @@ - project: templates: - openstack-python-jobs + - libec-pyeclib-jobs-arm64 check: jobs: - openstack-tox-py35 @@ -62,3 +63,21 @@ timeout: 1800 vars: tox_envlist: py39-compilelibs + +- job: + name: libec-pyeclib-unit-arm64 + parent: libec-pyeclib-unit + nodeset: ubuntu-focal-arm64 + description: | + Run unit tests for an OpenStack Python project under cPython + version 3.9 on top of arm64 architecture. + +- project-template: + name: libec-pyeclib-jobs-arm64 + description: | + Runs pyeclib unit tests designated for testing on top of + ARM64 architecture + check-arm64: + jobs: + - libec-pyeclib-unit-arm64: + voting: false -- cgit v1.2.1