We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79dd76a commit 1f07245Copy full SHA for 1f07245
test/bin/scenario.sh
@@ -26,7 +26,7 @@ VM_BOOT_TIMEOUT=1200 # Overall total boot times are around 15m
26
VM_GREENBOOT_TIMEOUT=1800 # Greenboot readiness may take up to 15-30m depending on the load
27
SKIP_SOS=${SKIP_SOS:-false} # may be overridden in global settings file
28
SKIP_GREENBOOT=${SKIP_GREENBOOT:-false} # may be overridden in scenario file
29
-IMAGE_SIGSTORE_ENABLED=true # may be overridden in scenario file
+IMAGE_SIGSTORE_ENABLED=false # may be overridden in scenario file
30
VNC_CONSOLE=${VNC_CONSOLE:-false} # may be overridden in global settings file
31
TEST_RANDOMIZATION="all" # may be overridden in scenario file
32
TEST_EXECUTION_TIMEOUT="30m" # may be overriden in scenario file
0 commit comments