From 4f71c62d99c76f4dfe41ca94f5ac1285b7f2e235 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Thu, 1 Jun 2017 17:37:06 +0200 Subject: [PATCH] Add new hosted project: openstack/ptgbot Create a new hosted repository for the PTG bot, which will help with showing up what's happening at the PTG. See the ML thread [1] for details. [1] http://lists.openstack.org/pipermail/openstack-dev/2017-May/116974.html Change-Id: I559c56fcb93ef94d026fe9c1047a55093d622814 --- gerrit/acls/openstack/ptgbot.config | 11 +++++++++++ gerrit/projects.yaml | 3 +++ jenkins/jobs/projects.yaml | 7 +++++++ zuul/layout.yaml | 8 ++++++++ 4 files changed, 29 insertions(+) create mode 100644 gerrit/acls/openstack/ptgbot.config diff --git a/gerrit/acls/openstack/ptgbot.config b/gerrit/acls/openstack/ptgbot.config new file mode 100644 index 0000000000..c696c0d986 --- /dev/null +++ b/gerrit/acls/openstack/ptgbot.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] +abandon = group ptgbot-core +label-Code-Review = -2..+2 group ptgbot-core +label-Workflow = -1..+1 group ptgbot-core + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index ce05870b06..6d59ff1080 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -5929,6 +5929,9 @@ - project: openstack/proliantutils description: Utility library for managing HP Proliant servers (used in Ironic iLO drivers). +- project: openstack/ptgbot + description: Source code for the PTG event scheduling bot + upstream: https://github.com/ttx/ptgbot.git - project: openstack/puppet-aodh description: OpenStack Aodh Puppet Module - project: openstack/puppet-autossh diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 8d7f610bc8..acad0bd67e 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -10361,6 +10361,13 @@ - python-jobs - pypi-jobs +- project: + name: ptgbot + + jobs: + - gate-{name}-pep8-{node}: + node: ubuntu-xenial + - project: name: puppet-accessbot diff --git a/zuul/layout.yaml b/zuul/layout.yaml index c90cb43e42..df855f4b27 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -15141,6 +15141,14 @@ projects: - gate-proliantutils-pep8-ubuntu-xenial - gate-proliantutils-python27-ubuntu-xenial + - name: openstack/ptgbot + template: + - name: merge-check + check: + - gate-ptgbot-pep8-ubuntu-xenial + gate: + - gate-ptgbot-pep8-ubuntu-xenial + - name: openstack/puppet-aodh template: - name: merge-check