From cbb15198c0a374d3feef9a79dba6f8c7435bcaaa Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Tue, 14 Jan 2020 17:37:21 +0100 Subject: [PATCH] Remove requirements-tox-py27-check-uc job As neutron-lib became python 3 only, the py27 upper constraint check job fails. Let's get rid of it as it is not needed anymore. Change-Id: I0e7cbf1392247ab89c8d82c299980790f65d69bb --- .zuul.d/jobs.yaml | 11 ----------- .zuul.d/project.yaml | 2 -- 2 files changed, 13 deletions(-) diff --git a/.zuul.d/jobs.yaml b/.zuul.d/jobs.yaml index 680617ab9e..6a78b38c29 100644 --- a/.zuul.d/jobs.yaml +++ b/.zuul.d/jobs.yaml @@ -12,17 +12,6 @@ vars: tox_envlist: babel -- job: - name: requirements-tox-py27-check-uc - parent: openstack-tox - description: | - Run test for requirements project. - - Uses tox with the ``py27-check-uc`` environment. - files: ^upper-constraints.*txt$ - vars: - tox_envlist: py27-check-uc - - job: name: requirements-tox-py36-check-uc parent: openstack-tox-py36 diff --git a/.zuul.d/project.yaml b/.zuul.d/project.yaml index 158e62c94f..e3d95fcb28 100644 --- a/.zuul.d/project.yaml +++ b/.zuul.d/project.yaml @@ -20,7 +20,6 @@ - requirements-tox-babel - requirements-tox-bindep: voting: false - - requirements-tox-py27-check-uc - requirements-tox-py36-check-uc - requirements-tox-validate-projects: voting: false @@ -68,7 +67,6 @@ - bindep.txt - openstack-tox-validate - requirements-tox-babel - - requirements-tox-py27-check-uc - requirements-tox-py36-check-uc - cross-cinder-py36 - cross-glance-py36