---

- 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/unit/pre.yaml
    vars:
      python_release: "3.8.3"


- job:
    name: tobiko-tox-py38-centos-8
    parent: tobiko-tox-py38
    nodeset: centos-8
    voting: false