Merge "Remove publish-zuul-python-branch-tarball and release-zuul-python"

This commit is contained in:
Zuul 2020-02-05 03:27:39 +00:00 committed by Gerrit Code Review
commit 4cff335114
4 changed files with 0 additions and 48 deletions

View File

@ -1,7 +0,0 @@
- hosts: all
roles:
- fetch-python-sdist-output
- hosts: localhost
roles:
- sign-artifacts

View File

@ -1,7 +0,0 @@
- hosts: all
roles:
- bindep
- install-nodejs
- role: install-yarn
yarn_lock_file_path: "{{ zuul.project.src_dir }}/web/yarn.lock"
- revoke-sudo

View File

@ -1,6 +0,0 @@
- hosts: all
tasks:
- name: Build tarball and wheel
command:
cmd: python3 setup.py sdist bdist_wheel
chdir: "{{ zuul.project.src_dir }}"

View File

@ -140,34 +140,6 @@
- setup.py
- README.rst
- job:
name: publish-zuul-python-branch-tarball
parent: publish-openstack-artifacts
description: |
Publish the results of the tox-tarball job to tarballs.openstack.org.
pre-run: playbooks/zuul-tarball/pre.yaml
run: playbooks/zuul-tarball/run.yaml
post-run: playbooks/python-branch-tarball/post.yaml
vars:
node_version: 10
- job:
name: release-zuul-python
parent: publish-openstack-artifacts
description: |
Release python tarballs / wheels to pypi for zuul projects.
pre-run: playbooks/zuul-tarball/pre.yaml
run: playbooks/zuul-tarball/run.yaml
post-run:
- playbooks/zuul-tarball/post.yaml
- playbooks/publish/pypi.yaml
secrets:
- secret: pypi_secret
name: pypi_info
- gpg_key
vars:
node_version: 10
- job:
name: publish-openstack-sphinx-docs-base
nodeset: ubuntu-xenial