Move xenapi-os-testing to stackforge.
This repo contains scripts and supporting functionality for the XenServer CI environment. We want this to be under gerrit's control so we can ensure changes do not break the XenServer CI, and so that others can propose changes primarily to the tempest exclusion list. Tests are automatically run by the xenserver 3rd party CI on this repository. Change-Id: I7e9d0e8b917ca39f20f41c9758bffc4cecd9ec93
This commit is contained in:
parent
60ba638db5
commit
0b4568c7c3
modules/openstack_project/files
@ -0,0 +1,12 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group xenapi-os-testing-core
|
||||
label-Workflow = -1..+1 group xenapi-os-testing-core
|
||||
abandon = group xenapi-os-testing-core
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group xenapi-os-testing-ptl
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
[submit]
|
||||
mergeContent = true
|
||||
[project]
|
||||
state = active
|
@ -884,3 +884,6 @@
|
||||
- project: stackforge/wsme
|
||||
description: Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects.
|
||||
upstream: git://github.com/ryanpetrello/wsme.git
|
||||
- project: stackforge/xenapi-os-testing
|
||||
description: Scripts to enable running of tempest tests in a nested Xen instance
|
||||
upstream: git://github.com/citrix-openstack/xenapi-os-testing.git
|
||||
|
@ -4654,3 +4654,9 @@ projects:
|
||||
gate:
|
||||
- gate-stacktach-pep8
|
||||
- gate-stacktach-python27
|
||||
|
||||
- name: stackforge/xenapi-os-testing
|
||||
check:
|
||||
- noop
|
||||
gate:
|
||||
- noop
|
||||
|
Loading…
x
Reference in New Issue
Block a user