Remove openstack-tox-py27-with-oslo-master

This job is not needed anymore since repos are moving away from
python27. A py36 job is already setup.

Remove the job definition and usage in the template.

Change-Id: I78fe881fe5f1c2755749de1debaf5d1de276e395
This commit is contained in:
Andreas Jaeger 2019-10-29 22:14:29 +01:00
parent ca27ec9e7c
commit 4c1d00047a
2 changed files with 0 additions and 17 deletions

View File

@ -486,22 +486,6 @@
vars:
tox_install_siblings: true
- job:
name: openstack-tox-py27-with-oslo-master
parent: openstack-tox-with-oslo-master-base
description: |
This job installs all oslo libraries from source and tests that the
unit tests of the tested project work.
It uses the tox ``py27`` environment.
The job is normally run in a periodic pipeline, it is configured
to run on the master branch.
branches: master
vars:
tox_envlist: py27
bindep_profile: test py27
- job:
name: openstack-tox-py36-with-oslo-master
parent: openstack-tox-with-oslo-master-base

View File

@ -1369,7 +1369,6 @@
oslo libraries from source.
periodic:
jobs:
- openstack-tox-py27-with-oslo-master
- openstack-tox-py36-with-oslo-master
- project-template: