nodeset adjustment for openstack-tox-docs

openstack-tox-docs has been introduced and added on projects side
from rocky release. few projects has this new tox base job running
on rocky.
For example- https://git.openstack.org/cgit/openstack/cyborg/tree/.zuul.yaml?h=stable%2Frocky

For safer side, this commit keep the xenial as nodeset for
openstack-tox-docs job for stable/rocky and another which
uses the default nodeset Bionic.

Change-Id: Ic5287f25b532072cc82b9f6f72877dc584b50046
This commit is contained in:
ghanshyam 2019-03-14 16:56:47 +00:00
parent 31a19316a6
commit e7f75f3a49
1 changed files with 22 additions and 0 deletions

View File

@ -665,6 +665,7 @@
Run documentation build.
Uses tox with the ``docs`` environment.
branches: ^(?!stable/rocky).*$
required-projects:
- name: openstack/requirements
vars:
@ -673,6 +674,27 @@
bindep_profile: compile doc
success-url: html/
- job:
name: openstack-tox-docs
parent: tox-docs
description: |
Run documentation build (xenial).
Uses tox with the ``docs`` environment.
This job runs on Xenial for stable/rocky. This job is prepared
to make sure all stable/rocky will keep running on xenial.
required-projects:
- name: openstack/requirements
vars:
tox_constraints_file: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt'
tox_envlist: docs
bindep_profile: compile doc
success-url: html/
nodeset: ubuntu-xenial
branches:
- stable/rocky
- job:
name: openstack-tox-with-oslo-master-base
parent: openstack-tox-py27