refstack/.zuul.yaml
lpiwowar 7bbd4efa37 Publish docs to docs.opendev.org
docs.opendev.org will provide easier access to the doc pages
in comparison to the Gitea (opening the doc files in the repo).

Change-Id: I88f587b14f911ee34210f6a249f789929eb3a65c
2021-10-18 11:14:11 +02:00

32 lines
771 B
YAML

- project:
templates:
- nodejs6-jobs
- openstack-cover-jobs
- openstack-python3-yoga-jobs
check:
jobs:
- refstack-tox-functional:
nodeset: openstack-single-node-bionic
- opendev-tox-docs
gate:
jobs:
- refstack-tox-functional:
nodeset: openstack-single-node-bionic
- opendev-tox-docs
promote:
jobs:
- opendev-tox-docs
- 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