Skip to content

[14.6] Fix cache key for QA gems for Debian buster

Markus Koller requested to merge fix-qa-tests-14.8 into 14-6-stable-ee

Picked from !80654 (merged) for %14.7

What does this MR do and why?

In !80362 (merged) we bumped the CI images from Debian buster to bullseye. We bumped the cache key for everything but the QA gems, which appear to be cached in the setup-test-env.

Since Debian bullseye uses libc 2.29 but buster uses 2.28, this led to errors in the 14-6-stable-ee branch running C extensions compiled against the former (https://gitlab.com/gitlab-org/security/gitlab/-/jobs/2110775809).

To avoid this problem in the short-term, bump the cache key in 14-7-stable-ee while we also update the cache key in master(!80656 (merged)).

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Markus Koller

Merge request reports

Loading