From b758e4908504396ddd24e99ba549686c00569605 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Thu, 24 Apr 2025 09:04:12 +0200 Subject: [PATCH] ci: Update ci-fairy to use shared ref from ci-templates The /templates/ci-fairy.yml include was pinned to an old revision of ci-templates that wasn't able to upload to S3 with s3cp following the infrastructure transition. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57cfdeead2e..520a20f23a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -190,16 +190,13 @@ stages: - deploy include: - - project: 'freedesktop/ci-templates' - ref: 16bc29078de5e0a067ff84a1a199a3760d3b3811 - file: - - '/templates/ci-fairy.yml' - project: 'freedesktop/ci-templates' ref: *ci-templates-commit file: - '/templates/alpine.yml' - '/templates/debian.yml' - '/templates/fedora.yml' + - '/templates/ci-fairy.yml' - local: '.gitlab-ci/image-tags.yml' - local: '.gitlab-ci/lava/lava-gitlab-ci.yml' - local: '.gitlab-ci/container/gitlab-ci.yml'