summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Oliver <matt@oliver.net.au>2021-05-27 17:41:23 +1000
committerTim Burke <tim.burke@gmail.com>2021-05-27 17:36:19 -0700
commitf8103903aebc5770f82f1e01634521985975cbc5 (patch)
tree5c0b8944f852c1249c1aefdda6f1e4f30afcfa68
parent04b0e24fee6deba213d27b4cd6275be796d9fe79 (diff)
downloadpyeclib-f8103903aebc5770f82f1e01634521985975cbc5.tar.gz
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
-rw-r--r--.zuul.yaml19
1 files changed, 19 insertions, 0 deletions
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