From 0b4568c7c38a4c5d99929d4bba2a6594e6430dde Mon Sep 17 00:00:00 2001 From: Bob Ball Date: Tue, 15 Apr 2014 16:00:50 +0100 Subject: [PATCH] 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 --- .../gerrit/acls/stackforge/xenapi-os-testing.config | 12 ++++++++++++ modules/openstack_project/files/review.projects.yaml | 3 +++ modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ 3 files changed, 21 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/xenapi-os-testing.config 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