From 35215aee33f5c4b905c430a84e500208b49e1083 Mon Sep 17 00:00:00 2001 From: kfox1111 Date: Thu, 1 Feb 2024 09:28:20 -0800 Subject: [PATCH] Add missing upgrade test bypass (#231) * Add missing upgrade test bypass Signed-off-by: Kevin Fox * Too many iterations. Update comment. Signed-off-by: Kevin Fox --------- Signed-off-by: Kevin Fox --- .github/workflows/helm-chart-ci-ignore.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/helm-chart-ci-ignore.yaml b/.github/workflows/helm-chart-ci-ignore.yaml index b2aad51..2a098e3 100644 --- a/.github/workflows/helm-chart-ci-ignore.yaml +++ b/.github/workflows/helm-chart-ci-ignore.yaml @@ -73,3 +73,19 @@ jobs: steps: - run: 'echo "Skipping example-test"' + + upgrade-test: + runs-on: ubuntu-22.04 + + needs: + - build-matrix + + strategy: + matrix: + k8s: + - v1.28.0 + - v1.27.3 + - v1.26.6 + + steps: + - run: 'echo "Skipping upgrade-test"'