refstack/.zuul.yaml
Martin Kopec 1e6acbec85 Switch testing to Yoga testing runtime
Updating the testing template to Yoga testing runtime:
https://governance.openstack.org/tc/reference/runtimes/yoga.html

The commmit also removes refstack-tox-pip-check-reqs job due to a
bug in the pip-check-reqs tool:
https://github.com/r1chardj0n3s/pip-check-reqs/issues/70
and the fact the tool is not used in the gates by openstack
projects - still can be executed manualy though.

Change-Id: I6d64cb67529585b458b28ed4fe011d50d1f23d6d
2021-10-15 11:38:07 +00:00

28 lines
700 B
YAML

- project:
templates:
- nodejs6-jobs
- publish-openstack-docs-pti
- openstack-cover-jobs
- openstack-python3-yoga-jobs
check:
jobs:
- refstack-tox-functional:
nodeset: openstack-single-node-bionic
gate:
jobs:
- refstack-tox-functional:
nodeset: openstack-single-node-bionic
- job:
name: refstack-tox-functional
parent: openstack-tox
description: |
Run functional tests for an OpenStack Python project under cPython 3.
Uses tox with the ``functional`` environment.
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
tox_envlist: functional