-
Notifications
You must be signed in to change notification settings - Fork 210
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
Introduce --skip-checks in openqa-clone-job #5405
Introduce --skip-checks in openqa-clone-job #5405
Conversation
e51cd2b
to
caf1a51
Compare
9ba2bd4
to
9a6ef70
Compare
Introduces the --skip-checks parameter to avoid additional checks like maintenance update availability in openqa-clone-job.
Remove double newlines in the help message.
9a6ef70
to
a94e82a
Compare
I tidied the code. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5405 +/- ##
=======================================
Coverage 98.37% 98.37%
=======================================
Files 389 389
Lines 37568 37568
=======================================
Hits 36956 36956
Misses 612 612 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice addition!
commit 3d06b02 Merge: 637df04 a94e82a Author: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> AuthorDate: Wed Dec 20 19:23:59 2023 +0000 Commit: GitHub <[email protected]> CommitDate: Wed Dec 20 19:23:59 2023 +0000 Merge pull request os-autoinst#5405 from grisu48/i_like_to_live_dangerously Introduce --skip-checks in openqa-clone-job
Introduces the
--skip-checks
parameter to avoid additional checks like maintenance update availability inopenqa-clone-job
.