Skip to content

Commit

Permalink
ci: fix roachtest-release-qualification
Browse files Browse the repository at this point in the history
Roachtest now expects `--metamorphic-fips-probability 1`, which
was previously `--fips`.

Epic: none

Release note: None
  • Loading branch information
srosenberg committed Jun 16, 2023
1 parent b6d0385 commit 9d0e94c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mkdir -p "$artifacts"

if [[ ${FIPS_ENABLED:-0} == 1 ]]; then
tarball_platform="linux-amd64-fips"
fips_flag="--fips"
fips_flag="--metamorphic-fips-probability 1"
else
tarball_platform="linux-amd64"
fips_flag=""
Expand Down

0 comments on commit 9d0e94c

Please sign in to comment.