Skip to content

Introduce cache policies for CI jobs

Nick Thomas requested to merge (removed):33772-readonly-gitlab-ci-cache into master

What does this MR do?

Allows jobs to ask for cache uploads or downloads to be skipped, independently of each other. This allows jobs that don't rely on the cache to just perform uploads, or jobs that don't change the cache to just perform downloads.

Are there points in the code the reviewer needs to double check?

GitLab Runner support in https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/621

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #33772 (closed)

Edited by Nick Thomas

Merge request reports