We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4bb543 + 65532cc commit 2461933Copy full SHA for 2461933
.github/workflows/ostests-matrix.yaml
@@ -8,6 +8,9 @@ on:
8
k0s-version:
9
type: string
10
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.
14
e2e-concurrency-level:
15
type: number
16
description: The number of tests that may be run concurrently.
@@ -81,6 +84,7 @@ jobs:
81
84
uses: ./.github/workflows/ostests-e2e.yaml
82
85
with:
83
86
k0s-version: ${{ inputs.k0s-version }}
87
+ k0sctl-version: ${{ inputs.k0sctl-version }}
88
e2e-concurrency-level: ${{ fromJSON(inputs.e2e-concurrency-level) }} # infamous GH workflows bug that looses type information (actions/runner#2206)
89
e2e-focus: ${{ inputs.e2e-focus }}
90
os: ${{ matrix.os }}
0 commit comments