From ac87dcf899c741b8ffeaec1247eabf40ad250ead Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 10 Apr 2013 10:33:05 -0700 Subject: [PATCH] Change gate-*-docs success URL. Drill down all the way to the docs. As long as this job is only running in the gate context (it is), run-docs.sh won't do anything funny like copy or move the resulting docs around, so it should be safe to link to doc/build/html. Change-Id: I1c8aaed9020b7c9872ff0ccc876bf719df4cd5dd Reviewed-on: https://review.openstack.org/26643 Reviewed-by: Jeremy Stanley Reviewed-by: Clark Boylan Approved: James E. Blair Tested-by: Jenkins --- modules/openstack_project/files/zuul/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 79b8c4d4ff..c240175c89 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -115,7 +115,7 @@ jobs: success-pattern: http://docs-draft.openstack.org/{job.name}/{pipeline.name}/{build.number}/cli/quick-start branch: ^(?!stable/(diablo|essex)).*$ - name: ^gate-.*-docs$ - success-pattern: http://docs-draft.openstack.org/{change.number}/{change.patchset}/{pipeline.name}/{job.name}/{build.number}/ + success-pattern: http://docs-draft.openstack.org/{change.number}/{change.patchset}/{pipeline.name}/{job.name}/{build.number}/doc/build/html/ - name: gate-openstack-manuals-validate voting: false - name: ^gate-.*-requirements$