
Previously used opendev-promote-docs didn't publish the docs to docs.opendev.org as expected, this patch is trying the following job instead: promote-tox-docs-infra Change-Id: Id9005daf2848f07e353ecdf1387395a669c5fddf
32 lines
777 B
YAML
32 lines
777 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:
|
|
- promote-tox-docs-infra
|
|
|
|
- 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
|