Skip to content

Commit 9267b7e

Browse files
committed
Update shared-workflows
1 parent 7963f1e commit 9267b7e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ concurrency:
2929
jobs:
3030
conda-python-build:
3131
secrets: inherit
32-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.02
32+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10
3333
with:
3434
build_type: ${{ inputs.build_type || 'branch' }}
3535
branch: ${{ inputs.branch }}
@@ -40,15 +40,15 @@ jobs:
4040
upload-conda:
4141
needs: conda-python-build
4242
secrets: inherit
43-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.02
43+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.10
4444
with:
4545
build_type: ${{ inputs.build_type || 'branch' }}
4646
branch: ${{ inputs.branch }}
4747
date: ${{ inputs.date }}
4848
sha: ${{ inputs.sha }}
4949
wheel-build:
5050
secrets: inherit
51-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.02
51+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
5252
with:
5353
build_type: ${{ inputs.build_type || 'branch' }}
5454
branch: ${{ inputs.branch }}
@@ -60,7 +60,7 @@ jobs:
6060
wheel-publish:
6161
needs: wheel-build
6262
secrets: inherit
63-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.02
63+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
6464
with:
6565
build_type: ${{ inputs.build_type || 'branch' }}
6666
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,30 @@ jobs:
1818
- wheel-build
1919
- wheel-tests
2020
secrets: inherit
21-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.02
21+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.10
2222
checks:
2323
secrets: inherit
24-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.02
24+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.10
2525
conda-python-build:
2626
needs: checks
2727
secrets: inherit
28-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.02
28+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10
2929
with:
3030
build_type: pull-request
3131
# Package is pure Python and only ever requires one build.
3232
matrix_filter: 'map(select(.ARCH == "amd64" and (.LINUX_VER | test("centos")|not))) | sort_by(.PY_VER | split(".") | map(tonumber)) | [.[-1]]'
3333
conda-python-tests:
3434
needs: conda-python-build
3535
secrets: inherit
36-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.02
36+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.10
3737
with:
3838
build_type: pull-request
3939
# Package is pure Python and only ever requires one build.
4040
matrix_filter: 'map(select(.ARCH == "amd64" and (.LINUX_VER | test("centos")|not))) | sort_by(.PY_VER | split(".") | map(tonumber)) | [.[-1]]'
4141
wheel-build:
4242
needs: checks
4343
secrets: inherit
44-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.02
44+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
4545
with:
4646
build_type: pull-request
4747
# Package is pure Python and only ever requires one build.
@@ -50,7 +50,7 @@ jobs:
5050
wheel-tests:
5151
needs: wheel-build
5252
secrets: inherit
53-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.02
53+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.10
5454
with:
5555
build_type: pull-request
5656
# Package is pure Python and only ever requires one build.

0 commit comments

Comments
 (0)