refstack/.zuul.yaml
Martin Kopec a87eb6c818 Revert "Fix uploading of documentation to opendev.org #2"
This reverts commit 1e40c8784c40ab17ac754d5da8381476eb48cad4.

Reason for revert: It has turned out the previous job was correct

Change-Id: I78c43c3bfbd14797debcd1dfa74e448e2e1257bb
2021-10-19 19:29:20 +00: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