Skip to content
Snippets Groups Projects
Commit f58b8ac5 authored by Kev's avatar Kev :dog:
Browse files

Enable FF_USE_FASTZIP in MR pipelines

This enables the FF_USE_FASTZIP runner feature flag to use the more
performant compression library 'fastzip' within the runner.

This is promising because we spend a significant amount of time waiting
on artifacts and caches to be (de-)compressed (and up-/downloaded). Any
improvement in performance here will compound across all jobs we run.
parent 9dd57d82
No related branches found
No related tags found
1 merge request!181869Enable FF_USE_FASTZIP in MR pipelines
......@@ -48,6 +48,7 @@ default:
ADD_SLOW_TEST_NOTE_TO_MERGE_REQUEST: "true"
FF_NETWORK_PER_BUILD: "true"
FF_TIMESTAMPS: "true"
FF_USE_FASTZIP: "true"
.if-merge-request-security-canonical-sync: &if-merge-request-security-canonical-sync
if: '$CI_MERGE_REQUEST_SOURCE_PROJECT_PATH == "gitlab-org/security/gitlab" && $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME == $CI_DEFAULT_BRANCH && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment