refstack/.zuul.yaml
lpiwowar ae592877b6 Fix uploading of documentation to opendev.org
This patch makes sure that the promote pipeline uploads the
generated documentation to opendev.org. Previously the promote
pipeline called opendev-tox-docs job (this had no effect on
uploading of the documentation).

Change-Id: Ib1f6742a6614a9f64d128a7fd611044372d66f26
2021-10-19 16:26:09 +02:00

32 lines
775 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-promote-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