diff --git a/.github/workflows/helm-enterprise.yml b/.github/workflows/helm-enterprise.yml index 37e7f3f7e..ec709d057 100644 --- a/.github/workflows/helm-enterprise.yml +++ b/.github/workflows/helm-enterprise.yml @@ -116,8 +116,11 @@ jobs: 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, 10s stabilization window" - echo "helm_install_params=--values test/autoscaling-hpa-test-values.yaml" >> "$GITHUB_OUTPUT" + 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 \ + --set dtas.additionalArgs[0]='-k not test_renditions'" >> "$GITHUB_OUTPUT" fi - name: Add dependency chart repos