Remove the transitionary zuul-tox jobs

All the consumption is of the tox jobs now.

Change-Id: I97c18936fc014283cdf5b57bece49bf92153ff13
Depends-On: I3fc7f89f4939fbcf82f329441d4b4693b80f6bc4
Depends-On: Ia31e642352c61dd4091570b54f566e02b6399800
This commit is contained in:
Monty Taylor 2017-07-06 18:50:41 -05:00
parent 3c561803bd
commit ffc3b8d8c0
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -107,105 +107,8 @@
run: playbooks/tox/tarball
post-run: playbooks/tox/tarball-post
- job:
name: zuul-tox
parent: unittests
description: |
Base job containing setup and teardown for tox-based test jobs.
This performs basic host and general project setup tasks common
to all tox unit test jobs.
Responds to two variables:
tox_environment
the environment to pass on the command line
tox_command_line
an optional command line
run: playbooks/tox/run
pre-run: playbooks/tox/pre
post-run: playbooks/tox/post
- job:
name: zuul-tox-py27
parent: zuul-tox
description: |
Run unit tests for a Python project under cPython version 2.7.
Uses tox with the "py27" environment.
vars:
tox_environment: py27
- job:
name: zuul-tox-py34
parent: zuul-tox
description: |
Run unit tests for a Python project under cPython version 3.4.
Uses tox with the "py34" environment.
vars:
tox_environment: py34
- job:
name: zuul-tox-py35
parent: zuul-tox
description: |
Run unit tests for a Python project under cPython version 3.5.
Uses tox with the "py35" environment.
vars:
tox_environment: py35
- job:
name: zuul-tox-docs
parent: zuul-tox
# NOTE: This is not the OpenStack docs job, this is a job to run a tox
# environment called "docs". OpenStack will want a different job
# in openstack-infra/zuul-jobs
description: |
Run documentation unit tests.
Uses tox with the "docs" environment.
vars:
tox_environment: docs
post-run: playbooks/tox/docs-post
- job:
name: zuul-tox-linters
parent: zuul-tox
description: |
Runs code linting tests.
Uses tox with the "linters" environment.
run: playbooks/tox/linters
- job:
name: zuul-tox-cover
parent: zuul-tox
voting: false
description: |
Run code coverage tests.
Uses tox with the "cover" environment.
vars:
tox_environment: cover
- job:
name: zuul-tox-tarball
parent: zuul-tox
voting: false
description: |
Generate a python source tarball and a binary wheel
Uses tox with the "venv" environment.
vars:
tox_environment: venv
run: playbooks/tox/tarball
post-run: playbooks/tox/tarball-post
- project:
name: openstack-infra/zuul-jobs
check:
jobs:
- zuul-tox-linters
- tox-linters