Skip to content

Commit 9b3c197

Browse files
Merge pull request #4445 from pmtk/4.18-disable-sigstore
[release-4.18] USHIFT-5294: Disable image sigstore verification until a solution for rebase is found
2 parents 79dd76a + 1f07245 commit 9b3c197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bin/scenario.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ VM_BOOT_TIMEOUT=1200 # Overall total boot times are around 15m
2626
VM_GREENBOOT_TIMEOUT=1800 # Greenboot readiness may take up to 15-30m depending on the load
2727
SKIP_SOS=${SKIP_SOS:-false} # may be overridden in global settings file
2828
SKIP_GREENBOOT=${SKIP_GREENBOOT:-false} # may be overridden in scenario file
29-
IMAGE_SIGSTORE_ENABLED=true # may be overridden in scenario file
29+
IMAGE_SIGSTORE_ENABLED=false # may be overridden in scenario file
3030
VNC_CONSOLE=${VNC_CONSOLE:-false} # may be overridden in global settings file
3131
TEST_RANDOMIZATION="all" # may be overridden in scenario file
3232
TEST_EXECUTION_TIMEOUT="30m" # may be overriden in scenario file

0 commit comments

Comments
 (0)