From eaaaa3556423490b6cae112e3529a708cc86ce2d Mon Sep 17 00:00:00 2001 From: Arx Cruz Date: Mon, 23 Oct 2023 13:32:49 +0200 Subject: [PATCH] Remove openstack-tox-molecule job This job is failing due to some updates in setuptools and there is no reason to run it, since it's testing only two roles that have not being update in the last 3 years. Basically, setuptools complains to install PyYAML because it has on version 5.4.1 the option license_file that was deprecated. Updating PyYAML also requires to update all molecule packages, that introduce different failures, in a snowball effect. Change-Id: Id5c21dcea9d183c7fac347323893415f4620cee5 --- zuul.d/layout.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 540be0bb3..36dea6364 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -6,15 +6,9 @@ check: jobs: - openstack-tox-linters - - openstack-tox-molecule: - required-projects: - - openstack/tripleo-quickstart - tripleo-ci-centos-9-content-provider-wallaby: dependencies: - openstack-tox-linters gate: jobs: - openstack-tox-linters - - openstack-tox-molecule: - required-projects: - - openstack/tripleo-quickstart