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
This commit is contained in:
Matthew Oliver 2021-05-27 17:41:23 +10:00 committed by Tim Burke
parent 04b0e24fee
commit f8103903ae
1 changed files with 19 additions and 0 deletions

View File

@ -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