
Replace the readthedocs template that warns about a broken setup with a template that just builds the documents (build-openstack-docs-pti) so that we can remove the obsolete template. If the repo wants to use publish later to readthedocs, the template can be changed to docs-on-readthedocs as explained in http://lists.openstack.org/pipermail/openstack-dev/2018-August/132836.html Change-Id: I343d16e6ec8180f4fd9ac058eaab06378ccee6bc
29 lines
727 B
YAML
29 lines
727 B
YAML
---
|
|
- job:
|
|
name: jjb-tox-cross-jenkins-job-builder
|
|
description: Tests compatibility with master branch of jenkins-job-builder
|
|
parent: tox-py27
|
|
required-projects:
|
|
- jjb/python-jenkins
|
|
- jjb/jenkins-job-builder
|
|
voting: true
|
|
|
|
- project:
|
|
templates:
|
|
- build-openstack-docs-pti
|
|
- openstack-cover-jobs
|
|
- openstack-python35-jobs
|
|
- openstack-python36-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- openstack-tox-py27
|
|
- openstack-tox-pypy:
|
|
nodeset: ubuntu-bionic
|
|
- jjb-tox-cross-jenkins-job-builder
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-linters
|
|
- openstack-tox-py27
|
|
- jjb-tox-cross-jenkins-job-builder
|