Merge "Add new hosted project: openstack/ptgbot"
This commit is contained in:
commit
a97b7f0d63
11
gerrit/acls/openstack/ptgbot.config
Normal file
11
gerrit/acls/openstack/ptgbot.config
Normal file
@ -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
|
@ -5950,6 +5950,9 @@
|
|||||||
- project: openstack/proliantutils
|
- project: openstack/proliantutils
|
||||||
description: Utility library for managing HP Proliant servers (used in Ironic iLO
|
description: Utility library for managing HP Proliant servers (used in Ironic iLO
|
||||||
drivers).
|
drivers).
|
||||||
|
- project: openstack/ptgbot
|
||||||
|
description: Source code for the PTG event scheduling bot
|
||||||
|
upstream: https://github.com/ttx/ptgbot.git
|
||||||
- project: openstack/puppet-aodh
|
- project: openstack/puppet-aodh
|
||||||
description: OpenStack Aodh Puppet Module
|
description: OpenStack Aodh Puppet Module
|
||||||
- project: openstack/puppet-autossh
|
- project: openstack/puppet-autossh
|
||||||
|
@ -10387,6 +10387,13 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: ptgbot
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-pep8-{node}:
|
||||||
|
node: ubuntu-xenial
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: puppet-accessbot
|
name: puppet-accessbot
|
||||||
|
|
||||||
|
@ -15235,6 +15235,14 @@ projects:
|
|||||||
- gate-proliantutils-pep8-ubuntu-xenial
|
- gate-proliantutils-pep8-ubuntu-xenial
|
||||||
- gate-proliantutils-python27-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
|
- name: openstack/puppet-aodh
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user