
It turns out that we pass a lot of args around simply for the purpose of doing mirror selection. This goes away if everything gets a mirror. This change should only be merged after the parent change has propagated to all puppeted slaves and updated nodepool images. Co-Authored-By: Jeremy Stanley <fungi@yuggoth.org> Change-Id: I4a721f6559d7160c8213268a8c1e35c667a67a4f
36 lines
794 B
YAML
36 lines
794 B
YAML
- job-template:
|
|
name: 'gate-{name}-tox-doc-publish-{envlist}'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 40
|
|
- timestamps
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- tox:
|
|
envlist: '{envlist}'
|
|
- assert-no-extra-files
|
|
|
|
publishers:
|
|
- console-log
|
|
- upload-docs-draft
|
|
- upload-doc-build-results
|
|
|
|
node: '{node}'
|
|
|
|
- job-group:
|
|
name: openstack-doc-jobs
|
|
jobs:
|
|
- gate-{name}-tox-{envlist}:
|
|
envlist: checkniceness
|
|
- gate-{name}-tox-{envlist}:
|
|
envlist: checksyntax
|
|
- gate-{name}-tox-{envlist}:
|
|
envlist: checkdeletions
|
|
- gate-{name}-tox-doc-publish-{envlist}:
|
|
envlist: checkbuild
|
|
- '{name}-tox-doc-{envlist}':
|
|
envlist: publishdocs
|