From 80ec0239852f04b2d95abc702d694be51cd51e11 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 22 Aug 2017 16:01:03 -0400 Subject: [PATCH] Remove tox-tarball job This isn't really a general thing. We'll add a different thing in openstack-zuul-jobs. Change-Id: I7343977bd678c50a2ad1221692d56cafae3111f0 --- playbooks/tox/tarball.yaml | 6 ------ zuul.yaml | 12 ------------ 2 files changed, 18 deletions(-) delete mode 100644 playbooks/tox/tarball.yaml diff --git a/playbooks/tox/tarball.yaml b/playbooks/tox/tarball.yaml deleted file mode 100644 index 0f3fcfb8b..000000000 --- a/playbooks/tox/tarball.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- hosts: all - roles: - - role: tox - tox_extra_args: -vv python setup.py sdist - - role: tox - tox_extra_args: -vv python setup.py bdist_wheel diff --git a/zuul.yaml b/zuul.yaml index cd90ab55b..ec6fb41d0 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -124,18 +124,6 @@ run: playbooks/python/sdist.yaml post-run: playbooks/python/tarball-post -- job: - name: tox-tarball - parent: tox - description: | - Generate a python source tarball and a binary wheel - - Uses tox with the ``venv`` environment. - vars: - tox_envlist: venv - run: playbooks/tox/tarball - post-run: playbooks/python/tarball-post - - job: name: python-upload-pypi parent: python-sdist