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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-24 09:52:32 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-24 09:52:32 +0300
commit013c9d3acb909ba2981b7525026ec12d605634ff (patch)
tree295eed38569b2f3538f13b3864c47042e08402c7 /.gitlab-ci.yml
parent4c394e14f04725bd7973daa7f2efad1b39755225 (diff)
parent84d1b9e9d95f884c66c53e962755eea351793e1a (diff)
Merge branch 'pks-avoid-test-boot-timeouts' into 'master'
tools/test-boot: Refactorings and fix for flaky test boots in CI See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5799 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Toon Claes <toon@gitlab.com> Approved-by: Justin Tobler <jtobler@gitlab.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 09489ea3d..c9c1eac7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -175,7 +175,7 @@ build:
# for our "test" targets, which also run unprivileged.
- install --directory --owner=${TEST_UID} --group=${TEST_UID} _build
- setpriv --reuid=${TEST_UID} --regid=${TEST_UID} --clear-groups --no-new-privs make build $(test "${GIT_VERSION}" = default && echo build-bundled-git || echo build-git)
- - go run ./tools/test-boot ${TEST_BOOT_ARGS} .
+ - go run ./tools/test-boot ${TEST_BOOT_ARGS}
parallel:
matrix:
- GO_VERSION: [ "1.18", "1.19" ]