-
Notifications
You must be signed in to change notification settings - Fork 147
[update] Possibility to activate kpatch during update. #3377
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
base: main
Are you sure you want to change the base?
Conversation
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/install_yamls#1098 is needed. |
|
This PR is stale because it has been for over 15 days with no activity. |
a595969 to
9f36cdb
Compare
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/install_yamls#1098 is needed. |
|
This PR is stale because it has been for over 15 days with no activity. |
|
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
9f36cdb to
7012517
Compare
|
This change depends on a change that failed to merge. Change openstack-k8s-operators/install_yamls#1098 is needed. |
|
Validation: Code Working as Expected. Given this - job:
name: periodic-podified-multinode-update-rhel9-osp18-crc-kpatch
parent: periodic-podified-multinode-update-rhel9-osp18-crc
vars:
cifmw_update_openstack_update_kpatch: truewhere we set In this test job main output job-output.txt.gz We can see: 2026-02-03 14:08:49.967765 | controller | TASK [install_yamls_makes : Debug make_openstack_update_run_params var=make_openstack_update_run_params] ***
2026-02-03 14:08:49.967770 | controller | Tuesday 03 February 2026 14:08:49 +0000 (0:00:00.068) 0:03:18.979 ******
2026-02-03 14:08:49.967775 | controller | Tuesday 03 February 2026 14:08:49 +0000 (0:00:00.068) 0:03:18.978 ******
2026-02-03 14:08:50.032575 | controller | ok: [localhost] =>
2026-02-03 14:08:50.032604 | controller | make_openstack_update_run_params:
2026-02-03 14:08:50.032611 | controller | KPATCH_UPDATE: true
2026-02-03 14:08:50.032617 | controller | OPENSTACK_VERSION: 0.0.2
2026-02-03 14:08:50.032622 | controller | TIMEOUT: 600s
2026-02-03 14:08:50.032627 | controller |Then in this comment from the install_yaml PR we can see that |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: holser The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
By setting cifmw_update_openstack_update_kpatch to true, one can have the edmp kpatch code turn on. Depends-On: openstack-k8s-operators/install_yamls#1098 Signed-off-by: Sofer Athlan-Guyot <sathlang@redhat.com>
7012517 to
c7c22cf
Compare
|
New changes are detected. LGTM label has been removed. |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2d3c59ff08d54d06a7562b771f4fa3ab ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 23m 10s |
By setting cifmw_update_openstack_update_kpatch to true, one can have
the edmp kpatch code turn on.
Depends-On: openstack-k8s-operators/install_yamls#1098