mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -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
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_PRIVATE_KEY: ${{ inputs.cosignPrivateKey }}
|
||||
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
|
||||
path=$(realpath "${file}")
|
||||
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
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
fromVersion: ["v2.12.0"]
|
||||
fromVersion: ["v2.13.0"]
|
||||
cloudProvider: ["gcp", "azure", "aws"]
|
||||
name: Run upgrade tests
|
||||
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
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
fromVersion: ["v2.12.0"]
|
||||
fromVersion: ["v2.13.0"]
|
||||
cloudProvider: ["gcp", "azure", "aws"]
|
||||
name: Run upgrade tests
|
||||
secrets: inherit
|
||||
|
@ -1 +1 @@
|
||||
v2.13.0-pre
|
||||
v2.14.0-pre
|
||||
|
Loading…
Reference in New Issue
Block a user