-
Notifications
You must be signed in to change notification settings - Fork 216
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
MGMT-12312: Adds node-boot log type #4529
MGMT-12312: Adds node-boot log type #4529
Conversation
Skipping CI for Draft Pull Request. |
this is WIP |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nmagnezi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
c0c4689
to
173962c
Compare
173962c
to
e47e8ca
Compare
/test ? |
@nmagnezi: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test edge-lint |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #4529 +/- ##
==========================================
+ Coverage 67.78% 69.82% +2.03%
==========================================
Files 202 202
Lines 30093 32179 +2086
==========================================
+ Hits 20398 22468 +2070
+ Misses 7888 7855 -33
- Partials 1807 1856 +49
|
e47e8ca
to
0e4cc03
Compare
/assign @carbonin |
/retest-required |
/hold |
0e4cc03
to
3b81197
Compare
/test edge-e2e-ai-operator-ztp |
@nmagnezi: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/unhold
Other PRs did succeed, so trying again. |
/test edge-e2e-ai-operator-ztp |
Looks like there's still quite a few questions in the enhancement. Maybe we need a more specific name since we're putting it in a user-facing event. @avishayt what do you think? |
Agree with @carbonin . node-boot-logs is better than host-boot-logs, maybe boot-from-disk-logs is more explicit? |
3b81197
to
1c63288
Compare
Per assisted-service/pull/4444[1] , add a new log type named: node-boot. This change updates both V2UploadLogs and V2DownloadClusterLogs to accept the new log type. In addition: 1. A new event was added: host_boot_logs_uploaded. 2. Defined download name: <cluster_name>_<host_role>_boot_<host_id>.tar.gz 3. Note that V2UploadLogs with log type node-boot will not update the host progress. [1] openshift#4444
1c63288
to
77d0d73
Compare
Excellent, thanks |
/lgtm |
Per assisted-service/pull/4444[1] , add a new log type named: node-boot. This change updates both V2UploadLogs and V2DownloadClusterLogs to accept the new log type. In addition: 1. A new event was added: host_boot_logs_uploaded. 2. Defined download name: <cluster_name>_<host_role>_boot_<host_id>.tar.gz 3. Note that V2UploadLogs with log type node-boot will not update the host progress. [1] openshift#4444
Per assisted-service/pull/4444[1] , add a new log type named: node-boot. This change updates both V2UploadLogs and V2DownloadClusterLogs to accept the new log type. In addition: 1. A new event was added: host_boot_logs_uploaded. 2. Defined download name: <cluster_name>_<host_role>_boot_<host_id>.tar.gz 3. Note that V2UploadLogs with log type node-boot will not update the host progress. [1] openshift#4444
Per #4444, add a new log type named:
node-boot
.This change updates both
V2UploadLogs
andV2DownloadClusterLogs
to accept the new log type.In addition:
host_boot_logs_uploaded
.<cluster_name>_<host_role>_boot_<host_id>.tar.gz
.V2UploadLogs
with log typenode-boot
will not update the host progress.List all the issues related to this PR
What environments does this code impact?
How was this code tested?
Checklist
docs
, README, etc)Reviewers Checklist