diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index 8db5d5c73..6f3b51972 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -111,6 +111,10 @@ jobs: - name: Check if we want additional helm customizations id: configurable-extra-values run: | + if [ "${{ matrix.values }}" = "values.yaml" ]; then + echo "Enabling clustered tests" + echo "helm_install_params=--set alfresco-repository.autoscaling.enabled=true --set dtas.additionalArgs[0]='-k not test_renditions'" >> "$GITHUB_OUTPUT" + fi if [ "${{ matrix.values }}" = "7.0.N_values.yaml" ]; then echo "Skipping renditions tests on ACS 7.0.N" echo "helm_install_params=--set dtas.additionalArgs[0]='-k not test_renditions'" >> "$GITHUB_OUTPUT" diff --git a/test/enterprise-integration-test-values.yaml b/test/enterprise-integration-test-values.yaml index 1a48f721e..9718c6cea 100644 --- a/test/enterprise-integration-test-values.yaml +++ b/test/enterprise-integration-test-values.yaml @@ -1,7 +1,5 @@ --- alfresco-repository: - autoscaling: - enabled: true resources: requests: cpu: "0.5" @@ -129,7 +127,7 @@ postgresql: primary: resources: requests: - cpu: "0.01" + cpu: "0.25" memory: "512Mi" limits: cpu: "2"