From 291293e54b93025edb202d9ce84e2025d5403eee Mon Sep 17 00:00:00 2001 From: Tim Buckley Date: Wed, 26 Aug 2015 16:21:11 -0600 Subject: [PATCH] Add new OpenStack QA project StackViz. StackViz is a performance and debugging visualization utility for DevStack and Tempest. Additional information can be found at the current repository location: https://github.com/timothyb89/stackviz Change-Id: I0ce2f722f4d1ae3b864bebf7c56b5711a915476d --- gerrit/acls/openstack/stackviz.config | 14 ++++++++++++++ gerrit/projects.yaml | 3 +++ gerritbot/channels.yaml | 1 + jenkins/jobs/projects.yaml | 10 ++++++++++ zuul/layout.yaml | 6 ++++++ 5 files changed, 34 insertions(+) create mode 100644 gerrit/acls/openstack/stackviz.config diff --git a/gerrit/acls/openstack/stackviz.config b/gerrit/acls/openstack/stackviz.config new file mode 100644 index 0000000000..4330eff7ac --- /dev/null +++ b/gerrit/acls/openstack/stackviz.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group stackviz-core +label-Code-Review = -2..+2 group stackviz-core +label-Workflow = -1..+1 group stackviz-core + +[access "refs/tags/*"] +pushSignedTag = group stackviz-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index a14c0e1545..85444288eb 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1722,6 +1722,9 @@ - project: openstack/solum-specs description: Solum Design Specifications acl-config: /home/gerrit2/acls/openstack/solum.config +- project: openstack/stackviz + description: Performance and debugging visualization for DevStack and Tempest + upstream: https://github.com/timothyb89/stackviz - project: openstack/stevedore groups: - python-stevedore diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 4a78e484f4..d19396ce9d 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -1210,6 +1210,7 @@ openstack-qa: - openstack/tempest - openstack/tempest-lib - openstack/eslint-config-openstack + - openstack/stackviz - openstack-dev/devstack - openstack-dev/devstack-plugin-cookiecutter - openstack-dev/grenade diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 63bfcc155d..8791340d50 100755 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -3095,6 +3095,16 @@ jobs: - specs-jobs +- project: + name: stackviz + node: 'bare-precise || bare-trusty' + tarball-site: tarballs.openstack.org + doc-publisher-site: docs.openstack.org + + jobs: + - python-jobs + - openstack-publish-jobs + - project: name: storlets node: 'bare-precise || bare-trusty' diff --git a/zuul/layout.yaml b/zuul/layout.yaml index f63f6eb30a..1f29890ca5 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -5011,6 +5011,12 @@ projects: gate: - gate-security-specs-python27 + - name: openstack/stackviz + template: + - name: merge-check + - name: python-jobs + - name: openstack-server-publish-jobs + #TODO: add docs - name: openstack/swift-bench template: