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

ci enable bullseye for testing

parent 494212f8
No related branches found
No related tags found
No related merge requests found
Pipeline #30717 failed
......@@ -28,17 +28,17 @@ before_script:
- molecule --version
stages:
- bookworm
# - bullseye
- bullseye
bookworm:
image: registry.git.coop/webarch/containers/images/bookworm:20231119
image: registry.git.coop/webarch/containers/images/bookworm:20231206
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:20231016
# stage: bullseye
# script:
# - molecule test
bullseye:
image: registry.git.coop/webarch/containers/images/bullseye:20231206
stage: bullseye
script:
- molecule test
...
......@@ -24,14 +24,14 @@ repos:
language: python
additional_dependencies:
# https://pypi.org/project/ansible/
- ansible==9.0.1
- ansible==9.1.0
# https://github.com/kellyjonbrazil/jc/releases
- jc==1.23.6
# https://github.com/jmespath/jmespath.py/tags
- jmespath==1.0.1
# https://github.com/jackdewinter/pymarkdown/releases
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.14
rev: v0.9.15
hooks:
- id: pymarkdown
name: Markdown Lint
......
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