NO-JIRA: Make hardware requirements more readable#10500
NO-JIRA: Make hardware requirements more readable#10500zaneb wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
@zaneb: This pull request explicitly references no jira issue. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (2)
WalkthroughA Bash helper script was converted to strict mode and reworked to compute hardware validator requirements by applying conditional jq transforms to an external baseline JSON file. A new baseline hardware requirements JSON was added, and a unit test helper was updated to expect the new file in generated Ignition assets. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes 🚥 Pre-merge checks | ✅ 11 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (11 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.11.4)Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions Review rate limit: 9/10 reviews remaining, refill in 6 minutes. Comment |
|
/retest |
1 similar comment
|
/retest |
edb10c2 to
441a0ed
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
7f83aeb to
7674422
Compare
Store the hardware requirements in a separate JSON file, and process it using jq. Log the final value to stderr in human-readable form before writing the shell-encoded data to the environment file.
7674422 to
cc57758
Compare
|
@zaneb: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
/verified by @zaneb |
|
@zaneb: This PR has been marked as verified by DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
Store the hardware requirements in a separate JSON file, and process it using jq.
Log the final value to stderr in human-readable form before writing the shell-encoded data to the environment file.
Summary by CodeRabbit