Skip to content

Commit

Permalink
exclude arm64 cluster for kots upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Jan 29, 2024
1 parent 3a5dddf commit fff8bf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2403,6 +2403,9 @@ jobs:
fail-fast: false
matrix:
cluster: ${{ fromJson(needs.cmx-versions.outputs.versions-to-test) }}
exclude:
- cluster:
instance_type: m7g.large # old kots versions do not support arm64
continue-on-error: ${{ matrix.cluster.stage != 'stable' }}
env:
APP_SLUG: postgres-to-rqlite
Expand Down

0 comments on commit fff8bf3

Please sign in to comment.