Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mariadb
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
mariadb
Commits
df90c80d
Verified
Commit
df90c80d
authored
3 weeks ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
pre-commit and container update
parent
5b918734
No related branches found
No related tags found
No related merge requests found
Pipeline
#37101
passed
3 weeks ago
Stage: lint
Stage: bookworm
Stage: jammy
Stage: noble
Stage: trixie
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+5
-5
5 additions, 5 deletions
.gitlab-ci.yml
.pre-commit-config.yaml
+3
-3
3 additions, 3 deletions
.pre-commit-config.yaml
with
8 additions
and
8 deletions
.gitlab-ci.yml
+
5
−
5
View file @
df90c80d
...
@@ -47,28 +47,28 @@ stages:
...
@@ -47,28 +47,28 @@ stages:
-
noble
-
noble
-
trixie
-
trixie
lint
:
lint
:
image
:
registry.git.coop/webarch/containers/images/trixie:20250
213
image
:
registry.git.coop/webarch/containers/images/trixie:20250
304
stage
:
lint
stage
:
lint
script
:
script
:
-
pre-commit install
-
pre-commit install
-
pre-commit run --all-files
-
pre-commit run --all-files
bookworm
:
bookworm
:
image
:
registry.git.coop/webarch/containers/images/bookworm:20250
213
image
:
registry.git.coop/webarch/containers/images/bookworm:20250
304
stage
:
bookworm
stage
:
bookworm
script
:
script
:
-
molecule test
-
molecule test
jammy
:
jammy
:
image
:
registry.git.coop/webarch/containers/images/jammy:20250
213
image
:
registry.git.coop/webarch/containers/images/jammy:20250
304
stage
:
jammy
stage
:
jammy
script
:
script
:
-
molecule test
-
molecule test
noble
:
noble
:
image
:
registry.git.coop/webarch/containers/images/noble:20250
213
image
:
registry.git.coop/webarch/containers/images/noble:20250
304
stage
:
noble
stage
:
noble
script
:
script
:
-
molecule test
-
molecule test
trixie
:
trixie
:
image
:
registry.git.coop/webarch/containers/images/trixie:20250
213
image
:
registry.git.coop/webarch/containers/images/trixie:20250
304
stage
:
trixie
stage
:
trixie
script
:
script
:
-
molecule test
-
molecule test
...
...
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
+
3
−
3
View file @
df90c80d
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
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.3
5.1
rev
:
v1.3
7.0
hooks
:
hooks
:
-
id
:
yamllint
-
id
:
yamllint
name
:
YAML Lint
name
:
YAML Lint
...
@@ -25,7 +25,7 @@ repos:
...
@@ -25,7 +25,7 @@ repos:
-
templates
-
templates
# 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.2
8
rev
:
v0.9.2
9
hooks
:
hooks
:
-
id
:
pymarkdown
-
id
:
pymarkdown
name
:
Markdown Lint
name
:
Markdown Lint
...
@@ -41,7 +41,7 @@ repos:
...
@@ -41,7 +41,7 @@ repos:
language
:
python
language
:
python
additional_dependencies
:
additional_dependencies
:
# https://pypi.org/project/ansible/
# https://pypi.org/project/ansible/
-
ansible==11.
2
.0
-
ansible==11.
3
.0
# https://github.com/kellyjonbrazil/jc/releases
# https://github.com/kellyjonbrazil/jc/releases
-
jc==1.25.4
-
jc==1.25.4
# https://github.com/jmespath/jmespath.py/tags
# https://github.com/jmespath/jmespath.py/tags
...
...
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