You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recent PR [1] enabled metamorphic runs of FIPS
for all roachtest nightlies. The default uses
a low value (0.02) which can be overriden via
CI's FIPS_PROBABILITY; i.e., setting it to zero
disables metamorphic FIPS runs.
However, `FIPS_PROBABILITY` wasn't being injected
into the environment of the roachtest script. This
resulted in failure since roachtest refuses to run
without a FIPS binary. Currently, FIPS isn't supported
in ibm nightly, so this change fixes the env var
propagation and effectitvely disables FIPS.
[1] #139510
Epic: none
Release note: None
0 commit comments