From ea379b18493d5a866b39f124b72d9b9af4e69b01 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 16 Jan 2014 12:12:24 +0000 Subject: [PATCH] Upload pre-release oslo.messaging tags to pypi oslo.messaging is not yet ready to tag a non-beta version of the library, but that shouldn't stop us using pypi in place of tarballs via 'pip install -f' because uploading beta releases to pypi won't affect any existing users since there aren't any. In future, there will be a job for uploading beta versions as wheels to prevent older versions of pip thinking they are non-beta versions. Once that job is in place, we can switch to using it. When it comes time to release a non-beta version of oslo.messaging, we'll need to move back the pypi-upload job to the release pipeline and disable it on the pre-release pipeline. Change-Id: I87eaefb37fa52142d47b4aba4f3f76452771f74e --- modules/openstack_project/files/zuul/layout.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 4b61b15c33..01e9b778f5 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -1587,13 +1587,13 @@ projects: - gate-tempest-dsvm-neutron-large-ops - gate-grenade-dsvm pre-release: - - oslo.messaging-tarball - release: - oslo.messaging-tarball: - oslo.messaging-pypi-upload: - post-mirror-python26 - post-mirror-python27 - post-mirror-python33 + release: + - oslo.messaging-tarball #TODO: add docs - name: openstack/oslo.rootwrap