diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/xenapi-os-testing.config b/modules/openstack_project/files/gerrit/acls/stackforge/xenapi-os-testing.config new file mode 100644 index 0000000000..5041779c10 --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/xenapi-os-testing.config @@ -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 diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index 758518d5d3..091c10fffd 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -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 diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 68cef2d9f1..9c545d9375 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -4654,3 +4654,9 @@ projects: gate: - gate-stacktach-pep8 - gate-stacktach-python27 + + - name: stackforge/xenapi-os-testing + check: + - noop + gate: + - noop