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 <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34689>
This commit is contained in:
Valentine Burley 2025-04-24 09:04:12 +02:00 committed by Marge Bot
parent bf4fa82af9
commit b758e49085

View file

@ -190,16 +190,13 @@ stages:
- deploy - deploy
include: include:
- project: 'freedesktop/ci-templates'
ref: 16bc29078de5e0a067ff84a1a199a3760d3b3811
file:
- '/templates/ci-fairy.yml'
- project: 'freedesktop/ci-templates' - project: 'freedesktop/ci-templates'
ref: *ci-templates-commit ref: *ci-templates-commit
file: file:
- '/templates/alpine.yml' - '/templates/alpine.yml'
- '/templates/debian.yml' - '/templates/debian.yml'
- '/templates/fedora.yml' - '/templates/fedora.yml'
- '/templates/ci-fairy.yml'
- local: '.gitlab-ci/image-tags.yml' - local: '.gitlab-ci/image-tags.yml'
- local: '.gitlab-ci/lava/lava-gitlab-ci.yml' - local: '.gitlab-ci/lava/lava-gitlab-ci.yml'
- local: '.gitlab-ci/container/gitlab-ci.yml' - local: '.gitlab-ci/container/gitlab-ci.yml'