From 8d629b0ac640651d3306f2f5b5428efddffe7014 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 12 Feb 2026 12:17:40 +0100 Subject: [PATCH] ci-tron: add job template for the x86_64 video test image Part-of: --- .gitlab-ci/ci-tron/gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci/ci-tron/gitlab-ci.yml b/.gitlab-ci/ci-tron/gitlab-ci.yml index 804a22fd82a..ec036680c10 100644 --- a/.gitlab-ci/ci-tron/gitlab-ci.yml +++ b/.gitlab-ci/ci-tron/gitlab-ci.yml @@ -109,6 +109,17 @@ - job: debian-build-x86_64 artifacts: false +.ci-tron-x86_64-test-video: + extends: + - .use-debian/x86_64_test-video + - .ci-tron-x86_64-test + needs: + - job: debian/x86_64_test-video + artifacts: false + optional: true + - job: debian-x86_64 + artifacts: false + .ci-tron-x86_64-test-gl: extends: - .use-debian/x86_64_test-gl