From ffc149efc25cc1729bb3c52f09c0120eeb312fea Mon Sep 17 00:00:00 2001 From: "Jens Harbott (frickler)" Date: Sun, 4 Oct 2020 07:21:25 +0000 Subject: [PATCH] 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 31c4a7a18e2bd43d2893563b992c683c95baed6f. Change-Id: I62f6b6a82bae2bda811c98a295d7fa0c0c9ef2cb --- zuul.d/jobs.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index fbbc2ab5..0dfeaf41 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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: |