From 5c0c4bdc8e339c5c3dc4da372844e6e586f2691c Mon Sep 17 00:00:00 2001 From: Nikolay Mahotkin Date: Wed, 30 Apr 2014 12:29:49 +0400 Subject: [PATCH] Add mistral-dashboard project to stackforge Change-Id: I7a0aa7819d4248e17f1b934e656722360ba63f7d --- .../jenkins_job_builder/config/projects.yaml | 10 ++++++++++ .../openstack_project/files/review.projects.yaml | 5 +++++ modules/openstack_project/files/zuul/layout.yaml | 15 +++++++++++++++ 3 files changed, 30 insertions(+) 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 59b8c9ca7e..187ab27f45 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/projects.yaml @@ -40,6 +40,16 @@ - python-jobs - pypi-jobs +- project: + name: mistral-dashboard + github-org: stackforge + node: bare-precise + tarball-site: tarballs.openstack.org + + jobs: + - python-jobs + - pypi-jobs + - project: name: python-mistralclient github-org: stackforge diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 8357f67ae2..5023a1b7e7 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -656,6 +656,11 @@ description: Task orchestration service for OpenStack cloud. upstream: git://github.com/rakhmerov/mistral.git acl-config: /home/gerrit2/acls/stackforge/mistral.config +- project: stackforge/mistral-dashboard + description: Mistral Horizon plugin. + group: mistral + upstream: git://github.com/nmakhotkin/mistral-dashboard.git + acl-config: /home/gerrit2/acls/stackforge/mistral.config - project: stackforge/mistral-extra description: Additional tools and examples for Mistral workflow engine. group: mistral diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index ec72ed1e37..8509bdf0e0 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -499,6 +499,8 @@ jobs: voting: false - name: gate-mistral-devstack-dsvm voting: false + - name: gate-mistral-dashboard-python33 + voting: false - name: gate-mistral-extra-python33 voting: false - name: python-jenkins-coverage @@ -3665,6 +3667,19 @@ projects: - post-mirror-python27 - post-mirror-python33 + - name: stackforge/mistral-dashboard + template: + - name: python-jobs + - name: python3-jobs + pre-release: + - mistral-dashboard-tarball + release: + - mistral-dashboard-tarball: + - mistral-dashboard-pypi-upload: + - post-mirror-python26 + - post-mirror-python27 + - post-mirror-python33 + - name: stackforge/mistral-extra check: - gate-mistral-extra-pep8