Skip to content

Commit

Permalink
Merge pull request #5477 from twz123/ostests-override-k0sctl-version
Browse files Browse the repository at this point in the history
Allow to override k0sctl version in OS tests matrix
  • Loading branch information
twz123 authored Feb 11, 2025
2 parents f4bb543 + 65532cc commit 2461933
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ostests-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
k0s-version:
type: string
description: The k0s version to test. Will build k0s from source if empty.
k0sctl-version:
type: string
description: The k0sctl version to use when bootstrapping test clusters.
e2e-concurrency-level:
type: number
description: The number of tests that may be run concurrently.
Expand Down Expand Up @@ -81,6 +84,7 @@ jobs:
uses: ./.github/workflows/ostests-e2e.yaml
with:
k0s-version: ${{ inputs.k0s-version }}
k0sctl-version: ${{ inputs.k0sctl-version }}
e2e-concurrency-level: ${{ fromJSON(inputs.e2e-concurrency-level) }} # infamous GH workflows bug that looses type information (actions/runner#2206)
e2e-focus: ${{ inputs.e2e-focus }}
os: ${{ matrix.os }}
Expand Down

0 comments on commit 2461933

Please sign in to comment.