From 5e9e3de1a146434cca8e51bab4a66784e98cf6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= <66256922+daniel-weisse@users.noreply.github.com> Date: Fri, 17 Nov 2023 10:34:35 +0100 Subject: [PATCH] ci: start v2.14-pre window (#2610) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- .github/actions/e2e_verify/action.yml | 5 ----- .github/workflows/e2e-test-release.yml | 2 +- .github/workflows/e2e-test-weekly.yml | 2 +- version.txt | 2 +- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/actions/e2e_verify/action.yml b/.github/actions/e2e_verify/action.yml index 4085174d40..371d2932f0 100644 --- a/.github/actions/e2e_verify/action.yml +++ b/.github/actions/e2e_verify/action.yml @@ -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}" diff --git a/.github/workflows/e2e-test-release.yml b/.github/workflows/e2e-test-release.yml index 136d647586..681a340d2b 100644 --- a/.github/workflows/e2e-test-release.yml +++ b/.github/workflows/e2e-test-release.yml @@ -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 diff --git a/.github/workflows/e2e-test-weekly.yml b/.github/workflows/e2e-test-weekly.yml index 773ed3e760..02661cfc42 100644 --- a/.github/workflows/e2e-test-weekly.yml +++ b/.github/workflows/e2e-test-weekly.yml @@ -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 diff --git a/version.txt b/version.txt index 5ec5d1ec30..2432e3ae1f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v2.13.0-pre +v2.14.0-pre