From 671251de206f7726d555c3cffb29f1ec39a59051 Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Thu, 7 May 2020 21:58:15 +0000 Subject: [PATCH] Add missing Zuul variables for doc promotion A job our documentation promotion job inherits from is missing two variables [0]. This change adds them. [0] https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/download-artifact/defaults/main.yaml#L2 Change-Id: Ice5cb9c0298c32dd873a1a153c9a4c201efcaa84 Signed-off-by: Drew Walters --- zuul.d/projects.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 99c7d3077..8891203b2 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -12,8 +12,9 @@ - project: vars: - rtd_project_name: airship-airshipctl - rtd_webhook_id: 112688 + # NOTE(drewwalters96): These variables are required for the documentation promotion job. + download_artifact_job: airship-airshipctl-build-docs + download_artifact_pipeline: gate check: jobs: - airship-airshipctl-roles-test: