Skip to content

Commit de937c0

Browse files
authored
Use shared-workflows branch-25.04 (#826)
This completes the migration to NVKS runners now that all libraries have been tested and rapidsai/shared-workflows#273 has been merged. xref: rapidsai/build-infra#184 Authors: - Bradley Dice (https://github.com/bdice) - James Lamb (https://github.com/jameslamb) Approvers: - James Lamb (https://github.com/jameslamb) URL: #826
1 parent 8ce71f3 commit de937c0

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828
jobs:
2929
cpp-build:
3030
secrets: inherit
31-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@nvks-runners
31+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.04
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: [python-build]
4040
secrets: inherit
41-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@nvks-runners
41+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
4242
with:
4343
arch: "amd64"
4444
branch: ${{ inputs.branch }}
@@ -51,7 +51,7 @@ jobs:
5151
python-build:
5252
needs: [cpp-build]
5353
secrets: inherit
54-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@nvks-runners
54+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
5555
with:
5656
build_type: ${{ inputs.build_type || 'branch' }}
5757
branch: ${{ inputs.branch }}
@@ -60,15 +60,15 @@ jobs:
6060
upload-conda:
6161
needs: [cpp-build, python-build]
6262
secrets: inherit
63-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@nvks-runners
63+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.04
6464
with:
6565
build_type: ${{ inputs.build_type || 'branch' }}
6666
branch: ${{ inputs.branch }}
6767
date: ${{ inputs.date }}
6868
sha: ${{ inputs.sha }}
6969
wheel-build:
7070
secrets: inherit
71-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@nvks-runners
71+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
7272
with:
7373
build_type: ${{ inputs.build_type || 'branch' }}
7474
branch: ${{ inputs.branch }}
@@ -78,7 +78,7 @@ jobs:
7878
wheel-publish:
7979
needs: wheel-build
8080
secrets: inherit
81-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@nvks-runners
81+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.04
8282
with:
8383
build_type: ${{ inputs.build_type || 'branch' }}
8484
branch: ${{ inputs.branch }}

.github/workflows/pr.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- wheel-tests
2222
- telemetry-setup
2323
secrets: inherit
24-
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@nvks-runners
24+
uses: rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.04
2525
telemetry-setup:
2626
runs-on: ubuntu-latest
2727
continue-on-error: true
@@ -36,31 +36,31 @@ jobs:
3636
checks:
3737
secrets: inherit
3838
needs: telemetry-setup
39-
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@nvks-runners
39+
uses: rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.04
4040
with:
4141
ignored_pr_jobs: telemetry-summarize
4242
conda-cpp-build:
4343
needs: checks
4444
secrets: inherit
45-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@nvks-runners
45+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.04
4646
with:
4747
build_type: pull-request
4848
conda-python-build:
4949
needs: conda-cpp-build
5050
secrets: inherit
51-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@nvks-runners
51+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
5252
with:
5353
build_type: pull-request
5454
conda-python-tests:
5555
needs: conda-python-build
5656
secrets: inherit
57-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@nvks-runners
57+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
5858
with:
5959
build_type: pull-request
6060
docs-build:
6161
needs: conda-python-build
6262
secrets: inherit
63-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@nvks-runners
63+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.04
6464
with:
6565
build_type: pull-request
6666
node_type: "gpu-l4-latest-1"
@@ -70,14 +70,14 @@ jobs:
7070
wheel-build:
7171
needs: checks
7272
secrets: inherit
73-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@nvks-runners
73+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
7474
with:
7575
build_type: pull-request
7676
script: ci/build_wheel.sh
7777
wheel-tests:
7878
needs: wheel-build
7979
secrets: inherit
80-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@nvks-runners
80+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
8181
with:
8282
build_type: pull-request
8383
script: ci/test_wheel.sh

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ on:
1616
jobs:
1717
conda-python-tests:
1818
secrets: inherit
19-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@nvks-runners
19+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
2020
with:
2121
build_type: nightly
2222
branch: ${{ inputs.branch }}
2323
date: ${{ inputs.date }}
2424
sha: ${{ inputs.sha }}
2525
wheel-tests:
2626
secrets: inherit
27-
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@nvks-runners
27+
uses: rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
2828
with:
2929
build_type: nightly
3030
branch: ${{ inputs.branch }}

.github/workflows/trigger-breaking-change-alert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
trigger-notifier:
1313
if: contains(github.event.pull_request.labels.*.name, 'breaking')
1414
secrets: inherit
15-
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@nvks-runners
15+
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.04
1616
with:
1717
sender_login: ${{ github.event.sender.login }}
1818
sender_avatar: ${{ github.event.sender.avatar_url }}

0 commit comments

Comments
 (0)