refstack/.zuul.yaml
Martin Kopec 65ee83693a Use Xena zuul job template
The template contains also py39 job.

Newer releases of requests-cache are not compatible with
requests package (or the other way around) resulting in:
AttributeError: 'Response' object has no attribute 'from_cache'
Therefore the patch caps requests-cache for now.

Change-Id: If64a52d975bacc43b23ee055a118dec6e3e6b42d
2021-05-03 09:18:04 +00:00

28 lines
700 B
YAML

- project:
templates:
- nodejs6-jobs
- publish-openstack-docs-pti
- openstack-cover-jobs
- openstack-python3-xena-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