From 7494ac101461765f78bfd676013be9e35a18d7f1 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 10 Jan 2019 16:41:49 +0000 Subject: [PATCH] Run openstackid docs jobs on bionic The openstackid project is being updated to require a version of PHP only available on Ubuntu Bionic and later, so to simplify builds of its docs jobs run them on ubuntu-bionic nodes where this bindep requirement is already satisfied. Change-Id: I94f56c10633c30f2487c990d6a1e6da0bd6581ba --- zuul.d/projects.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 2d97b8372e..80efa2465d 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -491,20 +491,26 @@ - project: name: openstack-infra/openstackid - templates: - - publish-tox-docs-infra check: jobs: - legacy-laravel-openstackid-unittests + - tox-docs: + nodeset: ubuntu-bionic gate: jobs: - legacy-laravel-openstackid-unittests + - tox-docs: + nodeset: ubuntu-bionic post: jobs: - legacy-laravel-openstackid-release-branch + - publish-tox-docs-infra: + nodeset: ubuntu-bionic release: jobs: - legacy-laravel-openstackid-release-master + - publish-tox-docs-infra: + nodeset: ubuntu-bionic - project: name: openstack-infra/openstackid-resources