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:
authorToon Claes <toon@gitlab.com>2023-10-13 16:18:13 +0300
committerToon Claes <toon@gitlab.com>2023-10-13 16:18:13 +0300
commitda0e1ee67e706eb33e22aadc0a87f8b728342303 (patch)
tree9c6db295a23ab37732b1914a930d201374ec3173
parent8c09007d6a340364eda51476ab99a3d27c720713 (diff)
parent577ae8c8ea04d2d9465a12db3a08cc6c03edbe42 (diff)
Merge branch 'smh-test-wal-sha256' into 'master'
Test WAL with SHA256 in CI See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6468 Merged-by: Toon Claes <toon@gitlab.com> Approved-by: karthik nayak <knayak@gitlab.com> Co-authored-by: Sami Hiltunen <shiltunen@gitlab.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 98380b298..469929ace 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -301,7 +301,7 @@ test:sha256:
<<: *test_definition
parallel:
matrix:
- - TEST_TARGET: [ test, test-with-praefect ]
+ - TEST_TARGET: [ test, test-with-praefect, test-wal, test-with-praefect-wal ]
TEST_WITH_SHA256: "YesPlease"
test:fips: