summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2024-03-25 14:29:31 +0100
committerLucas Stach <l.stach@pengutronix.de>2024-03-25 14:30:35 +0100
commit2c473ea7354d8a6cc19d745f8d74ed7a07bb4ef0 (patch)
tree73abd0eddd03698153e0e8e39f95af856aee9ea6
parent7cd28b970937200a63b2d53d36853e78b233988f (diff)
ci: bump distribution tag
Needed for 9405c6e80387 ("ci: teach codespell to accept my name") to to take effect. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/893>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cbd9954e6..105988528 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@
# with older commits using the same tag.
variables:
FDO_UPSTREAM_REPO: mesa/piglit
- FDO_DISTRIBUTION_TAG: "2022-12-08-where-is-the-mako"
+ FDO_DISTRIBUTION_TAG: "2024-03-25-codespell-ignorelist"
FDO_DISTRIBUTION_VERSION: bullseye-slim
WINDOWS_TAG: "2022-07-27-win2022"
WINDOWS_IMAGE: "$CI_REGISTRY_IMAGE/windows/x64_build:$WINDOWS_TAG"