From f03822077702673309ee7c832efb27a3023ad6f7 Mon Sep 17 00:00:00 2001 From: jolorunyomi Date: Thu, 14 May 2026 18:23:16 -0500 Subject: [PATCH] Update to 26.08.00 --- .github/workflows/build.yaml | 6 +++--- .github/workflows/pr.yaml | 6 +++--- .github/workflows/test.yaml | 10 +++++----- .github/workflows/trigger-breaking-change-alert.yaml | 2 +- ci/conda-pack.sh | 2 +- ci/test_conda_nightly_env.sh | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c611a317..8cc06167 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,7 +34,7 @@ concurrency: jobs: build: secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main with: build_type: ${{ inputs.build_type || 'branch' }} branch: ${{ inputs.branch }} @@ -45,7 +45,7 @@ jobs: upload-conda: needs: [build] secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@main with: build_type: ${{ inputs.build_type || 'branch' }} branch: ${{ inputs.branch }} @@ -54,7 +54,7 @@ jobs: conda-pack: needs: [upload-conda] secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main with: build_type: ${{ inputs.build_type || 'branch' }} branch: ${{ inputs.branch }} diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 297e309e..9000e425 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -17,7 +17,7 @@ jobs: - check-nightly-ci - test-conda-nightly-env secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@main check-nightly-ci: runs-on: ubuntu-latest permissions: @@ -47,7 +47,7 @@ jobs: build: needs: checks secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main with: build_type: pull-request script: ci/build_python.sh @@ -56,7 +56,7 @@ jobs: needs: checks secrets: inherit # We use a build workflow so that we get CPU jobs and high matrix coverage - uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main with: build_type: pull-request script: "ci/test_conda_nightly_env.sh" diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e8059282..eafb08ea 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: test-conda-nightly-env: secrets: inherit # We use a build workflow so that we get CPU jobs and high matrix coverage - uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main with: build_type: pull-request script: "ci/test_conda_nightly_env.sh" @@ -30,13 +30,13 @@ jobs: upload-artifacts: false stable-install-pip-test-matrix: secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main with: build_type: nightly matrix_name: wheels-test test-stable-install-pip: needs: stable-install-pip-test-matrix - uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main strategy: fail-fast: false matrix: ${{ fromJSON(needs.stable-install-pip-test-matrix.outputs.matrix) }} @@ -49,13 +49,13 @@ jobs: ./ci/stable_install/install_and_test_pip.sh --cuda ${{ matrix.CUDA_VER }} --python ${{ matrix.PY_VER }} stable-install-conda-test-matrix: secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main with: build_type: nightly matrix_name: conda-python-tests test-stable-install-conda: needs: stable-install-conda-test-matrix - uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main strategy: fail-fast: false matrix: ${{ fromJSON(needs.stable-install-conda-test-matrix.outputs.matrix) }} diff --git a/.github/workflows/trigger-breaking-change-alert.yaml b/.github/workflows/trigger-breaking-change-alert.yaml index 61877f17..c471e2a1 100644 --- a/.github/workflows/trigger-breaking-change-alert.yaml +++ b/.github/workflows/trigger-breaking-change-alert.yaml @@ -12,7 +12,7 @@ jobs: trigger-notifier: if: contains(github.event.pull_request.labels.*.name, 'breaking') secrets: inherit - uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@cuda-13.2.0 + uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@main with: sender_login: ${{ github.event.sender.login }} sender_avatar: ${{ github.event.sender.avatar_url }} diff --git a/ci/conda-pack.sh b/ci/conda-pack.sh index be6d6af2..fb244236 100755 --- a/ci/conda-pack.sh +++ b/ci/conda-pack.sh @@ -3,7 +3,7 @@ set -e -RAPIDS_VER="26.06" +RAPIDS_VER="26.08" VERSION_DESCRIPTOR="a" CONDA_USERNAME="rapidsai-nightly" diff --git a/ci/test_conda_nightly_env.sh b/ci/test_conda_nightly_env.sh index d8702828..701068a1 100755 --- a/ci/test_conda_nightly_env.sh +++ b/ci/test_conda_nightly_env.sh @@ -3,7 +3,7 @@ set -euo pipefail -RAPIDS_VERSION="26.06" +RAPIDS_VERSION="26.08" CUDA_VERSION=${RAPIDS_CUDA_VERSION%.*} JSON_FILENAME="rapids_cuda${CUDA_VERSION}_py${RAPIDS_PY_VERSION}.json"