Skip to content
Snippets Groups Projects
Verified Commit c77340f2 authored by Chris Croome's avatar Chris Croome
Browse files

bullseye ci never completes

parent 65bf4d34
No related branches found
No related tags found
No related merge requests found
Pipeline #30827 passed
......@@ -28,18 +28,18 @@ before_script:
- which molecule
- molecule --version
stages:
# - bookworm
- bullseye
# bookworm:
# image: registry.git.coop/webarch/containers/images/bookworm:20231213
# stage: bookworm
# script:
# - molecule test --all
- bookworm
# - bullseye
bookworm:
image: registry.git.coop/webarch/containers/images/bookworm:20231213
stage: bookworm
script:
- molecule test --all
# The Bullseye test run OK but Molecule never completes
# https://github.com/ansible/molecule/discussions/4020
bullseye:
image: registry.git.coop/webarch/containers/images/bullseye:20231213
stage: bullseye
script:
- molecule test
# bullseye:
# image: registry.git.coop/webarch/containers/images/bullseye:20231213
# stage: bullseye
# script:
# - molecule test
...
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment