Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ concurrency:
jobs:
java-build:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda13.0
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
# Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
# If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
strategy:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- conda-java-tests
- telemetry-setup
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda13.0
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.10
if: always()
with:
needs: ${{ toJSON(needs) }}
Expand All @@ -42,7 +42,7 @@ jobs:
changed-files:
needs: telemetry-setup
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@cuda13.0
uses: rapidsai/shared-workflows/.github/workflows/changed-files.yaml@branch-25.10
with:
files_yaml: |
test_java:
Expand All @@ -52,14 +52,14 @@ jobs:
checks:
needs: telemetry-setup
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@cuda13.0
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.10
with:
enable_check_generated_files: false
ignored_pr_jobs: "telemetry-summarize"
conda-java-tests:
needs: [changed-files, checks]
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda13.0
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_java
# Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
# If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
jobs:
conda-java-tests:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda13.0
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
strategy:
fail-fast: false
matrix:
Expand Down
Loading