Remove release-openstack-python-without-pypi
With the project template gone, we can get rid of the job. The two repos (packstack and swift3) using the job can publish to pypi instead. Depends-On: I77d2ed3a3f1718b22e751aba113c2a3deb36f315 Change-Id: I1960825a302c3f9a1701d9a7bad52ff163a658bb
This commit is contained in:
committed by
Andreas Jaeger
parent
5c301c6c3f
commit
a4940567dd
@@ -94,21 +94,6 @@
|
||||
- name: puppetforge
|
||||
secret: openstack_puppetforge_credentials
|
||||
|
||||
- job:
|
||||
name: release-openstack-python-without-pypi
|
||||
parent: publish-openstack-artifacts
|
||||
description: |
|
||||
Sign and release python tarballs to tarballs.openstack.org, but
|
||||
do not upload to PyPI.
|
||||
pre-run: playbooks/pti-python-tarball/pre.yaml
|
||||
run: playbooks/pti-python-tarball/run.yaml
|
||||
post-run:
|
||||
- playbooks/pti-python-tarball/post.yaml
|
||||
required-projects:
|
||||
- name: openstack/requirements
|
||||
secrets:
|
||||
- gpg_key
|
||||
|
||||
- job:
|
||||
name: release-openstack-python
|
||||
parent: publish-openstack-artifacts
|
||||
|
||||
@@ -7733,6 +7733,8 @@
|
||||
|
||||
- project:
|
||||
name: x/packstack
|
||||
templates:
|
||||
- publish-to-pypi
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pep8
|
||||
@@ -7743,12 +7745,6 @@
|
||||
- openstack-tox-pep8
|
||||
- openstack-tox-py27
|
||||
- build-openstack-releasenotes
|
||||
pre-release:
|
||||
jobs:
|
||||
- release-openstack-python-without-pypi
|
||||
release:
|
||||
jobs:
|
||||
- release-openstack-python-without-pypi
|
||||
|
||||
- project:
|
||||
name: x/pandaman
|
||||
@@ -8407,15 +8403,13 @@
|
||||
templates:
|
||||
- openstack-cover-jobs
|
||||
- openstack-python-jobs
|
||||
- publish-to-pypi
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-pylint
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-pylint
|
||||
release:
|
||||
jobs:
|
||||
- release-openstack-python-without-pypi
|
||||
|
||||
- project:
|
||||
name: x/swiftonfile
|
||||
|
||||
Reference in New Issue
Block a user