From 0bca486ca3c50e0895780ed42ca9fde9176195ff Mon Sep 17 00:00:00 2001 From: Aleksandra Fedorova Date: Wed, 14 May 2014 18:05:28 +0400 Subject: [PATCH] New fuel-specs repo for Fuel designs and specs Also add tracking of fuel-specs events via Gerrit IRC bot. For this repo we use common fuel.config ACL file. Closes-Bug: #1317024 Change-Id: Ib5a6295a82e97c5bb80c0e19f5757f3a12bb91bc --- modules/gerritbot/files/gerritbot_channel_config.yaml | 1 + .../files/jenkins_job_builder/config/projects.yaml | 10 ++++++++++ modules/openstack_project/files/review.projects.yaml | 4 ++++ modules/openstack_project/files/zuul/layout.yaml | 8 ++++++++ 4 files changed, 23 insertions(+) diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 2c0cf8fbbd..b73d48dc62 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -393,6 +393,7 @@ fuel-tracker: - stackforge/fuel-docs - stackforge/fuel-library - stackforge/fuel-devops + - stackforge/fuel-specs branches: - master diff --git a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml index 55586a89dd..6b9479264d 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -20,6 +20,16 @@ jobs: - python-jobs +- project: + name: fuel-specs + github-org: stackforge + node: bare-precise + tarball-site: tarballs.openstack.org + + jobs: + - gate-{name}-python27 + - gate-{name}-docs + - project: name: mistral github-org: stackforge diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 77d856bec1..a899a18f32 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -625,6 +625,10 @@ description: Fuel provisioning system. upstream: git://github.com/Mirantis/fuel-provision.git acl-config: /home/gerrit2/acls/stackforge/fuel.config +- project: stackforge/fuel-specs + group: fuel + description: Fuel designs and specs + acl-config: /home/gerrit2/acls/stackforge/fuel.config - project: stackforge/fuel-web group: fuel description: Fuel UI diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 4464ac64a1..ecbe057c5d 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3614,6 +3614,14 @@ projects: gate: - noop + - name: stackforge/fuel-specs + check: + - gate-fuel-specs-python27 + - gate-fuel-specs-docs + gate: + - gate-fuel-specs-python27 + - gate-fuel-specs-docs + - name: stackforge/fuel-web check: - noop