linux-system-roles / kernel_settings

Role to use to set kernel tuning parameters
https://linux-system-roles.github.io/kernel_settings/
Other
23 stars 22 forks source link

ci: Handle reboot for transactional update systems #215

Closed HVSharma12 closed 4 months ago

HVSharma12 commented 4 months ago

Enhancement: - Added a block to identify and handle reboots for transactional update systems on package changes. Update README. Remove ALP-Dolomite var as it is no longer used.

Reason: Ensure necessary reboots are managed, as changes on transactional update systems are applied in a separate snapshot and require a reboot to take effect.

Result: Manages system reboots for transactional update systems when a package is installed.

Issue Tracker Tickets (Jira or BZ if any):na

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.44%. Comparing base (1659d9b) to head (57cdcf7). Report is 19 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #215 +/- ## ========================================== + Coverage 72.66% 74.44% +1.77% ========================================== Files 1 1 Lines 450 450 ========================================== + Hits 327 335 +8 + Misses 123 115 -8 ``` | [Flag](https://app.codecov.io/gh/linux-system-roles/kernel_settings/pull/215/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles) | Coverage Δ | | |---|---|---| | [sanity](https://app.codecov.io/gh/linux-system-roles/kernel_settings/pull/215/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles) | `?` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=linux-system-roles#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

richm commented 4 months ago

[citest]