Skip to content

Commit 54ead95

Browse files
committed
USHIFT-6358: Add comment about SYNC_FREQUENCY
1 parent 952b0d1 commit 54ead95

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

test/scenarios-bootc/presubmits/[email protected]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ scenario_remove_vms() {
1212
}
1313

1414
scenario_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" \

test/scenarios/presubmits/[email protected]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ scenario_remove_vms() {
1212
}
1313

1414
scenario_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" \

test/suites/standard1/dns.robot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ Disable CoreDNS Hosts And Verify ConfigMap Removed
7070
*** Keywords ***
7171
Get 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
... ---

0 commit comments

Comments
 (0)