Skip to content

Commit ec10ef5

Browse files
authored
fix: disable all scanners in emailsender central comp test (#2495)
disable all scanners in emailsender central comp test
1 parent a8ee197 commit ec10ef5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ci/central_compatibility/run_compatibility_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ helm upgrade --install -n $CENTRAL_NS stackrox-central-services ./central-chart
8888
--set "central.adminPassword.values=$ADMIN_PW" \
8989
--set "central.image.tag=$ACS_VERSION" \
9090
--set "central.db.image.tag=$ACS_VERSION" \
91-
--set "scannerV4.db.image.tag=$ACS_VERSION"
91+
--set "scannerV4.disable=true" \
92+
--set "scanner.disable=true" # Disabling scanner to reduce resource usage, it is not important for this test
9293

9394
KUBECTL="$(which kubectl)"
9495
wait_for_container_to_become_ready "$CENTRAL_NS" "app=central" "central"

0 commit comments

Comments
 (0)