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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-19 06:10:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-19 06:10:47 +0300
commitfca4c56c94bbba41a1cf8a963761b69173b4fd63 (patch)
tree33411e3852caeacfb3fb00396fc90b0c62964ed1 /.gitpod.yml
parent122ed7ce8c6fd1e433933b4d397d3f4ed4269c49 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index b47ede87c0a..6b77ee18e1e 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -66,6 +66,8 @@ tasks:
sleep 5
printf "$(date) – GitLab is up (took ~%.1f minutes)\n" "$((10*$SECONDS/60))e-1" | tee -a /workspace/startup.log
gp preview $(gp url 3000) || true
+ # Speed up backend tests
+ export GITLAB_TEST_EAGER_LOAD=false
)
ports: