Skip to content

Commit b4b5ff1

Browse files
authored
fix: disable the new features when running compatibility tests (#1156)
2 parents 7f00a57 + a8f761f commit b4b5ff1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

test/upgrade/setup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ helm install hub-agent charts/hub-agent/ \
7373
--set webhookClientConnectionType=service \
7474
--set forceDeleteWaitTime="1m0s" \
7575
--set clusterUnhealthyThreshold="3m0s" \
76-
--set logFileMaxSize=1000000
76+
--set logFileMaxSize=1000000 \
77+
--set resourceSnapshotCreationMinimumInterval=0m \
78+
--set resourceChangesCollectionDuration=0m
7779

7880
# Install the member agent and related components to the member clusters.
7981

test/upgrade/upgrade.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ if [ -n "$UPGRADE_HUB_SIDE" ]; then
6262
--set webhookClientConnectionType=service \
6363
--set forceDeleteWaitTime="1m0s" \
6464
--set clusterUnhealthyThreshold="3m0s" \
65-
--set logFileMaxSize=1000000
65+
--set logFileMaxSize=1000000 \
66+
--set resourceSnapshotCreationMinimumInterval=0m \
67+
--set resourceChangesCollectionDuration=0m
6668
fi
6769

6870
# Query the URL of the hub cluster API server.

0 commit comments

Comments
 (0)