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>2022-07-08 18:10:00 +0300
committerToon Claes <toon@gitlab.com>2022-07-13 22:34:49 +0300
commit14323cba4d373d771697aeeebb4c83c758d1db1b (patch)
treef63af9bd47ca99439e34c83c88b6aa2172e86c02
parentfe9a8cc72b39581277232f015b3eeda910e86955 (diff)
ci: Add job to run tests with sha256 hashes
We'll be gradually adding more tests that allow to run using sha256 object hashes, so this deserves also to be run in CI.
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 151cc3cff..0cb417f7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -256,6 +256,13 @@ test:praefect_smoke:
- ./_build/bin/praefect -config config.praefect.toml sql-ping
- ./_build/bin/praefect -config config.praefect.toml sql-migrate
+test:sha256:
+ <<: *test_definition
+ parallel:
+ matrix:
+ - TEST_TARGET: [ test, test-with-praefect ]
+ GITALY_TESTING_ENABLE_SHA256: "YesPlease"
+
test:fips:
<<: *test_definition
tags: