Skip to content

Commit

Permalink
Attempt#0 at custom providers value
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi Vala <parthvi.vala@suse.com>
  • Loading branch information
valaparthvi committed Feb 4, 2025
1 parent 10b62e8 commit 35fc529
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/k8s-chart-upgrade-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,18 @@ on:
description: Tests to run
required: true
default: k8s_chart_support_upgrade_provisioning/k8s_chart_support_upgrade_import
providers:
description: Providers to the run the test on
required: true
type: string
default: '["eks", "gke", "aks"]'

jobs:
e2e-tests:
strategy:
fail-fast: false
matrix:
provider: [aks, eks, gke]
provider: ${{ fromJSON(inputs.providers) }}
uses: ./.github/workflows/main.yaml
secrets: inherit
with:
Expand Down

0 comments on commit 35fc529

Please sign in to comment.