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

opendatahub-io / trainer
54%
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 stable
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 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
  • progress-fix
  • 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

20 Jul 2026 08:22AM UTC coverage: 53.898%. Remained the same
29735151831

push

github

sutaakar
fix: pass commit message via env var in lake-gate workflow

The ${{ }} expression expanded the commit message as raw text into the
shell script before bash ran.  When the message contained double quotes
(e.g. "go list" and "go install"), it broke the shell assignment and
bash tried to execute fragments as commands, causing exit code 127.

Move LATEST_COMMIT_SHORT and LATEST_COMMIT_MSG to the step's env block
so they are set as proper environment variables instead of inline string
substitution.

Fixes: https://github.com/opendatahub-io/trainer/actions/runs/29651613587

Signed-off-by: Karel Suta <ksuta@redhat.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

1694 of 3143 relevant lines covered (53.9%)

0.63 hits per line

Relevant lines Covered
Build:
Build:
3143 RELEVANT LINES 1694 COVERED LINES
0.63 HITS PER LINE
Source Files on main
  • Tree
  • List 33
  • 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
29735151831 stable fix: pass commit message via env var in lake-gate workflow The ${{ }} expression expanded the commit message as raw text into the shell script before bash ran. When the message contained double quotes (e.g. "go list" and "go install"), it broke ... push 20 Jul 2026 10:31AM UTC sutaakar github
53.9
29729770717 lake-gate-20260720-085941 fix: pass commit message via env var in lake-gate workflow The ${{ }} expression expanded the commit message as raw text into the shell script before bash ran. When the message contained double quotes (e.g. "go list" and "go install"), it broke ... Pull #195 20 Jul 2026 10:17AM UTC sutaakar github
53.9
29727683287 main fix: pass commit message via env var in lake-gate workflow The ${{ }} expression expanded the commit message as raw text into the shell script before bash ran. When the message contained double quotes (e.g. "go list" and "go install"), it broke ... push 20 Jul 2026 08:26AM UTC sutaakar github
53.9
29653193021 fix-lake-gate-shell-quoting fix: pass commit message via env var in lake-gate workflow The ${{ }} expression expanded the commit message as raw text into the shell script before bash ran. When the message contained double quotes (e.g. "go list" and "go install"), it broke ... Pull #193 18 Jul 2026 05:07PM UTC sutaakar github
53.9
29584467915 main fix: set GOTOOLCHAIN=auto so CI runners auto-download the required Go version go.mod requires Go 1.26.4 but CI runners may have an older version with GOTOOLCHAIN=local, causing "go list" and "go install" to fail before tests can even start. Sett... push 17 Jul 2026 01:37PM UTC sutaakar github
53.9
29583883730 stable fix: apply TLS profile to webhook server, remove enableHTTP2 flag Applies the cluster TLS profile to the webhook server while preserving port/host from config.Load. Removes the --enable-http2 flag since CVE-2023-44487 (HTTP/2 Rapid Reset) was fix... push 17 Jul 2026 01:28PM UTC sutaakar github
53.9
29562627969 main fix: apply TLS profile to webhook server, remove enableHTTP2 flag Applies the cluster TLS profile to the webhook server while preserving port/host from config.Load. Removes the --enable-http2 flag since CVE-2023-44487 (HTTP/2 Rapid Reset) was fix... push 17 Jul 2026 07:20AM UTC sutaakar github
53.9
29497001251 fix/tls-webhook-tlsopts fix: apply TLS profile to webhook server, remove enableHTTP2 flag Applies the cluster TLS profile to the webhook server while preserving port/host from config.Load. Removes the --enable-http2 flag since CVE-2023-44487 (HTTP/2 Rapid Reset) was fix... Pull #190 16 Jul 2026 12:11PM UTC ugiordan github
53.9
29497004089 fix/tls-webhook-tlsopts fix: apply TLS profile to webhook server, remove enableHTTP2 flag Applies the cluster TLS profile to the webhook server while preserving port/host from config.Load. Removes the --enable-http2 flag since CVE-2023-44487 (HTTP/2 Rapid Reset) was fix... Pull #190 16 Jul 2026 12:11PM UTC ugiordan github
53.9
29495558806 fix/tls-webhook-tlsopts fix: apply TLS profile to webhook server, remove enableHTTP2 flag Applies the cluster TLS profile to the webhook server while preserving port/host from config.Load. Removes the --enable-http2 flag since CVE-2023-44487 (HTTP/2 Rapid Reset) was fix... Pull #190 16 Jul 2026 11:48AM UTC ugiordan github
53.9
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