Add publish-tox-docs-infra-bionic

Add a temporary publish-tox-docs-infra-bionic job for use in the
openstack-infra/openstackid project's post and release pipelines. It
can be reverted once the base job is updated to use ubuntu-bionic by
default.

Change-Id: I49454f0b8deb59d092f2e54827a2e16dde28abae
This commit is contained in:
Jeremy Stanley 2019-01-21 21:39:18 +00:00
parent fcc974bf4c
commit afb2c6e25c
2 changed files with 19 additions and 4 deletions

View File

@ -530,6 +530,23 @@
afs_subpath: "/infra/{{ zuul.project.short_name }}"
bindep_profile: compile doc
- job:
name: publish-tox-docs-infra-bionic
parent: publish-openstack-tox-docs-base
description: |
Publish the results of the tox docs job to
/afs/.openstack.org/infra/{{ zuul.project.short_name }}
using an ubuntu-bionic nodeset (openstackid will use this
to get around the final: true in publish-tox-docs-infra
until the default nodeset is updated in the base job)
final: true
post-run:
- playbooks/sphinx/post-infra.yaml
vars:
afs_subpath: "/infra/{{ zuul.project.short_name }}"
bindep_profile: compile doc
nodeset: ubuntu-bionic
- job:
name: publish-infra-manual
parent: publish-openstack-tox-docs-base

View File

@ -512,13 +512,11 @@
post:
jobs:
- legacy-laravel-openstackid-release-branch
- publish-tox-docs-infra:
nodeset: ubuntu-bionic
- publish-tox-docs-infra-bionic
release:
jobs:
- legacy-laravel-openstackid-release-master
- publish-tox-docs-infra:
nodeset: ubuntu-bionic
- publish-tox-docs-infra-bionic
- project:
name: openstack-infra/openstackid-resources