• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

opendatahub-io / trainer
55%
main: 54%

Build:
Build:
LAST BUILD BRANCH: stable
DEFAULT BRANCH: main
Repo Added 17 Aug 2025 05:33AM UTC
Token qj2Jr5ESoII6GdOZCkfzsTe4PjsYoKprU regen
Build 353 Last
Files 33
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

LAST BUILD ON BRANCH progress-fix
branch: progress-fix
CHANGE BRANCH
x
Reset
Sync Branches
  • progress-fix
  • 2.2-merge
  • 3.5.ea1
  • RHOAIENG-45704
  • RHOAIENG-67675-tls-profile-midstream
  • RHOAIENG-67971
  • add-cuda-rocm-torch29-runtimes
  • add-dockerfile-odh
  • add-mpi-ctr
  • add-network-policy
  • add-operator-chaos-workflows
  • appstudio-trainer-konflux-replicator-3.3.0-1767863892
  • appstudio-trainer-konflux-replicator-odh-3.2-1765547468
  • appstudio-trainer-konflux-replicator-odh-3.3-1767864365
  • appstudio-trainer-konflux-replicator-odh-3.4-ea.1-1770395471
  • bugfix/RHOAIENG-42316-stuck-finalizer-on-shutdown
  • bugfix/rhoaieng-48867-immutable-jobset
  • bump-images
  • ci-trainer-1773213672
  • ci-trainer-1774884064
  • ci-trainer-1776084078
  • cve-go-toolset-1.26
  • delete-branch
  • dependabot/cargo/pkg/data_cache/bytes-1.11.1
  • dependabot/cargo/pkg/data_cache/test/bytes-1.11.1
  • dependabot/cargo/pkg/data_cache/time-0.3.47
  • dependabot/go_modules/golang.org/x/crypto-0.45.0
  • dependabot/go_modules/golang.org/x/oauth2-0.27.0
  • dependabot/pip/cmd/runtimes/deepspeed/sentencepiece-0.2.1
  • dev
  • drs-workflow-add
  • early-gate-onboard-1780657064
  • feat/ai-scaffolding-tier2
  • fix-RencileProgression
  • fix-imagestream-tags
  • fix-lake-gate-shell-quoting
  • fix/go-toolchain-directive
  • fix/rhoaieng-59039-rhai-e2e
  • fix/rhoaieng-59039-rhai-e2e-v2
  • fix/rhoaieng-59039-rhai-e2e-v3
  • fix/tls-webhook-tlsopts
  • gate
  • image-build
  • image-update
  • lake-gate
  • lake-gate-20260720-085941
  • main
  • master
  • master-v2.0.1-rebased
  • mergify
  • mergify/dchourasia/I25fc60aa9fffe8ec537ffe304853a677f2caa44c
  • mergify/sutaakar/I92118096fd6a392352096d89f0e5aa6a24f9e7f9
  • midstream/fix-testing
  • odh-ci
  • odh_3.4
  • refs/tags/odh-3.2
  • refs/tags/odh-3.3
  • refs/tags/odh-3.4-ea.1
  • refs/tags/odh-3.4-ea.2
  • refs/tags/odh-3.4.0
  • refs/tags/odh-3.5-ea.1
  • refs/tags/odh-3.5.0-ea1-test
  • release-trainer-odh-3.4-ea.2-1772807242
  • release-trainer-odh-3.4-ea.2-1772807439
  • release-trainer-odh-3.4.0-1775134939
  • release-trainer-odh-3.5-ea1-1777912264
  • release-trainer-odh-3.5.0-ea1-1777907067
  • release-trainer-odh-3.5.0-ea1-test-1777964387
  • release/odh-3.2
  • release/odh-3.3
  • release/odh-3.4-ea.1
  • release/odh-3.4-ea.2
  • release/odh-3.4.0
  • release/odh-3.5.0-ea1
  • release/odh-3.5.0-ea1-test
  • remove-mpi-manifest
  • remove-trivy
  • revert-153-fix-RencileProgression
  • runtimes
  • security/sync-configs
  • stable
  • sutaakar-patch-1
  • test
  • uimage-ctr
  • universal-image-update-deps-for-3.4ga
  • update-image
  • update-params-env-odh-3.5.0-ea1-test
  • update-params-env-universal-3.4-sha
  • update_runtimes_for_3.5

13 Apr 2026 10:05AM UTC coverage: 55.21%. Remained the same
24337659451

Pull #148

github

sutaakar
Fix flaky failure e2e test: increase training duration for reliable polling

The failing-test-runtime training ran only 3 seconds (15 steps × 0.2s),
which was too short for the controller's 2s poll interval to capture
progress > 0 before the job crashed. Increased per-step sleep to 0.5s
(~8s total) so the controller has 3-4 poll cycles to capture progress.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #148: Fix flaky failure e2e test: increase training duration for reliable polling

1685 of 3052 relevant lines covered (55.21%)

0.65 hits per line

Relevant lines Covered
Build:
Build:
3052 RELEVANT LINES 1685 COVERED LINES
0.65 HITS PER LINE
Source Files on progress-fix
  • Tree
  • List 32
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24337659451 progress-fix Fix flaky failure e2e test: increase training duration for reliable polling The failing-test-runtime training ran only 3 seconds (15 steps × 0.2s), which was too short for the controller's 2s poll interval to capture progress > 0 before the job c... Pull #148 13 Apr 2026 10:09AM UTC sutaakar github
55.21
24257943696 progress-fix Fix progression e2e tests: dereference pointers and remove stale preStop tests BeNumerically matcher requires values, not pointers — dereference CurrentStep (*int) and CurrentEpoch (*float64) before assertion. Remove PreStop Hook Injection tests ... Pull #143 10 Apr 2026 06:32PM UTC sutaakar github
55.21
24249923351 progress-fix test: intentional failure to verify CI detection DO NOT MERGE — this commit deliberately breaks a test assertion to verify that the Konflux PR check properly detects and reports test failures. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Pull #143 10 Apr 2026 03:16PM UTC sutaakar github
55.21
24239934814 progress-fix Fix progression e2e tests: dereference pointers and remove stale preStop tests BeNumerically matcher requires values, not pointers — dereference CurrentStep (*int) and CurrentEpoch (*float64) before assertion. Remove PreStop Hook Injection tests ... Pull #143 10 Apr 2026 11:09AM UTC sutaakar github
55.21
24234505431 progress-fix Fix progression e2e tests: dereference pointers and remove stale preStop tests BeNumerically matcher requires values, not pointers — dereference CurrentStep (*int) and CurrentEpoch (*float64) before assertion. Remove PreStop Hook Injection tests ... Pull #143 10 Apr 2026 08:45AM UTC sutaakar github
55.21
24082207630 progress-fix Sanitize NaN/Infinity in metrics JSON before parsing Python's json.dumps() allows NaN and Infinity by default, but these are not valid JSON per the spec. When training metrics contain these values (e.g., grad_norm when loss=0, eval_loss with bf16... Pull #139 07 Apr 2026 12:53PM UTC sutaakar github
55.21
24080272906 progress-fix Sanitize NaN/Infinity in metrics JSON before parsing Python's json.dumps() allows NaN and Infinity by default, but these are not valid JSON per the spec. When training metrics contain these values (e.g., grad_norm when loss=0, eval_loss with bf16... Pull #139 07 Apr 2026 12:05PM UTC sutaakar github
55.2
24079986126 progress-fix Sanitize NaN/Infinity in metrics JSON before parsing Python's json.dumps() allows NaN and Infinity by default, but these are not valid JSON per the spec. When training metrics contain these values (e.g., grad_norm when loss=0, eval_loss with bf16... Pull #139 07 Apr 2026 11:58AM UTC sutaakar github
55.2
24070722781 progress-fix Sanitize NaN/Infinity in metrics JSON before parsing Python's json.dumps() allows NaN and Infinity by default, but these are not valid JSON per the spec. When training metrics contain these values (e.g., grad_norm when loss=0, eval_loss with bf16... Pull #139 07 Apr 2026 07:58AM UTC sutaakar github
55.06
24070355266 progress-fix Sanitize NaN/Infinity in metrics JSON before parsing Python's json.dumps() allows NaN and Infinity by default, but these are not valid JSON per the spec. When training metrics contain these values (e.g., grad_norm when loss=0, eval_loss with bf16... Pull #139 07 Apr 2026 07:48AM UTC sutaakar github
55.06
See All Builds (302)

Badge your Repo: trainer

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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