mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-06 05:54:28 -04:00
ci: start v2.14-pre window (#2610)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
a88a731576
commit
5e9e3de1a1
4 changed files with 3 additions and 8 deletions
5
.github/actions/e2e_verify/action.yml
vendored
5
.github/actions/e2e_verify/action.yml
vendored
|
@ -90,11 +90,6 @@ runs:
|
||||||
COSIGN_PASSWORD: ${{ inputs.cosignPassword }}
|
COSIGN_PASSWORD: ${{ inputs.cosignPassword }}
|
||||||
COSIGN_PRIVATE_KEY: ${{ inputs.cosignPrivateKey }}
|
COSIGN_PRIVATE_KEY: ${{ inputs.cosignPrivateKey }}
|
||||||
run: |
|
run: |
|
||||||
if constellation version | head -n 1 | grep "v2.12.0" > /dev/null
|
|
||||||
then
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
for file in $(ls snp-report-*.json); do
|
for file in $(ls snp-report-*.json); do
|
||||||
path=$(realpath "${file}")
|
path=$(realpath "${file}")
|
||||||
cat "${path}"
|
cat "${path}"
|
||||||
|
|
2
.github/workflows/e2e-test-release.yml
vendored
2
.github/workflows/e2e-test-release.yml
vendored
|
@ -262,7 +262,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
fromVersion: ["v2.12.0"]
|
fromVersion: ["v2.13.0"]
|
||||||
cloudProvider: ["gcp", "azure", "aws"]
|
cloudProvider: ["gcp", "azure", "aws"]
|
||||||
name: Run upgrade tests
|
name: Run upgrade tests
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
2
.github/workflows/e2e-test-weekly.yml
vendored
2
.github/workflows/e2e-test-weekly.yml
vendored
|
@ -297,7 +297,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
fromVersion: ["v2.12.0"]
|
fromVersion: ["v2.13.0"]
|
||||||
cloudProvider: ["gcp", "azure", "aws"]
|
cloudProvider: ["gcp", "azure", "aws"]
|
||||||
name: Run upgrade tests
|
name: Run upgrade tests
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v2.13.0-pre
|
v2.14.0-pre
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue