Add a project for OpenStack Security Advisories
This project contains the metadata and tooling used to generate OSSA content for the security.openstack.org Web site. Change-Id: I8ea59acc9b10b972c1091f68ef56aff89a28d8da
This commit is contained in:
parent
6d096d3280
commit
f515486236
11
gerrit/acls/openstack/ossa.config
Normal file
11
gerrit/acls/openstack/ossa.config
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group vmt
|
||||||
|
label-Code-Review = -2..+2 group vmt
|
||||||
|
label-Workflow = -1..+1 group vmt
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -527,6 +527,11 @@
|
|||||||
groups:
|
groups:
|
||||||
- oslo
|
- oslo
|
||||||
upstream: git://github.com/dhellmann/oslo.test.git
|
upstream: git://github.com/dhellmann/oslo.test.git
|
||||||
|
- project: openstack/ossa
|
||||||
|
description: OpenStack Security Advisories
|
||||||
|
upstream: git://github.com/gcmurphy/ossa.git
|
||||||
|
options:
|
||||||
|
- direct-release
|
||||||
- project: openstack/pycadf
|
- project: openstack/pycadf
|
||||||
description: CADF Python module
|
description: CADF Python module
|
||||||
- project: openstack/pylockfile
|
- project: openstack/pylockfile
|
||||||
|
@ -1353,6 +1353,14 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: ossa
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- 'gate-{name}-docs'
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: qa-specs
|
name: qa-specs
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
@ -2516,6 +2516,14 @@ projects:
|
|||||||
post:
|
post:
|
||||||
- os-refresh-config-branch-tarball
|
- os-refresh-config-branch-tarball
|
||||||
|
|
||||||
|
- name: openstack/ossa
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
check:
|
||||||
|
- gate-ossa-docs
|
||||||
|
gate:
|
||||||
|
- gate-ossa-docs
|
||||||
|
|
||||||
- name: openstack/requirements
|
- name: openstack/requirements
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user