Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Chandler <wchandler@gitlab.com>2022-07-20 18:21:51 +0300
committerWill Chandler <wchandler@gitlab.com>2022-07-20 18:21:51 +0300
commitf8e688fbf64938cf8563f765c040af39f33e0790 (patch)
treed2a0dd25b7567ca7b538ee3031bcde29fa912ce9
parenta3fe784ea748c52c280c5c9a5a47990c7a6ad95a (diff)
parenteb8326d7e73e3b9f5eaefb237f12b86f6cad91ad (diff)
Merge branch 'pks-ci-caching-use-fastzip' into 'master'
ci: Enable use of fastzip to speed up cache handling See merge request gitlab-org/gitaly!4729
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d48ff0a7a..fd28fb2a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,8 @@ default:
- gitlab-org
variables:
+ FF_USE_FASTZIP: "true"
+ FF_NETWORK_PER_BUILD: "true"
SAST_DISABLE_DIND: "true"
SAST_DEFAULT_ANALYZERS: "gosec"
DEBIAN_VERSION: "bullseye"
@@ -234,7 +236,6 @@ test:pgbouncer:
PGPORT_PGBOUNCER: 6432
# We need to enable per-build networking such that the PgBouncer service
# can reach Postgres.
- FF_NETWORK_PER_BUILD: "true"
TEST_TARGET: "test-with-praefect"
test:nightly: