Revert "Switch py36 jobs to centos-8"

This has broken a lot of projects that implicitly assume an Ubuntu
environment in their test setup, e.g. Nova and Neutron. I think that
the we need reapproach this with a previous announcement on the ML and
enough time to prepare the switch.

This reverts commit 31c4a7a18e.

Change-Id: I62f6b6a82bae2bda811c98a295d7fa0c0c9ef2cb
This commit is contained in:
Jens Harbott (frickler) 2020-10-04 07:21:25 +00:00
parent 31c4a7a18e
commit ffc149efc2
1 changed files with 0 additions and 18 deletions

View File

@ -150,24 +150,6 @@
name: openstack-tox-py36
parent: openstack-tox
nodeset: ubuntu-bionic
branches: ^(stable/(stein|train|ussuri)).*$
timeout: 2400
description: |
Run unit tests for an OpenStack Python project under cPython
version 3.6.
Uses tox with the ``py36`` environment.
irrelevant-files: *common-irrelevant-files
vars:
tox_envlist: py36
bindep_profile: test py36
- job:
name: openstack-tox-py36
parent: openstack-tox
nodeset: centos-8
branches: ^(?!stable/(stein|train|ussuri)).*$
timeout: 2400
description: |