tobiko/zuul.d/unit.yaml

55 lines
1.1 KiB
YAML

---
- job:
name: tobiko-tox-py36-base
parent: openstack-tox
abstract: true
timeout: 2400
description: |
Run unit tests for an OpenStack Python project under cPython version 3.6.
Uses tox with the ``py36`` environment.
vars:
tox_envlist: py36
bindep_profile: test py36
python_version: 3.6
- job:
name: tobiko-tox-py36-centos-7
parent: tobiko-tox-py36-base
nodeset: centos-7
- job:
name: tobiko-tox-py36-centos-8
parent: tobiko-tox-py36-base
nodeset: centos-8
- job:
name: tobiko-tox-py38-base
parent: openstack-tox
abstract: true
timeout: 2400
description: |
Run unit tests for an OpenStack Python project under cPython version 3.8.
Uses tox with the ``py38`` environment.
vars:
tox_envlist: py38
bindep_profile: test py38
python_version: 3.8
# compile and install python3.8 from source code
pre-run: playbooks/tox-py38/pre.yaml
- job:
name: tobiko-tox-py38-centos-7
parent: tobiko-tox-py38-base
nodeset: centos-7
- job:
name: tobiko-tox-py38-centos-8
parent: tobiko-tox-py38-base
nodeset: centos-8