From 7eabe7929f69d9bf9ba8481048df63a58b3b3214 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 11 Sep 2013 13:30:38 -0400 Subject: [PATCH] Add pre-release PyPI jobs for WSME WSME releases beta versions before doing official releases to allow non-OpenStack projects to test updates or avoid packages that aren't fully baked. This change adds the jobs to publish to PyPI when pre-release tags are added to the repository. Change-Id: I65ca7e58f60597aecf63748c5788f6a8a83eac2e --- modules/openstack_project/files/zuul/layout.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 03c29d7cf8..d4d9ec62df 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3037,7 +3037,11 @@ projects: post: - wsme-branch-tarball pre-release: - - wsme-tarball + - wsme-tarball: + - wsme-pypi-upload: + - post-mirror-python26 + - post-mirror-python27 + - post-mirror-python33 release: - wsme-tarball: - wsme-pypi-upload: