Skip to content

java: get nightly test matrix from shared-workflows#2340

Merged
rapids-bot[bot] merged 4 commits into
mainfrom
fix/build-matrix
Jul 22, 2026
Merged

java: get nightly test matrix from shared-workflows#2340
rapids-bot[bot] merged 4 commits into
mainfrom
fix/build-matrix

Conversation

@jameslamb

@jameslamb jameslamb commented Jul 21, 2026

Copy link
Copy Markdown
Member

Nightly Java tests are failing like this:

Error response from daemon: failed to resolve reference "docker.io/rapidsai/ci-conda:26.10-cuda12.9.1-ubuntu24.04-py3.13": docker.io/rapidsai/ci-conda:26.10-cuda12.9.1-ubuntu24.04-py3.13: not found

(build link)

CI jobs here were updated from hard-coded lists of CUDA versions to a shared matrix from shared-workflows in #2034, to avoid exactly this situation... but test.yaml was missed in that PR.

This updates test.yaml to match the way the Java tests run in PRs.

Notes for Reviewers

How I tested this

Manually triggered a run from this branch.

gh workflow run \
  --repo NVIDIA/cuvs \
  --ref 'fix/build-matrix' \
  -f branch=main \
  -f build_type=nightly \
  -f date=2026-07-21 \
  -f sha=c38d9a77d4840d344369d472e9cafc87882d2a30 \
  test.yaml

That generated this run: https://github.com/NVIDIA/cuvs/actions/runs/29853648565

Which had 2 Java test jobs (1 for CUDA 12, 1 for CUDA 13)

image

Which failed, but with real test errors (so got past the pulling-a-nonexistent-image issue).

@jameslamb jameslamb added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Jul 21, 2026
@jameslamb jameslamb changed the title WIP: java: get nightly test matrix from shared-workflows java: get nightly test matrix from shared-workflows Jul 21, 2026
@jameslamb
jameslamb requested review from cjnolet and mythrocks July 21, 2026 17:58
@jameslamb
jameslamb marked this pull request as ready for review July 21, 2026 17:58
@jameslamb
jameslamb requested a review from a team as a code owner July 21, 2026 17:58
@jameslamb
jameslamb requested a review from KyleFromNVIDIA July 21, 2026 17:58
@NVIDIA NVIDIA deleted a comment from copy-pr-bot Bot Jul 21, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.70%. Comparing base (c38d9a7) to head (dba1ca6).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2340   +/-   ##
=======================================
  Coverage   86.70%   86.70%           
=======================================
  Files          33       33           
  Lines         173      173           
=======================================
  Hits          150      150           
  Misses         23       23           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jameslamb

Copy link
Copy Markdown
Member Author

/merge

@rapids-bot
rapids-bot Bot merged commit abb5af3 into main Jul 22, 2026
163 of 165 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improves an existing functionality non-breaking Introduces a non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants