From 7776b74947a2a182072a4d587f473323ff9cccf4 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 21 Sep 2016 08:05:27 -0400 Subject: [PATCH] Success for api-ref-src should be doc draft The api-ref-src jobs (which show os-api-ref proposed changes on existing projects) should point to the doc draft to view changes. Change-Id: Ibcec4ec88d17bc8450396ae72ccb0f488500a4a8 --- zuul/layout.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 8c6e566396..de51a6cf49 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -2415,6 +2415,9 @@ jobs: - '^api-ref/.*' - '^doc/api_samples/.*' + - name: ^gate-.*-api-ref-src$ + success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/api-ref/build/html/ + - name: ^gate-.*-install-guide$ success-pattern: http://docs-draft.openstack.org/{build.parameters[LOG_PATH]}/install-guide/build/html/ # This is only available in Newton.