From 0b47ac364d5602cd345a7175bfa9bca54b39543e Mon Sep 17 00:00:00 2001 From: Dave Long <dave@longwaveconsulting.com> Date: Tue, 6 May 2025 22:44:09 +0100 Subject: [PATCH] Issue #3521894 by catch, webflo: Use FF_USE_FASTZIP to speed up composer/yarn cache network transfers --- .gitlab-ci.yml | 3 ++- .gitlab-ci/pipeline.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f2f29a15d35..c2a64c8baa87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# cspell:ignore codequality Micheh micheh webide testdox updatedb stylelintrc +# cspell:ignore codequality Micheh micheh webide testdox updatedb stylelintrc fastzip ################ # Drupal GitLabCI template. @@ -56,6 +56,7 @@ workflow: ################ variables: + FF_USE_FASTZIP: 1 _CONFIG_DOCKERHUB_ROOT: "registry.gitlab.com/drupal-infrastructure/drupalci/drupalci-environments" CACHE_TARGET: "${CI_MERGE_REQUEST_TARGET_BRANCH_NAME}${CI_COMMIT_BRANCH}" CORE_GITLAB_PROJECT_ID: 59858 diff --git a/.gitlab-ci/pipeline.yml b/.gitlab-ci/pipeline.yml index 72d97bcbe888..d8324045c806 100644 --- a/.gitlab-ci/pipeline.yml +++ b/.gitlab-ci/pipeline.yml @@ -1,4 +1,4 @@ -# cspell:ignore drupaltestbot drupaltestbotpw Dwebdriver logfile XVFB +# cspell:ignore drupaltestbot drupaltestbotpw Dwebdriver logfile XVFB fastzip stages: - 🗜️ Test @@ -58,6 +58,7 @@ default: variables: FF_NETWORK_PER_BUILD: 1 + FF_USE_FASTZIP: 1 SIMPLETEST_BASE_URL: http://localhost/subdirectory DB_DRIVER: mysql MYSQL_ROOT_PASSWORD: root -- GitLab