From 97700f1654550678e9adeadbbfabd5a4e8b92b54 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 22 Oct 2025 20:06:27 +0200 Subject: [PATCH] feat(ci): add codebuild tags to GitLab CI configuration Enhance the GitLab CI configuration by adding tags for codebuild. This includes a unique identifier that incorporates the project ID, pipeline IID, and job name to improve build tracking and organization. --- Defaults.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Defaults.gitlab-ci.yml b/Defaults.gitlab-ci.yml index aa75049..ad59310 100644 --- a/Defaults.gitlab-ci.yml +++ b/Defaults.gitlab-ci.yml @@ -7,3 +7,5 @@ default: - "stuck_or_timeout_failure" - "scheduler_failure" - "job_execution_timeout" + tags: + - codebuild-Gitlab-$CI_PROJECT_ID-$CI_PIPELINE_IID-$CI_JOB_NAME -- 2.52.0