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

ci updates

parent 75b98abe
No related branches found
No related tags found
No related merge requests found
Pipeline #30886 failed
......@@ -14,6 +14,7 @@ variables:
ANSIBLE_FORCE_COLOR: "1"
ANSIBLE_REMOTE_TMP: "/tmp"
ANSIBLE_SHELL_ALLOW_WORLD_READABLE_TEMP: "1"
DEBIAN_FRONTEND: noninteractive
DEFAULT_MANAGED_STR: "Ansible managed"
MOLECULE_VERBOSITY: "0"
PY_COLORS: "1"
......@@ -29,7 +30,7 @@ before_script:
- molecule --version
stages:
- bookworm
- bullseye
# - bullseye
bookworm:
image: registry.git.coop/webarch/containers/images/bookworm:20231213
stage: bookworm
......@@ -37,9 +38,9 @@ bookworm:
- 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
...
......@@ -36,7 +36,7 @@ repos:
- id: pymarkdown
name: Markdown Lint
args:
- 'scan'
- 'README.md'
- 'VARIABLES.md'
- scan
- README.md
- VARIABLES.md
...
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