Skip to content

Commit

Permalink
ci: start v2.14-pre window (#2610)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse authored Nov 17, 2023
1 parent a88a731 commit 5e9e3de
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/actions/e2e_verify/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.13.0-pre
v2.14.0-pre

0 comments on commit 5e9e3de

Please sign in to comment.