From f7f9dd8141158ce825c86356a7b85eb6f6616da2 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 11 Jul 2019 16:42:32 -0700 Subject: [PATCH] Switch to zuul docs jobs These are the replacement docs jobs for publishing in the zuul tenant. Change-Id: I23abcd6755e056086e26dff851e2f1e8a590991a --- zuul-tests.d/project.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zuul-tests.d/project.yaml b/zuul-tests.d/project.yaml index f5a44acbd..7b6dfd12f 100644 --- a/zuul-tests.d/project.yaml +++ b/zuul-tests.d/project.yaml @@ -3,16 +3,16 @@ # this. - project: - templates: - - build-tox-docs check: jobs: + - zuul-tox-docs - tox-py27 - tox-py35 gate: jobs: + - zuul-tox-docs - tox-py27 - tox-py35 - post: + promote: jobs: - - publish-zuul-docs + - zuul-promote-docs