Merge "Remove run-tests and py3-run-tests"

This commit is contained in:
Zuul 2018-01-04 16:59:58 +00:00 committed by Gerrit Code Review
commit b9c0483333
2 changed files with 0 additions and 32 deletions

View File

@ -4,21 +4,6 @@
- name: primary
label: ubuntu-xenial
- job:
name: devstack-gate-tox-run-tests
parent: openstack-tox
description: |
Run tests using ``run-tests`` environment.
vars:
tox_envlist: run-tests
- job:
name: devstack-gate-tox-py3-run-tests
parent: openstack-tox
description: |
Run tests using ``py3-run-tests`` environment.
vars:
tox_envlist: py3-run-tests
- project:
name: openstack-infra/devstack-gate
@ -27,13 +12,3 @@
- devstack:
files:
- ^roles/
- openstack-tox-py27
- openstack-tox-py35
- devstack-gate-tox-run-tests
- devstack-gate-tox-py3-run-tests
gate:
jobs:
- openstack-tox-py27
- openstack-tox-py35
- devstack-gate-tox-run-tests
- devstack-gate-tox-py3-run-tests

View File

@ -10,13 +10,6 @@ deps = -r{toxinidir}/test-requirements.txt
commands =
bash -c "./run-tests.sh"
[testenv:run-tests]
deps = -r{toxinidir}/test-requirements.txt
[testenv:py3-run-tests]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
[testenv:bashate]
deps=
{env:BASHATE_INSTALL_PATH:bashate==0.5.0}