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:
authorSami Hiltunen <shiltunen@gitlab.com>2023-05-15 21:05:21 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2023-05-23 20:40:50 +0300
commit1934df1431e51b55cfcffeed8b59c2e3b43eb040 (patch)
treee24a9c09e7dccd4bd372b3a3708c247c483565b4
parent563e97c0feacb67ad64a6ecbdc1d33e1e295388b (diff)
Add CI jobs for testing with write-ahead logging
This commit adds the write-ahead log test targets to our CI jobs so they get tested as well.
-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..bc94520db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -213,7 +213,7 @@ test:
# using bundled Git binaries.
- GO_VERSION: [ "1.18", "1.19" ]
TEST_TARGET: test
- - TEST_TARGET: [ test-with-praefect, race-go ]
+ - TEST_TARGET: [ test-with-praefect, race-go, test-wal, test-with-praefect-wal]
# We also verify that things work as expected with a non-bundled Git
# version matching our minimum required Git version.
- TEST_TARGET: test