Add missing upgrade test bypass (#231)

* Add missing upgrade test bypass

Signed-off-by: Kevin Fox <[email protected]>

* Too many iterations. Update comment.

Signed-off-by: Kevin Fox <[email protected]>

---------

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2024-02-01 09:28:20 -08:00
committed by GitHub
parent c1783f639c
commit 35215aee33
@@ -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"'