ci: upgrade fromVersion for upgrade tests (#2145)

Co-authored-by: Adrian Stobbe <stobbe.adrian@gmail.com>
This commit is contained in:
Otto Bittner 2023-08-01 10:34:11 +02:00 committed by GitHub
parent 867f7490a2
commit 002c3a9a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -231,7 +231,7 @@ jobs:
fail-fast: false fail-fast: false
max-parallel: 1 max-parallel: 1
matrix: matrix:
fromVersion: ["v2.9.0"] fromVersion: ["v2.9.1"]
cloudProvider: ["gcp", "azure", "aws"] cloudProvider: ["gcp", "azure", "aws"]
name: Run upgrade tests name: Run upgrade tests
secrets: inherit secrets: inherit

View File

@ -248,7 +248,7 @@ jobs:
fail-fast: false fail-fast: false
max-parallel: 1 max-parallel: 1
matrix: matrix:
fromVersion: ["v2.9.0"] fromVersion: ["v2.9.1"]
cloudProvider: ["gcp", "azure", "aws"] cloudProvider: ["gcp", "azure", "aws"]
name: Run upgrade tests name: Run upgrade tests
secrets: inherit secrets: inherit

View File

@ -66,7 +66,7 @@ Releases should be performed using [the automated release pipeline](https://gith
3. Close the milestone for the release 3. Close the milestone for the release
4. Move open issues and PRs from closed milestone to next milestone 4. Move open issues and PRs from closed milestone to next milestone
3. If the release is a minor version release, bump the pre-release version in the `version.txt` file. 3. If the release is a minor version release, bump the pre-release version in the `version.txt` file.
4. Update the `fromVersion` in `e2e-test-release.yml` and `e2e-test-weekly.yaml` to the newly released version. To check the current values, run: `grep "fromVersion: \[.*\]" -R .github`.
## Pipeline cleanup ## Pipeline cleanup