-
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.64.0 #350
Comments
New tag v1.64.0 is created. 🟢 Workflow details✅ |
🟢 Workflow detailsNew commit [16d779](https://github.com/deckhouse/deckhouse-test-2/commit/16d779e5c155cf0730ccccac9631a81e32d6e3df) in branch **main**: ``` feat: add e2e tests for requirementsSigned-off-by: Evsyukov Denis [email protected]
|
/e2e/run/openstack v0.0.1 main |
1 similar comment
/e2e/run/openstack v0.0.1 main |
🔴 Workflow details (1 job failed)🔴 |
/e2e/run/openstack main main |
🔴 E2e for openstack Standard;containerd;1.27 was failed. Use:
Workflow details (1 job failed)🔴 |
/e2e/run/openstack main main |
⚪ Workflow details |
/e2e/run/openstack main main |
🔴 E2e for openstack Standard;containerd;1.26 was failed. Use:
Workflow details (1 job failed)🔴 |
/e2e/abort openstack;Standard;containerd;1.26 10040069967 10040069967-1-con-1-26 /sys/deckhouse-oss/install:main-test-2 |
🟢 Workflow details🟢 |
/e2e/run/aws release-1.64 |
1 similar comment
/e2e/run/aws release-1.64 |
🟢 Workflow detailsAWS-WithoutNAT-Containerd-1.27 - Connection string: 🟢 |
/build/ce,ee release-1.64 |
🟢 Workflow details✅ |
/e2e/run/aws release-1.64 |
🟢 Workflow detailsAWS-WithoutNAT-Containerd-1.27 - Connection string: 🟢 |
/e2e/run/aws release-1.64 |
🟢 Workflow detailsAWS-WithoutNAT-Containerd-1.27 - Connection string: 🟢 |
/e2e/run/aws release-1.64 |
🟢 Workflow detailsAWS-WithoutNAT-Containerd-1.27 - Connection string: 🟢 |
/e2e/run/aws release-1.64 |
🔴 E2e for aws WithoutNAT;containerd;1.27 was failed. Use:
Workflow details (1 job failed)AWS-WithoutNAT-Containerd-1.27 - Connection string: 🔴 |
/e2e/abort aws;WithoutNAT;containerd;1.27 10922499955 10922499955-1-con-1-27 /sys/deckhouse-oss/install:release-1.64-test-2 [email protected] |
⚪ Workflow details |
/e2e/run/aws release-1.64 |
🟢 Workflow detailsAWS-WithoutNAT-Containerd-1.27 - Connection string: 🟢 |
/build release-1.64 |
🔴 Workflow details (1 job failed)✅ |
/build/ce release-1.64 |
🟢 Workflow details✅ |
/e2e/run/aws release-1.64 |
🔴 E2e for aws WithoutNAT;containerd;1.27 was failed. Use:
Workflow details (1 job failed)AWS-WithoutNAT-Containerd-1.27 - Connection string: 🔴 |
/e2e/run/aws release-1.64 |
🟢 Workflow detailsAWS-WithoutNAT-Containerd-1.27 - Connection string: 🟢 |
/e2e/run/aws release-1.64 |
⚪ Workflow details |
/e2e/run/aws release-1.64 |
🔴 Workflow details (1 job failed)🔴 |
/e2e/run/aws release-1.64 |
🟢 Workflow detailsAWS-WithoutNAT-Containerd-1.27 - Connection string: 🟢 |
/e2e/run/vcd main |
🟢 Workflow detailsVCD-Standard-Containerd-1.27 - Connection string: 🟢 |
New tag v1.64.0 is created. |
New tag v1.64.0 is created. 🟢 Workflow details✅ |
/e2e/abort yandex-cloud;WithoutNAT;containerd;1.27 11142233537 11142233537-1-con-1-27 /sys/deckhouse-oss/install:pr9942 [email protected] |
🔴 Workflow details (1 job failed)🔴 |
/e2e/abort yandex-cloud;WithoutNAT;containerd;1.27 11142233537 11142233537-1-con-1-27 /sys/deckhouse-oss/install:pr9942 [email protected] |
🔴 Workflow details (1 job failed)🔴 |
🤖 A dedicated issue to run tests and deploy release v1.64.0.
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 | vsphere | yandex-cloud
git_ref
is a tagv1.64.0 | test-v1.64.0*
or a branchmain | release-1.64
/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 | 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.25 | 1.26 | 1.27 | 1.28 | 1.29 | Automatic
/build git_ref
will run build for release related refs.git_ref
is a tagv1.64.0 | test-v1.64.0*
or a branchmain | release-1.64
Note 1:
A single command
/e2e/run/<provider>
will run e2e with default CRI 'containerd' and Kubernetes version '1.25'.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: