Skip to content

Commit a3eb0f9

Browse files
Use workflow branch 24.08 again
1 parent c31aaac commit a3eb0f9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/build.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
conda-python-build:
3030
secrets: inherit
31-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-12.5.1
31+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08
3232
with:
3333
build_type: ${{ inputs.build_type || 'branch' }}
3434
branch: ${{ inputs.branch }}
@@ -38,7 +38,7 @@ jobs:
3838
if: github.ref_type == 'branch'
3939
needs: [conda-python-build]
4040
secrets: inherit
41-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-12.5.1
41+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
4242
with:
4343
arch: "amd64"
4444
branch: ${{ inputs.branch }}
@@ -51,15 +51,15 @@ jobs:
5151
upload-conda:
5252
needs: [conda-python-build]
5353
secrets: inherit
54-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@cuda-12.5.1
54+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.08
5555
with:
5656
build_type: ${{ inputs.build_type || 'branch' }}
5757
branch: ${{ inputs.branch }}
5858
date: ${{ inputs.date }}
5959
sha: ${{ inputs.sha }}
6060
wheel-build:
6161
secrets: inherit
62-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-12.5.1
62+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
6363
with:
6464
build_type: ${{ inputs.build_type || 'branch' }}
6565
branch: ${{ inputs.branch }}
@@ -72,7 +72,7 @@ jobs:
7272
wheel-publish:
7373
needs: wheel-build
7474
secrets: inherit
75-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@cuda-12.5.1
75+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
7676
with:
7777
build_type: ${{ inputs.build_type || 'branch' }}
7878
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,26 @@ jobs:
1818
- docs-build
1919
- wheel-build
2020
secrets: inherit
21-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda-12.5.1
21+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.08
2222
checks:
2323
secrets: inherit
24-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@cuda-12.5.1
24+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.08
2525
conda-python-build:
2626
needs: checks
2727
secrets: inherit
28-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-12.5.1
28+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08
2929
with:
3030
build_type: pull-request
3131
conda-python-tests:
3232
needs: conda-python-build
3333
secrets: inherit
34-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-12.5.1
34+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08
3535
with:
3636
build_type: pull-request
3737
docs-build:
3838
needs: conda-python-build
3939
secrets: inherit
40-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-12.5.1
40+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
4141
with:
4242
build_type: pull-request
4343
node_type: "gpu-v100-latest-1"
@@ -46,7 +46,7 @@ jobs:
4646
run_script: "ci/build_docs.sh"
4747
wheel-build:
4848
secrets: inherit
49-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-12.5.1
49+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
5050
with:
5151
build_type: pull-request
5252
# Package is pure Python and only ever requires one build.

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
conda-python-tests:
1818
secrets: inherit
19-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-12.5.1
19+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08
2020
with:
2121
build_type: nightly
2222
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)