• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

kubeflow / trainer / 32470894572
68%
master: 68%

Build:
Build:
LAST BUILD BRANCH: was-kep
DEFAULT BRANCH: master
Ran 23 Aug 2026 06:57PM UTC
Jobs 1
Files 43
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Aug 2026 10:03AM UTC coverage: 67.893% (-0.7%) from 68.543%
32470894572

Pull #3960

github

Abhishek86798
fix(controller): validate TrainJob updates against the runtime snapshot

ValidateObjects always fetched the live (Cluster)TrainingRuntime, so editing
or deleting a runtime could retroactively break validation for an existing
TrainJob. Resuming a suspended TrainJob whose runtime had changed, or whose
runtime had been deleted, was rejected by the webhook even though
reconciliation would have succeeded from the snapshot.

Resolve the runtime from the snapshot on update, falling back to the live
object when no snapshot exists, mirroring NewObjects. The existence check,
the deprecation-label warning and RunCustomValidationPlugins all read from
the resolved runtime.

Fixes #3923

Signed-off-by: Abhishek <abhikokadwar2@gmail.com>
Pull Request #3960: fix(controller): validate TrainJob updates against the runtime snapshot

0 of 47 new or added lines in 2 files covered. (0.0%)

3 existing lines in 1 file now uncovered.

2603 of 3834 relevant lines covered (67.89%)

0.79 hits per line

Uncovered Changes

Lines Coverage ∆ File
24
65.16
-5.09% pkg/runtime/core/trainingruntime.go
23
27.78
-7.94% pkg/runtime/core/clustertrainingruntime.go

Coverage Regressions

Lines Coverage ∆ File
3
74.07
-11.11% pkg/runtime/core/core.go
Jobs
ID Job ID Ran Files Coverage
1 32470894572.1 23 Aug 2026 06:57PM UTC 43
67.89
GitHub Action Run
Source Files on build 32470894572
  • Tree
  • List 43
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #3960
  • PR Base - master (#32447518121)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc