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
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-18 12:04:56 +0300
commite2ea91705833e60c11600651a60be497e751c806 (patch)
treeb06259aa6e0dcd8a3c1cd8dbaebd0030c34b696e
parentac5e7f6f04a5e83594acdc4b19e625aff2d44ed1 (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 10d530d0c..d48ff0a7a 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: