Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
apache
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
webarch
apache
Commits
575d0647
Verified
Commit
575d0647
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
pre-commit and gitlab ci containers updated
parent
608ed3fb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#31903
passed
1 year ago
Stage: trixie
Stage: bookworm
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
.pre-commit-config.yaml
+4
-4
4 additions, 4 deletions
.pre-commit-config.yaml
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
3
−
3
View file @
575d0647
...
...
@@ -34,14 +34,14 @@ stages:
-
bookworm
# - bullseye
trixie
:
image
:
registry.git.coop/webarch/containers/images/trixie:20240
105
image
:
registry.git.coop/webarch/containers/images/trixie:20240
209
stage
:
trixie
script
:
-
pre-commit install
-
pre-commit run --all-files
-
molecule test --all
bookworm
:
image
:
registry.git.coop/webarch/containers/images/bookworm:20240
105
image
:
registry.git.coop/webarch/containers/images/bookworm:20240
209
stage
:
bookworm
script
:
-
pre-commit install
...
...
@@ -50,7 +50,7 @@ bookworm:
# 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:20240
105
# image: registry.git.coop/webarch/containers/images/bullseye:20240
209
# stage: bullseye
# script:
# - molecule test --all
...
...
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
+
4
−
4
View file @
575d0647
...
...
@@ -11,13 +11,13 @@
repos
:
# https://github.com/jackdewinter/pymarkdown/releases
-
repo
:
https://github.com/jackdewinter/pymarkdown.git
rev
:
v
0.9.1
5
rev
:
0.9.1
6
hooks
:
-
id
:
pymarkdown
name
:
Markdown Lint
# https://github.com/adrienverge/yamllint/tags
-
repo
:
https://github.com/adrienverge/yamllint.git
rev
:
v1.3
3
.0
rev
:
v1.3
4
.0
hooks
:
-
id
:
yamllint
name
:
YAML Lint
...
...
@@ -31,14 +31,14 @@ repos:
-
templates
# https://github.com/ansible/ansible-lint/releases
-
repo
:
https://github.com/ansible/ansible-lint.git
rev
:
v
6.22.2
rev
:
v
24.2.0
hooks
:
-
id
:
ansible-lint
name
:
Ansible Lint
language
:
python
additional_dependencies
:
# https://github.com/kellyjonbrazil/jc/releases
-
jc==1.2
4
.0
-
jc==1.2
5
.0
# https://github.com/jmespath/jmespath.py/tags
-
jmespath==1.0.1
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment