Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Dav1d test data
Manage
Activity
Members
Labels
Plan
Issues
1
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
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
VideoLAN
Dav1d test data
Merge requests
!103
CI: Update images
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CI: Update images
another/dav1d-test-data:ci/2024-04
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Matthias Dressel
requested to merge
another/dav1d-test-data:ci/2024-04
into
master
10 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
61afa1ce
1 commit,
10 months ago
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
4
−
4
Options
@@ -24,28 +24,28 @@ stages:
test-debian
:
extends
:
.test-common
image
:
registry.videolan.org/dav1d-debian-unstable:202
31113190023
image
:
registry.videolan.org/dav1d-debian-unstable:202
40406142551
tags
:
-
docker
-
amd64
test-debian-aarch64
:
extends
:
.test-common
image
:
registry.videolan.org/dav1d-debian-bookworm-aarch64:202
31018041418
image
:
registry.videolan.org/dav1d-debian-bookworm-aarch64:202
40401050239
tags
:
-
docker
-
aarch64
test-debian-ppc64le
:
extends
:
.test-common
image
:
registry.videolan.org/dav1d-debian-unstable-ppc64le:202
310200402
21
image
:
registry.videolan.org/dav1d-debian-unstable-ppc64le:202
404010503
21
tags
:
-
docker
-
ppc64le
test-debian-armv7-clang-5
:
extends
:
.test-common
image
:
registry.videolan.org/dav1d-debian-bookworm-armv7:202
31018042237
image
:
registry.videolan.org/dav1d-debian-bookworm-armv7:202
40401050040
tags
:
-
docker
-
armv7
Loading