-
Notifications
You must be signed in to change notification settings - Fork 369
Add --runs-per-job
, --max-run-fails-per-job
, and more to metadata
cmd
#2923
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
Conversation
Signed-off-by: Willy Lulciuc <[email protected]>
✅ Deploy Preview for peppy-sprite-186812 canceled.
|
Signed-off-by: Willy Lulciuc <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2923 +/- ##
============================================
- Coverage 82.21% 81.12% -1.10%
- Complexity 1504 1505 +1
============================================
Files 268 268
Lines 7253 7358 +105
Branches 324 330 +6
============================================
+ Hits 5963 5969 +6
- Misses 1129 1228 +99
Partials 161 161 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Willy Lulciuc <[email protected]>
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.
Looks good!
Signed-off-by: Willy Lulciuc <[email protected]>
Signed-off-by: Willy Lulciuc <[email protected]>
Signed-off-by: Willy Lulciuc <[email protected]>
Signed-off-by: Willy Lulciuc <[email protected]>
--run-duration
and --event-time
--runs-per-job
, --max-run-fails-per-job
, and more to metadata
cmd
Is there any way to get a job in running status so that we could look at those states. Maybe a flag could be added as, |
It also looks like you need to clean up a CI error on the web project. |
Signed-off-by: Willy Lulciuc <[email protected]>
|
Yes, to let the last run for remain in running state... |
Signed-off-by: Willy Lulciuc <[email protected]>
Signed-off-by: Willy Lulciuc <[email protected]>
Signed-off-by: Willy Lulciuc <[email protected]>
…a` cmd (MarquezProject#2923) * Add `--run-duration` and `--event-time` Signed-off-by: Willy Lulciuc <[email protected]> * Apply formatting Signed-off-by: Willy Lulciuc <[email protected]> * Add `--event-start-time` and `--event-end-time` Signed-off-by: Willy Lulciuc <[email protected]> * Add support for `X` runs + durations Signed-off-by: Willy Lulciuc <[email protected]> * Fix last `N` runs display Signed-off-by: Willy Lulciuc <[email protected]> * Sort events by event time Signed-off-by: Willy Lulciuc <[email protected]> * Use `--jobs` Signed-off-by: Willy Lulciuc <[email protected]> * Apply lint on web Signed-off-by: Willy Lulciuc <[email protected]> * Add `--runs-active` Signed-off-by: Willy Lulciuc <[email protected]> * Fix runs ordering for jobs Signed-off-by: Willy Lulciuc <[email protected]> --------- Signed-off-by: Willy Lulciuc <[email protected]>
This PR adds the following cmd line args to
cli.MetadataCommand
used to seed the Marquez backend for future functional testing:CLI Args
--jobs
--runs-per-job
--runs-active
--max-run-fails-per-job
--min-run-duration
--max-run-duration
--run-start-time
--run-end-time
Example
output: metadata.json
Bugs
This PR also fixes the following bugs:
N
runs for job in dashboard page; replaces randomized run durationsN
runs for job in dashboard page as ascendingrunStateColor()
for job display page