Merge "Add elastic-recheck to openstack-infra"
This commit is contained in:
commit
d7f549fa98
@ -189,6 +189,7 @@ openstack-qa:
|
|||||||
- openstack/tempest
|
- openstack/tempest
|
||||||
- openstack-dev/devstack
|
- openstack-dev/devstack
|
||||||
- openstack-dev/grenade
|
- openstack-dev/grenade
|
||||||
|
- openstack-infra/elastic-recheck
|
||||||
- openstack-infra/devstack-gate
|
- openstack-infra/devstack-gate
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -0,0 +1,15 @@
|
|||||||
|
[access "refs/*"]
|
||||||
|
create = group elastic-recheck-ptl
|
||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Approved = +0..+1 group elastic-recheck-core
|
||||||
|
label-Code-Review = -2..+2 group elastic-recheck-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group elastic-recheck-ptl
|
||||||
|
pushTag = group elastic-recheck-ptl
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -211,6 +211,15 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: elastic-recheck
|
||||||
|
github-org: openstack-infra
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-pep8
|
||||||
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: statusbot
|
name: statusbot
|
||||||
|
@ -1533,6 +1533,12 @@ projects:
|
|||||||
- gate-grenade-devstack-vm-stable
|
- gate-grenade-devstack-vm-stable
|
||||||
- gate-devstack-vm-cells
|
- gate-devstack-vm-cells
|
||||||
|
|
||||||
|
- name: openstack-infra/elastic-recheck
|
||||||
|
check:
|
||||||
|
- gate-elastic-recheck-pep8
|
||||||
|
gate:
|
||||||
|
- gate-elastic-recheck-pep8
|
||||||
|
|
||||||
- name: openstack-infra/devstack-gate
|
- name: openstack-infra/devstack-gate
|
||||||
check:
|
check:
|
||||||
- gate-tempest-devstack-vm-smoke
|
- gate-tempest-devstack-vm-smoke
|
||||||
|
@ -422,3 +422,6 @@
|
|||||||
upstream: git://github.com/bswartz/manila.git
|
upstream: git://github.com/bswartz/manila.git
|
||||||
- project: stackforge/python-manilaclient
|
- project: stackforge/python-manilaclient
|
||||||
upstream: git://github.com/bswartz/python-manilaclient.git
|
upstream: git://github.com/bswartz/python-manilaclient.git
|
||||||
|
- project: openstack-infra/elastic-recheck
|
||||||
|
upstream: git://github.com/jogo/elasticRecheck
|
||||||
|
description: Classify tempest-devstack failures using ElasticSearch
|
||||||
|
Loading…
Reference in New Issue
Block a user