From 65b1cad12f252a57fec087f49ad0222fb6716fe5 Mon Sep 17 00:00:00 2001 From: Nikhil Komawar Date: Thu, 22 Sep 2016 16:22:02 -0400 Subject: [PATCH] Create Architecture Working Group repo Change-Id: I290da66c8a3e35339f6f6bc63e292d7de2d96251 --- gerrit/acls/openstack/arch-wg.config | 14 ++++++++++++++ gerrit/projects.yaml | 5 +++++ jenkins/jobs/projects.yaml | 7 +++++++ zuul/layout.yaml | 8 ++++++++ 4 files changed, 34 insertions(+) create mode 100644 gerrit/acls/openstack/arch-wg.config diff --git a/gerrit/acls/openstack/arch-wg.config b/gerrit/acls/openstack/arch-wg.config new file mode 100644 index 0000000000..efbf9c8838 --- /dev/null +++ b/gerrit/acls/openstack/arch-wg.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group arch-wg-core +label-Code-Review = -2..+2 group arch-wg-core +label-Workflow = -1..+1 group arch-wg-core + +[access "refs/tags/*"] +pushSignedTag = group arch-wg-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 7a446f33b5..9eac46a286 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -847,6 +847,11 @@ use-storyboard: true description: ARA records Ansible Playbook runs and provides intuitive interfaces to browse them +- project: openstack/arch-wg + description: Architecture Working Group + homepage: https://wiki.openstack.org/wiki/Meetings/Arch-WG + groups: + - openstack-arch-wg - project: openstack/astara description: Astara L3+ Network Virtualization - orchestration service - project: openstack/astara-appliance diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 8911ba7019..fb184e680e 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -232,6 +232,13 @@ - python-jobs - 'gate-ara-integration-{ostype}' +- project: + name: arch-wg + + jobs: + - gate-{name}-python27-{node}: + node: ubuntu-xenial + - project: name: astara tarball-site: tarballs.openstack.org diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 5d04e5ef54..f57e6ff880 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -5320,6 +5320,14 @@ projects: post: - ara-coverage-ubuntu-xenial + - name: openstack/arch-wg + template: + - name: merge-check + check: + - gate-arch-wg-python27-ubuntu-xenial + gate: + - gate-arch-wg-python27-ubuntu-xenial + - name: openstack/astara template: - name: merge-check