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
This commit is contained in:
parent
34cb52dfd2
commit
eaaaa35564
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user