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

update ci container and precommit

parent c0043b4f
No related branches found
No related tags found
No related merge requests found
Pipeline #30823 passed
...@@ -30,19 +30,19 @@ stages: ...@@ -30,19 +30,19 @@ stages:
- bookworm - bookworm
# - bullseye # - bullseye
trixie: trixie:
image: registry.git.coop/webarch/containers/images/trixie:20230822 image: registry.git.coop/webarch/containers/images/trixie:20231213
stage: trixie stage: trixie
script: script:
- molecule test --all - molecule test --all
bookworm: bookworm:
image: registry.git.coop/webarch/containers/images/bookworm:20230822 image: registry.git.coop/webarch/containers/images/bookworm:20231213
stage: bookworm stage: bookworm
script: script:
- molecule test --all - molecule test --all
# The Bullseye test run OK but Molecule never completes # The Bullseye test run OK but Molecule never completes
# https://github.com/ansible/molecule/discussions/4020 # https://github.com/ansible/molecule/discussions/4020
# bullseye: # bullseye:
# image: registry.git.coop/webarch/containers/images/bullseye:20230822 # image: registry.git.coop/webarch/containers/images/bullseye:20231213
# stage: bullseye # stage: bullseye
# script: # script:
# - molecule test --all # - molecule test --all
......
...@@ -11,25 +11,25 @@ ...@@ -11,25 +11,25 @@
repos: repos:
# https://github.com/adrienverge/yamllint/tags # https://github.com/adrienverge/yamllint/tags
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.32.0 rev: v1.33.0
hooks: hooks:
- id: yamllint - id: yamllint
name: YAML Lint name: YAML Lint
# https://github.com/ansible/ansible-lint/releases # https://github.com/ansible/ansible-lint/releases
- repo: https://github.com/ansible/ansible-lint.git - repo: https://github.com/ansible/ansible-lint.git
rev: v6.21.1 rev: v6.22.1
hooks: hooks:
- id: ansible-lint - id: ansible-lint
name: Ansible Lint name: Ansible Lint
language: python language: python
additional_dependencies: additional_dependencies:
# https://github.com/kellyjonbrazil/jc/releases # https://github.com/kellyjonbrazil/jc/releases
- jc==1.23.4 - jc==1.23.6
# https://github.com/jmespath/jmespath.py/tags # https://github.com/jmespath/jmespath.py/tags
- jmespath==1.0.1 - jmespath==1.0.1
# https://github.com/jackdewinter/pymarkdown/releases # https://github.com/jackdewinter/pymarkdown/releases
- repo: https://github.com/jackdewinter/pymarkdown.git - repo: https://github.com/jackdewinter/pymarkdown.git
rev: v0.9.13.4 rev: v0.9.15
hooks: hooks:
- id: pymarkdown - id: pymarkdown
name: Markdown Lint 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