Files
tobiko/zuul.d/unit.yaml
Federico Ressi f9e774d287 Remove centos-7 unit tests jobs
Change-Id: I53b6700c8a558effc723e4277ef419ba5e8dd894
2020-04-02 08:50:14 +00:00

26 lines
553 B
YAML

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