-
Notifications
You must be signed in to change notification settings - Fork 106
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
ci: This PR is to trigger periodic CI testing #647
Conversation
[citest] |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #647 +/- ##
===========================================
+ Coverage 20.50% 43.28% +22.78%
===========================================
Files 10 13 +3
Lines 1478 3068 +1590
Branches 433 394 -39
===========================================
+ Hits 303 1328 +1025
- Misses 1174 1740 +566
+ Partials 1 0 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
[citest] |
1 similar comment
[citest] |
7fda7c7
to
dc4ccc6
Compare
[citest] |
Feature: Allow running and testing the role with ostree managed nodes. Reason: We have users who want to use the role to manage ostree systems. Result: Users can use the role to manage ostree managed nodes. NOTE: The .ostree/packages-*.txt are generated by running the script https://github.com/linux-system-roles/auto-maintenance/blob/main/check-logs-for-packages.sh which is used with an integration test CI run with the https://github.com/linux-system-roles/auto-maintenance/blob/main/callback_plugins/dump_packages.py plugin. An example of such a CI run is linux-system-roles#647 Signed-off-by: Rich Megginson <[email protected]>
Feature: Allow running and testing the role with ostree managed nodes. Reason: We have users who want to use the role to manage ostree systems. Result: Users can use the role to manage ostree managed nodes. NOTE: The .ostree/packages-*.txt are generated by running the script https://github.com/linux-system-roles/auto-maintenance/blob/main/check-logs-for-packages.sh which is used with an integration test CI run with the https://github.com/linux-system-roles/auto-maintenance/blob/main/callback_plugins/dump_packages.py plugin. An example of such a CI run is linux-system-roles#647 Signed-off-by: Rich Megginson <[email protected]>
Feature: Allow running and testing the role with ostree managed nodes. Reason: We have users who want to use the role to manage ostree systems. Result: Users can use the role to manage ostree managed nodes. NOTE: The .ostree/packages-*.txt are generated by running the script https://github.com/linux-system-roles/auto-maintenance/blob/main/check-logs-for-packages.sh which is used with an integration test CI run with the https://github.com/linux-system-roles/auto-maintenance/blob/main/callback_plugins/dump_packages.py plugin. An example of such a CI run is linux-system-roles#647 Signed-off-by: Rich Megginson <[email protected]>
Feature: Allow running and testing the role with ostree managed nodes. Reason: We have users who want to use the role to manage ostree systems. Result: Users can use the role to manage ostree managed nodes. NOTE: The .ostree/packages-*.txt are generated by running the script https://github.com/linux-system-roles/auto-maintenance/blob/main/check-logs-for-packages.sh which is used with an integration test CI run with the https://github.com/linux-system-roles/auto-maintenance/blob/main/callback_plugins/dump_packages.py plugin. An example of such a CI run is linux-system-roles#647 Signed-off-by: Rich Megginson <[email protected]>
[citest] |
61d15cc
to
1baaa31
Compare
Feature: Allow running and testing the role with ostree managed nodes. Reason: We have users who want to use the role to manage ostree systems. Result: Users can use the role to manage ostree managed nodes. NOTE: The .ostree/packages-*.txt are generated by running the script https://github.com/linux-system-roles/auto-maintenance/blob/main/check-logs-for-packages.sh which is used with an integration test CI run with the https://github.com/linux-system-roles/auto-maintenance/blob/main/callback_plugins/dump_packages.py plugin. An example of such a CI run is linux-system-roles#647 Signed-off-by: Rich Megginson <[email protected]>
Feature: Allow running and testing the role with ostree managed nodes. Reason: We have users who want to use the role to manage ostree systems. Result: Users can use the role to manage ostree managed nodes. NOTE: The .ostree/packages-*.txt are generated by running the script https://github.com/linux-system-roles/auto-maintenance/blob/main/check-logs-for-packages.sh which is used with an integration test CI run with the https://github.com/linux-system-roles/auto-maintenance/blob/main/callback_plugins/dump_packages.py plugin. An example of such a CI run is #647 Signed-off-by: Rich Megginson <[email protected]>
[citest] |
1baaa31
to
927a3e2
Compare
[citest] |
927a3e2
to
1b4b236
Compare
[citest] |
1b4b236
to
e48490f
Compare
[citest] |
1 similar comment
[citest] |
3a5daa6
to
6bdc545
Compare
[citest] |
6bdc545
to
2dd2c4b
Compare
[citest] |
2dd2c4b
to
1879808
Compare
[citest] |
1879808
to
f1cf2a2
Compare
[citest] |
5621c20
to
8d487a6
Compare
[citest] |
1 similar comment
[citest] |
This PR is for the purpose of triggering periodic CI testing. We don't currently have a way to trigger CI without a PR, so this PR serves that purpose.