From 95f5631b87e5134bc5e6f92b45c6c0c38906d5ee Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Wed, 2 Oct 2024 17:43:35 +0200 Subject: [PATCH] revert skip test renditions --- .github/workflows/helm-enterprise.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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