mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-09 15:24:58 -05:00
fix upgrade test by only setting nodeGroup for >v2.9 (#2176)
This commit is contained in:
parent
cc10613252
commit
9dcad0ed16
2 changed files with 7 additions and 1 deletions
3
.github/actions/e2e_test/action.yml
vendored
3
.github/actions/e2e_test/action.yml
vendored
|
|
@ -74,7 +74,7 @@ inputs:
|
|||
fetchMeasurements:
|
||||
default: "false"
|
||||
description: "Update measurements via the 'constellation config fetch-measurements' command."
|
||||
|
||||
|
||||
outputs:
|
||||
kubeconfig:
|
||||
description: "The kubeconfig for the cluster."
|
||||
|
|
@ -240,6 +240,7 @@ runs:
|
|||
existingConfig: ${{ steps.constellation-iam-create.outputs.existingConfig }}
|
||||
artifactNameSuffix: ${{ steps.create-prefix.outputs.prefix }}
|
||||
fetchMeasurements: ${{ inputs.fetchMeasurements }}
|
||||
cliVersion: ${{ inputs.cliVersion }}
|
||||
|
||||
#
|
||||
# Test payloads
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue