From f810b5cd777df1f688e016c66b5833925ffb4659 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 30 Jul 2013 10:23:12 -0700 Subject: [PATCH] Start import process for clouddocs-maven-plugin. Add clouddocs-maven-plugin to the list of projects and assign the gate-noop jobs to its check and gate queues. related-bug: #1082812 Change-Id: I646d5e67ff50fbe5de2ae5d55dbdd079456e4a7c --- modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ .../openstack_project/templates/review.projects.yaml.erb | 2 ++ 2 files changed, 8 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 8031900d63..53417a8190 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1271,6 +1271,12 @@ projects: - ceilometer-docs - ceilometer-tarball + - name: stackforge/clouddocs-maven-plugin + check: + - gate-noop + gate: + - gate-noop + - name: stackforge/MRaaS check: - gate-noop diff --git a/modules/openstack_project/templates/review.projects.yaml.erb b/modules/openstack_project/templates/review.projects.yaml.erb index b700580fde..d65943d1a4 100644 --- a/modules/openstack_project/templates/review.projects.yaml.erb +++ b/modules/openstack_project/templates/review.projects.yaml.erb @@ -124,6 +124,8 @@ - project: openstack/swift - project: openstack/tempest - project: openstack/volume-api +- project: stackforge/clouddocs-maven-plugin + upstream: git://github.com/rackerlabs/clouddocs-maven-plugin.git - project: stackforge/MRaaS - project: stackforge/bindep description: "Binary dependency automation"