From 5808b7282f750c613862e2feeac40c7968f4c350 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Fri, 18 Oct 2024 16:38:45 +0200 Subject: [PATCH] replicaCount=2 everywhere --- .github/workflows/helm-enterprise.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index 6e0d7c275..f62f05332 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -115,12 +115,7 @@ jobs: - name: Check if we want additional helm customizations id: configurable-extra-values run: | - if [ "${{ matrix.values }}" = "values.yaml" -o "${{ matrix.values }}" = "pre-release_values.yaml" ]; then - echo "Enabling clustered tests via auto-scaling: 2 replicas max" - echo "Renditions tests will be skipped because particularly flaky on clustered runs" - - echo "helm_install_params=--values test/autoscaling-hpa-test-values.yaml" >> "$GITHUB_OUTPUT" - fi + echo "helm_install_params=--set alfresco-repository.replicaCount=2" >> "$GITHUB_OUTPUT" - name: Add dependency chart repos run: |