mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-26 07:59:37 -05:00
ci: upgrade fromVersion for upgrade tests (#2145)
Co-authored-by: Adrian Stobbe <stobbe.adrian@gmail.com>
This commit is contained in:
parent
867f7490a2
commit
002c3a9a32
2
.github/workflows/e2e-test-release.yml
vendored
2
.github/workflows/e2e-test-release.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/e2e-test-weekly.yml
vendored
2
.github/workflows/e2e-test-weekly.yml
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user