-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v1.52.8 #309
Comments
New tag v1.52.8 is created. 🔴 Workflow details (4 jobs failed)✅ |
New commit 3cd756 in branch main:
|
New tag v1.52.8 is created. 🟢 Workflow details✅ |
⚪ Workflow detailsNew commit [163bc9](https://github.com/deckhouse/deckhouse-test-1/commit/163bc9c29f39f22788c78ac138c84285556ed3e6) in branch **main**: ``` DebugSigned-off-by: Artem Kladov [email protected]
|
🔴 Workflow details (3 jobs failed)New tag **v1.52.8** is created.🔴 Workflow details (4 jobs failed)✅ |
New commit 045463 in branch main:
⚪ Workflow details▫️ |
New tag v1.52.8 is created. 🔴 Workflow details (2 jobs failed)✅ |
New commit 1573c1 in branch main:
⚪ Workflow details▫️ |
New tag v1.52.8 is created. 🟢 Workflow details✅ |
🤖 A dedicated issue to run tests and deploy release v1.52.8.
Release issue commands and options
You can trigger release related actions by commenting on this issue:
/deploy/<channel>[/<editions>]
will publish built images into the release channel.channel
is one ofalpha | beta | early-access | stable | rock-solid
editions
is a comma-separated list of editionsce | ee | fe | be | se
/suspend/<channel>
will suspend released version.channel
is one ofalpha | beta | early-access | stable | rock-solid
/e2e/run/<provider> git_ref
will run e2e using provider and aninstall
image built from git_ref.provider
is one ofaws | azure | eks | gcp | openstack | static | vclouddirector | vsphere | yandex-cloud
git_ref
is a tagv1.52.8 | test-v1.52.8*
or a branchmain | release-1.52
/e2e/run/<provider> git_ref_1 git_ref_2
will run e2e using provider and git_ref_1 and then switch to git_ref_2.provider
is one ofaws | azure | eks | gcp | openstack | static | vclouddirector | vsphere | yandex-cloud
git_ref_1
is a release-* or main branchgit_ref_2
is a release-* or main branch/e2e/use/k8s/<version>
specifies which Kubernetes version to use for e2e test.version
is one of1.26 | 1.27 | 1.28 | 1.29 | 1.30 | Automatic
/build git_ref
will run build for release related refs.git_ref
is a tagv1.52.8 | test-v1.52.8*
or a branchmain | release-1.52
Note 1:
A single command
/e2e/run/<provider>
will run e2e with default CRI 'containerd' and Kubernetes version '1.27'.Put
/e2e/use
options below/e2e/run
command to set specific CRI and Kubernetes version. E.g.:Note 2:
'deploy', 'suspend' and 'e2e' commands should run after 'build FE' job is finished.
Note 3:
No autobuild for release branch. Run this command after cherry-picking into release branch:
The text was updated successfully, but these errors were encountered: