-
Notifications
You must be signed in to change notification settings - Fork 26
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
Refactor monitoring workflow inputs #489
Refactor monitoring workflow inputs #489
Conversation
dc9d74a
to
4ab1f56
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #489 +/- ##
==========================================
+ Coverage 64.02% 70.92% +6.89%
==========================================
Files 4 13 +9
Lines 303 815 +512
==========================================
+ Hits 194 578 +384
- Misses 78 182 +104
- Partials 31 55 +24 ☔ View full report in Codecov by Sentry. |
4ab1f56
to
38115b4
Compare
80a1d48
to
72a5e00
Compare
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.
LGTM pending rebase
Signed-off-by: linus-sun <[email protected]>
The merge-base changed after approval.
72a5e00
to
3599a68
Compare
Summary
As part of the refactoring work outlined in this doc, this PR refactors the RunConsistencyCheck workflow to take in string/boolean values directly from parsed flag inputs instead of pointers. In doing so, this PR adds a function to check that CLI flags are set correctly and verifies as such in the reusable monitoring workflow.
This PR depends on #483; this is the relevant commit introducing the workflow input changes from pointer to static variable inputs.
Release Note
NONE
Documentation
N/A