File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,9 @@ VM_BOOT_TIMEOUT=1200 # Overall total boot times are around 15m
26
26
VM_GREENBOOT_TIMEOUT=1800 # Greenboot readiness may take up to 15-30m depending on the load
27
27
SKIP_SOS=${SKIP_SOS:- false} # may be overridden in global settings file
28
28
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
30
32
VNC_CONSOLE=${VNC_CONSOLE:- false} # may be overridden in global settings file
31
33
TEST_RANDOMIZATION=" all" # may be overridden in scenario file
32
34
TEST_EXECUTION_TIMEOUT=" 30m" # may be overriden in scenario file
You can’t perform that action at this time.
0 commit comments