Skip to content

Commit 2461933

Browse files
authored
Merge pull request #5477 from twz123/ostests-override-k0sctl-version
Allow to override k0sctl version in OS tests matrix
2 parents f4bb543 + 65532cc commit 2461933

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ostests-matrix.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
k0s-version:
99
type: string
1010
description: The k0s version to test. Will build k0s from source if empty.
11+
k0sctl-version:
12+
type: string
13+
description: The k0sctl version to use when bootstrapping test clusters.
1114
e2e-concurrency-level:
1215
type: number
1316
description: The number of tests that may be run concurrently.
@@ -81,6 +84,7 @@ jobs:
8184
uses: ./.github/workflows/ostests-e2e.yaml
8285
with:
8386
k0s-version: ${{ inputs.k0s-version }}
87+
k0sctl-version: ${{ inputs.k0sctl-version }}
8488
e2e-concurrency-level: ${{ fromJSON(inputs.e2e-concurrency-level) }} # infamous GH workflows bug that looses type information (actions/runner#2206)
8589
e2e-focus: ${{ inputs.e2e-focus }}
8690
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)