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

update pre-commit and ci containers

parent e2b62a3b
No related branches found
Tags 3.1.0
No related merge requests found
Pipeline #33193 passed
......@@ -32,26 +32,18 @@ before_script:
stages:
- trixie
- bookworm
# - bullseye
trixie:
image: registry.git.coop/webarch/containers/images/trixie:20240326
image: registry.git.coop/webarch/containers/images/trixie:20240426
stage: trixie
script:
- pre-commit install
- pre-commit run --all-files
- molecule test --all
bookworm:
image: registry.git.coop/webarch/containers/images/bookworm:20240326
image: registry.git.coop/webarch/containers/images/bookworm:20240426
stage: bookworm
script:
- pre-commit install
- pre-commit run --all-files
- 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:20240326
# stage: bullseye
# script:
# - molecule test --all
...
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