Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Disable centos7 molecule test for tripleo-repos
Browse files Browse the repository at this point in the history
As seen at [1] this has started failing again now for get-hash.
If I skip c7 from the get-hash molecule then nothing else will run
they are already skipped. So instead just remove the c7 job for
now. TBD if we can/want to continue supporting python2.

Our CI centos7 jobs are using py3 already.

[1] https://zuul.opendev.org/t/openstack/build/a1d1693e963b42e3ae1e9cb44ea1f190

Change-Id: I4f8121c57c80d68a4233a4bc86fa86dc0f120913
  • Loading branch information
marios committed Oct 1, 2021
1 parent a34103f commit ba1e852
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ driver:
platforms:
- name: instance
image: quay.io/centos/centos:stream8
- name: instance_c7
image: quay.io/centos/centos:centos7
# Disabled for now TBD if we will/can add python2 support.
# - name: instance_c7
# image: quay.io/centos/centos:centos7
provisioner:
name: ansible
verifier:
Expand Down

0 comments on commit ba1e852

Please sign in to comment.