1
0
Fork 0

drm_hwcomposer: CI: Move container tags to a file

Currently the container image tags are defined as variables in the top
level .gitlab-ci.yml. Move the tags to their own file so that more tags
can be added without cluttering the top-level .gitlab-ci.yml.

Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>
This commit is contained in:
Deborah Brouwer 2025-04-08 19:04:58 -07:00
parent f8141e48fb
commit 25db7bee14
2 changed files with 5 additions and 2 deletions

4
.ci/image-tags.yml Normal file
View file

@ -0,0 +1,4 @@
variables:
UBUNTU_HWC_IMAGE: "ubuntu/x86_64_hwc"
UBUNTU_HWC_TAG: "20250218_hwc"

View file

@ -7,8 +7,6 @@ variables:
DEBIAN_FRONTEND: noninteractive
CI_TEMPLATES_COMMIT: &ci-templates-commit ea3f77641d91765396beba192b8defd3085fa343
FDO_UPSTREAM_REPO: "drm-hwcomposer/drm-hwcomposer"
UBUNTU_HWC_IMAGE: "ubuntu/x86_64_hwc"
UBUNTU_HWC_TAG: "20250218_hwc"
include:
- project: 'freedesktop/ci-templates'
@ -16,6 +14,7 @@ include:
file:
- '/templates/ubuntu.yml'
- local: '.ci/container/.gitlab-ci.yml'
- local: '.ci/image-tags.yml'
stages:
- container