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
Merge requests
!36
ci: Run tests on debian 12
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: Run tests on debian 12
test-debian-12
into
master
Overview
6
Commits
4
Pipelines
13
Changes
1
All threads resolved!
Hide all comments
Merged
Georg Krause
requested to merge
test-debian-12
into
master
1 year ago
Overview
6
Commits
4
Pipelines
13
Changes
1
All threads resolved!
Hide all comments
Expand
👍
0
👎
0
Merge request reports
Compare
version 1
version 12
76a8ccd0
1 year ago
version 11
4b37bfbc
1 year ago
version 10
5021c7c7
1 year ago
version 9
c50999c7
1 year ago
version 8
ade5f7c8
1 year ago
version 7
0aee76eb
1 year ago
version 6
b33ddfa3
1 year ago
version 5
92a09fa9
1 year ago
version 4
3e9ad30f
1 year ago
version 3
75ab16ce
1 year ago
version 2
69683e99
1 year ago
version 1
48f8bb67
1 year ago
master (base)
and
version 2
latest version
d45a7bde
4 commits,
1 year ago
version 12
76a8ccd0
4 commits,
1 year ago
version 11
4b37bfbc
4 commits,
1 year ago
version 10
5021c7c7
4 commits,
1 year ago
version 9
c50999c7
3 commits,
1 year ago
version 8
ade5f7c8
2 commits,
1 year ago
version 7
0aee76eb
2 commits,
1 year ago
version 6
b33ddfa3
2 commits,
1 year ago
version 5
92a09fa9
2 commits,
1 year ago
version 4
3e9ad30f
2 commits,
1 year ago
version 3
75ab16ce
1 commit,
1 year ago
version 2
69683e99
1 commit,
1 year ago
version 1
48f8bb67
1 commit,
1 year ago
Show latest version
1 file
+
8
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
8
−
1
Options
@@ -26,7 +26,14 @@ test-install-script:
image
:
$TEST_IMAGE
parallel
:
matrix
:
-
TEST_IMAGE
:
[
"
debian:10"
,
"
ubuntu:focal"
,
"
ubuntu:jammy"
,
"
debian:11"
,
"
debian:12"
]
-
TEST_IMAGE
:
[
"
debian:10"
,
"
ubuntu:focal"
,
"
ubuntu:jammy"
,
"
debian:11"
,
"
debian:12"
,
]
interruptible
:
true
before_script
:
-
apt-get update && apt-get install -y curl
Loading