Add a new project syntribos
Syntribos is a Python API security testing tool from OpenStack Security Group. Change-Id: Idc38d3a92e6338b47f28eddd685e8386816024f7
This commit is contained in:
14
gerrit/acls/openstack/syntribos.config
Normal file
14
gerrit/acls/openstack/syntribos.config
Normal file
@@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group syntribos-core
|
||||
label-Code-Review = -2..+2 group syntribos-core
|
||||
label-Workflow = -1..+1 group syntribos-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group syntribos-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@@ -1672,6 +1672,9 @@
|
||||
groups:
|
||||
- swift
|
||||
description: OpenStack Storage (Swift) Specifications
|
||||
- project: openstack/syntribos
|
||||
description: Python API security testing tool from OpenStack Security Group
|
||||
upstream: git://github.com/rackerlabs/syntribos.git
|
||||
- project: openstack/taskflow
|
||||
description: A library to complete workflows/tasks in HA manner
|
||||
- project: openstack/tempest
|
||||
|
@@ -1320,6 +1320,7 @@ openstack-security:
|
||||
projects:
|
||||
- openstack/anchor
|
||||
- openstack/bandit
|
||||
- openstack/syntribos
|
||||
- openstack/security-doc
|
||||
- openstack/security-specs
|
||||
branches:
|
||||
|
@@ -2993,6 +2993,15 @@
|
||||
- openstack-publish-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: syntribos
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: tempest
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@@ -4830,6 +4830,18 @@ projects:
|
||||
- name: merge-check
|
||||
- name: openstack-specs-jobs
|
||||
|
||||
- name: openstack/syntribos
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
check:
|
||||
- gate-syntribos-pep8
|
||||
- gate-syntribos-python27
|
||||
gate:
|
||||
- gate-syntribos-pep8
|
||||
- gate-syntribos-python27
|
||||
|
||||
- name: openstack/tempest
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Reference in New Issue
Block a user