Correct branch filter for publication job.

* modules/openstack_project/files/zuul/layout.yaml: The branch
filter for the infra-publications-publish job was missing a
wildcard, causing it not to match any branch at all. This fixes the
pattern to match the branches intended.

Change-Id: If3043ae5a17bbc6dd564689ec02622db9176d770
Reviewed-on: https://review.openstack.org/35903
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Jeremy Stanley 2013-07-05 22:02:22 +00:00 committed by Jenkins
parent 53057c8cb1
commit ca4bca5258

View File

@ -114,7 +114,7 @@ jobs:
- name: ^gate-.*-docs$
success-pattern: http://docs-draft.openstack.org/{change.number}/{change.patchset}/{pipeline.name}/{job.name}/{build.number}/doc/build/html/
- name: infra-publications-publish
branch: ^(?!master)$
branch: ^(?!master).*$
- name: ^gate-.*-requirements$
failure-message: Incompatible requirement found; see https://wiki.openstack.org/wiki/Requirements
branch: ^(?!stable/(folsom|grizzly)).*$