-
Notifications
You must be signed in to change notification settings - Fork 344
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
Implement backoff limit for jobs #1468
Implement backoff limit for jobs #1468
Conversation
Signed-off-by: Chase Kiefer <[email protected]>
Signed-off-by: Chase Kiefer <[email protected]>
Signed-off-by: Chase Kiefer <[email protected]>
Signed-off-by: Chase Kiefer <[email protected]>
Signed-off-by: Chase Kiefer <[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, but you might need to run make generate
, the build is failing with:
Formatting code...
pkg/cronjob/es_rollover.go
pkg/cronjob/spark_dependencies.go
Build failed: a model has been changed but the generated resources aren't up to date. Run 'make generate' and update your PR.
Signed-off-by: Chase Kiefer <[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, just need to figure out the CI failure
Codecov Report
@@ Coverage Diff @@
## master #1468 +/- ##
=======================================
Coverage 87.15% 87.16%
=======================================
Files 90 90
Lines 4983 4986 +3
=======================================
+ Hits 4343 4346 +3
Misses 484 484
Partials 156 156
Continue to review full report at Codecov.
|
It looks like it timed out on 02-check-ingress.yaml. Is there anything I can do to help resolve this? Maybe it was just a one-off issue with the e2e test. |
I'm re-running the jobs, but if this fails again, we'll go forward with the 1.23 release and sort this out later. |
Resolves #1424
Short description of the changes