File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
scenarios-bootc/presubmits Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ scenario_remove_vms() {
1212}
1313
1414scenario_run_tests () {
15+ # The SYNC_FREQUENCY is set to 5s to speed up the presubmits completion time.
1516 run_tests host1 \
1617 --variable " EXPECTED_OS_VERSION:9.6" \
1718 --variable " SYNC_FREQUENCY:5s" \
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ scenario_remove_vms() {
1212}
1313
1414scenario_run_tests () {
15+ # The SYNC_FREQUENCY is set to 5s to speed up the presubmits completion time.
1516 run_tests host1 \
1617 --variable " EXPECTED_OS_VERSION:9.6" \
1718 --variable " SYNC_FREQUENCY:5s" \
Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ Disable CoreDNS Hosts And Verify ConfigMap Removed
7070*** Keywords ***
7171Get Hosts Config Custom
7272 [Documentation] Build hosts config with optional syncFrequency
73- ... Lower sync frequency to speed up tests if SYNC_FREQUENCY is set
73+ ... syncFrequency is configurable in order to speed up the ConfigMap synchronization time
74+ ... for the pods that mount it.
7475 IF "${SYNC_FREQUENCY } " != "${EMPTY } "
7576 ${config } = Catenate SEPARATOR=\n
7677 ... ---
You can’t perform that action at this time.
0 commit comments