
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
84 lines
2.0 KiB
YAML
84 lines
2.0 KiB
YAML
- project:
|
|
templates:
|
|
- openstack-python-jobs
|
|
- libec-pyeclib-jobs-arm64
|
|
check:
|
|
jobs:
|
|
- openstack-tox-py35
|
|
- openstack-tox-py36
|
|
- openstack-tox-py37
|
|
- openstack-tox-py38
|
|
- openstack-tox-py39
|
|
- pyeclib-tox-py27-centos-7
|
|
- pyeclib-tox-py36-centos-8
|
|
- libec-pyeclib-unit
|
|
- libec-pyeclib-unit-centos-7
|
|
- libec-pyeclib-unit-centos-8
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-py35
|
|
- openstack-tox-py36
|
|
- openstack-tox-py37
|
|
- openstack-tox-py38
|
|
- openstack-tox-py39
|
|
- pyeclib-tox-py27-centos-7
|
|
- pyeclib-tox-py36-centos-8
|
|
- libec-pyeclib-unit
|
|
- libec-pyeclib-unit-centos-7
|
|
- libec-pyeclib-unit-centos-8
|
|
|
|
- job:
|
|
name: pyeclib-tox-py27-centos-7
|
|
parent: openstack-tox-py27
|
|
description: |
|
|
Run unit tests using ``py27`` environment on CentOS 7.
|
|
nodeset: centos-7
|
|
|
|
- job:
|
|
name: pyeclib-tox-py36-centos-8
|
|
parent: openstack-tox-py36
|
|
description: |
|
|
Run unit tests using ``py36`` environment on CentOS 8.
|
|
nodeset: centos-8
|
|
|
|
- job:
|
|
name: libec-pyeclib-unit-centos-7
|
|
parent: openstack-tox-py27
|
|
timeout: 1800
|
|
nodeset: centos-7
|
|
vars:
|
|
tox_envlist: py27-compilelibs
|
|
|
|
- job:
|
|
name: libec-pyeclib-unit-centos-8
|
|
parent: openstack-tox-py36
|
|
timeout: 1800
|
|
nodeset: centos-8
|
|
vars:
|
|
tox_envlist: py36-compilelibs
|
|
|
|
- job:
|
|
name: libec-pyeclib-unit
|
|
parent: openstack-tox-py39
|
|
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
|