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:
authorWill Chandler <wchandler@gitlab.com>2024-01-11 19:36:32 +0300
committerWill Chandler <wchandler@gitlab.com>2024-01-22 17:21:17 +0300
commit41d2c45b64120f025404c71ca966f1930787d4ce (patch)
treec88e0a2c82b7f896f216577319d8cb0db3af747a
parent59af1f680333ab8240cfe0f51b0ac408818b2e95 (diff)
ci: Install Python3 for FIPS jobs
The ubi image used for FIPS testing does not have Python3 installed by default. Install it as part of the `before_script` steps.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b4935523..4b7b47489 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -319,6 +319,7 @@ test:fips:
CACHE_PREFIX: ubi-${UBI_VERSION}
before_script:
- *test_before_script
+ - dnf install -y python3
- test "$(cat /proc/sys/crypto/fips_enabled)" = "1" || (echo "System is not running in FIPS mode" && exit 1)
parallel:
matrix: