Closed mszadkow closed 3 months ago
cc @tenzen-y
cc @alculquicondor
@mszadkow: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test
message.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
pkg/controller.v1/common/job.go | 0 | 1 | 0.0% | ||
<!-- | Total: | 0 | 1 | 0.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
pkg/controller.v1/mpi/mpijob.go | 1 | 91.06% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 10600609425: | 0.06% |
Covered Lines: | 3950 |
Relevant Lines: | 12421 |
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: tenzen-y
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What this PR does / why we need it: To fix the bug related to the situation when the job was both suspended
and
runPolicy.ttlSecondsAfterFinished` was set. In such situation CleanupJob was returning an error and activate status of the replicas couldn't be removed.Which issue(s) this PR fixes (optional, in
Fixes #<issue number>, #<issue number>, ...
format, will close the issue(s) when PR gets merged): Fixes #2239Checklist: