new project - Adjutant
A simple workflow framework to help automate admin and user tasks in and around OpenStack via a pluggable API exposing tasks made up of easily chainable actions. Change-Id: Ib2cca43e354abb1bb7a1df3978cde601de9e3408
This commit is contained in:
parent
884199bb06
commit
767c0df558
14
gerrit/acls/openstack/adjutant.config
Normal file
14
gerrit/acls/openstack/adjutant.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group adjutant-core
|
||||
create = group adjutant-release
|
||||
label-Code-Review = -2..+2 group adjutant-core
|
||||
label-Workflow = -1..+1 group adjutant-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group adjutant-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -838,6 +838,11 @@
|
||||
groups:
|
||||
- openstack-ci
|
||||
description: Sphinx extension for Zuul jobs
|
||||
- project: openstack/adjutant
|
||||
description: A simple workflow framework to help automate admin and user tasks
|
||||
in and around OpenStack via a pluggable API exposing tasks made up of easily
|
||||
chainable actions.
|
||||
upstream: https://github.com/catalyst/adjutant.git
|
||||
- project: openstack/aeromancer
|
||||
description: OpenStack Source Explorer
|
||||
- project: openstack/ailuropoda
|
||||
|
@ -1,6 +1,13 @@
|
||||
#
|
||||
# The projects in this file are sorted alphabetically.
|
||||
#
|
||||
- project:
|
||||
name: adjutant
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- coverage-jobs
|
||||
|
||||
- project:
|
||||
name: aeromancer
|
||||
|
@ -5477,6 +5477,15 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: openstack/adjutant
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python35-jobs
|
||||
- name: publish-to-pypi
|
||||
check:
|
||||
- adjutant-coverage-ubuntu-xenial
|
||||
|
||||
- name: openstack/aeromancer
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user