Skip to content

Commit

Permalink
r1.medium for remove-app test
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Sep 28, 2023
1 parent 232127c commit 2f5fe0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2824,7 +2824,7 @@ jobs:
fail-fast: false
matrix:
cluster: [
{distribution: kind, version: v1.27}
{distribution: kind, version: v1.27, instance-type: r1.medium}
]
env:
APP_SLUG: remove-app
Expand All @@ -2842,6 +2842,7 @@ jobs:
cluster-name: automated-kots-${{ github.run_id }}-${{ matrix.cluster.distribution }}-${{ matrix.cluster.version }}
timeout-minutes: '120'
ttl: 2h
instance-type: ${{ matrix.cluster.instance-type }}
export-kubeconfig: true

- name: download kots binary
Expand Down

0 comments on commit 2f5fe0f

Please sign in to comment.