Skip to content

Commit 4ba4768

Browse files
committed
Disable container signature verification by default
1 parent 85cf440 commit 4ba4768

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/bin/scenario.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ 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+
# Container image signature verification should be disabled by default in the
30+
# main branch because not all the images are signed
31+
IMAGE_SIGSTORE_ENABLED=false # may be overridden in scenario file
3032
VNC_CONSOLE=${VNC_CONSOLE:-false} # may be overridden in global settings file
3133
TEST_RANDOMIZATION="all" # may be overridden in scenario file
3234
TEST_EXECUTION_TIMEOUT="30m" # may be overriden in scenario file

0 commit comments

Comments
 (0)