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:
michael xin
2015-09-03 16:43:19 -07:00
parent 1763244994
commit 8dae66f6e3
5 changed files with 39 additions and 0 deletions

View 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

View File

@@ -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

View File

@@ -1320,6 +1320,7 @@ openstack-security:
projects:
- openstack/anchor
- openstack/bandit
- openstack/syntribos
- openstack/security-doc
- openstack/security-specs
branches:

View File

@@ -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'

View File

@@ -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