ci: start v2.14-pre window (#2610)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-11-17 10:34:35 +01:00 committed by GitHub
parent a88a731576
commit 5e9e3de1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 8 deletions

View File

@ -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}"

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
v2.13.0-pre
v2.14.0-pre