Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ansible
Manage
Activity
Members
Labels
Plan
Issues
13
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
funkwhale
ansible
Commits
75ab16ce
Commit
75ab16ce
authored
1 year ago
by
Georg Krause
Committed by
Georg Krause
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: Run tests on debian 12
parent
d1190c1b
No related branches found
Branches containing commit
No related tags found
1 merge request
!36
ci: Run tests on debian 12
Pipeline
#31175
failed with stage
Stage: test
in 12 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-1
8 additions, 1 deletion
.gitlab-ci.yml
with
8 additions
and
1 deletion
.gitlab-ci.yml
+
8
−
1
View file @
75ab16ce
...
...
@@ -26,7 +26,14 @@ test-install-script:
image
:
$TEST_IMAGE
parallel
:
matrix
:
-
TEST_IMAGE
:
[
"
debian:10"
,
"
ubuntu:focal"
,
"
ubuntu:jammy"
,
"
debian:11"
]
-
TEST_IMAGE
:
[
"
debian:10"
,
"
ubuntu:focal"
,
"
ubuntu:jammy"
,
"
debian:11"
,
"
debian:12"
,
]
interruptible
:
true
before_script
:
-
apt-get update && apt-get install -y curl
...
...
This diff is collapsed.
Click to expand it.
kippix
@kippix
mentioned in issue
#37 (closed)
·
1 year ago
mentioned in issue
#37 (closed)
mentioned in issue #37
Toggle commit list
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