Remove publish-zuul-python-branch-tarball and release-zuul-python
I believe both these jobs are redundant and handled by artifact driven jobs from Zuul now. Change-Id: I310f07205ac31f8b99a7a3b80b9460162d92a0c9
This commit is contained in:
parent
a1155eb355
commit
7683c985cc
@ -1,7 +0,0 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- fetch-python-sdist-output
|
||||
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- sign-artifacts
|
@ -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
|
@ -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 }}"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user