From dc0860ce38bc3a5e4c5014ce0d38e288b0dc33c0 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 23 May 2014 17:50:33 +0000 Subject: [PATCH] Allow tempest tags and release tarballs Note that there is no PyPI upload job. The "tempest" project there is something else entirely. Change-Id: Id51d74d2068315244a7e037a21b8b17b1b95ca28 --- .../files/gerrit/acls/openstack/tempest.config | 2 ++ modules/openstack_project/files/zuul/layout.yaml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/modules/openstack_project/files/gerrit/acls/openstack/tempest.config b/modules/openstack_project/files/gerrit/acls/openstack/tempest.config index a810588614..4e80ce5338 100644 --- a/modules/openstack_project/files/gerrit/acls/openstack/tempest.config +++ b/modules/openstack_project/files/gerrit/acls/openstack/tempest.config @@ -12,6 +12,8 @@ label-Code-Review = -1..+1 group Registered Users label-Workflow = -1..+1 group tempest-core abandon = group tempest-core +[access "refs/tags/*"] + pushSignedTag = group tempest-ptl [project] state = active [receive] diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index dc6f5ebb3c..652868a36a 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -2346,6 +2346,10 @@ projects: - tempest-docs - tempest-coverage - tempest-branch-tarball + pre-release: + - tempest-tarball + release: + - tempest-tarball periodic-stable: - periodic-tempest-dsvm-full-havana - periodic-tempest-dsvm-neutron-havana