Commit c8fa2f9a authored by Ash McKenzie's avatar Ash McKenzie

Merge branch 'pl-gitpod-speedup-be-tests' into 'master'

Speed up backend tests in Gitpod environment

See merge request gitlab-org/gitlab!68482
parents 74186f90 e43fc712
...@@ -66,6 +66,8 @@ tasks: ...@@ -66,6 +66,8 @@ tasks:
sleep 5 sleep 5
printf "$(date) – GitLab is up (took ~%.1f minutes)\n" "$((10*$SECONDS/60))e-1" | tee -a /workspace/startup.log 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 gp preview $(gp url 3000) || true
# Speed up backend tests
export GITLAB_TEST_EAGER_LOAD=false
) )
ports: ports:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment