Create ansible-role-bindep project
We've be creating an empty project to manage bindep. We'll also be writing an ansible plugin so you can read / install the packages from bindep.txt. This project is not part of big tent right now. We'd like irc notifications to be part of #windmill. We'll be adding voting jobs for linters / docs, but non-voting functional tests. Change-Id: I0e5f68edf9cdeae405ccffafb69e53301b43b13f Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
e8f92d86a2
commit
090cc747ac
14
gerrit/acls/openstack/ansible-role-bindep.config
Normal file
14
gerrit/acls/openstack/ansible-role-bindep.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group ansible-role-bindep-core
|
||||
label-Code-Review = -2..+2 group ansible-role-bindep-core
|
||||
label-Workflow = -1..+1 group ansible-role-bindep-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group ansible-role-bindep-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -796,6 +796,8 @@
|
||||
- project: openstack/anchor
|
||||
description: An Ephemeral PKI system that can act as a trust anchor for OpenStack
|
||||
PKI operations
|
||||
- project: openstack/ansible-role-bindep
|
||||
description: Ansible role to manage bindep
|
||||
- project: openstack/ansible-role-cloud-launcher
|
||||
description: Ansible role to deploy multiple clouds resources
|
||||
- project: openstack/ansible-role-diskimage-builder
|
||||
|
@ -2260,6 +2260,7 @@ openstack-windmill:
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- openstack/ansible-role-bindep
|
||||
- openstack/ansible-role-diskimage-builder
|
||||
- openstack/ansible-role-jenkins
|
||||
- openstack/ansible-role-jenkins-job-builder
|
||||
|
@ -32,6 +32,14 @@
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: ansible-role-bindep
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- ansible-role-jobs
|
||||
- hook-{name}-rtfd
|
||||
|
||||
- project:
|
||||
name: ansible-role-cloud-launcher
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
@ -4973,6 +4973,17 @@ projects:
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
|
||||
- name: openstack/ansible-role-bindep
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: ansible-role-jobs
|
||||
- name: ansible-role-functional-jobs-centos7-nv
|
||||
- name: ansible-role-functional-jobs-trusty-nv
|
||||
- name: ansible-role-functional-jobs-xenial-nv
|
||||
- name: docs-on-rtfd
|
||||
- name: windmill-jobs-centos7-nv
|
||||
- name: windmill-jobs-trusty-nv
|
||||
|
||||
- name: openstack/ansible-role-cloud-launcher
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user