From c3957860b88f28e48816a48c87b9826548a059f8 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Sat, 27 Sep 2025 10:48:12 +0200 Subject: [PATCH] ci-tron: bump job template commit to get cached job templates This also includes support for the new job cookie system, verifying that jobs running originate from the claimed source. This is useful internally but won't affect users, unlike the feature in the title :) Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17784cf9005..bd416a6687a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -131,7 +131,7 @@ variables: CI_EXCLUDE_ENV_VAR_REGEX: 'SCRIPTS_DIR|RESULTS_DIR' CI_TRON_JOB_TEMPLATE_PROJECT: &ci-tron-template-project gfx-ci/ci-tron - CI_TRON_JOB_TEMPLATE_COMMIT: &ci-tron-template-commit 5178f958fc3c3405745ea612a9df8941a32b01b0 + CI_TRON_JOB_TEMPLATE_COMMIT: &ci-tron-template-commit d649a2829517b078a3cb8f3c2e6c8775a5992abb CI_TRON_JOB_TEMPLATE_PROJECT_URL: "https://gitlab.freedesktop.org/$CI_TRON_JOB_TEMPLATE_PROJECT"