File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
29
29
jobs :
30
30
conda-python-build :
31
31
secrets : inherit
32
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.02
32
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
33
33
with :
34
34
build_type : ${{ inputs.build_type || 'branch' }}
35
35
branch : ${{ inputs.branch }}
@@ -40,15 +40,15 @@ jobs:
40
40
upload-conda :
41
41
needs : conda-python-build
42
42
secrets : inherit
43
- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.02
43
+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.04
44
44
with :
45
45
build_type : ${{ inputs.build_type || 'branch' }}
46
46
branch : ${{ inputs.branch }}
47
47
date : ${{ inputs.date }}
48
48
sha : ${{ inputs.sha }}
49
49
wheel-build :
50
50
secrets : inherit
51
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
51
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
52
52
with :
53
53
build_type : ${{ inputs.build_type || 'branch' }}
54
54
branch : ${{ inputs.branch }}
60
60
wheel-publish :
61
61
needs : wheel-build
62
62
secrets : inherit
63
- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.02
63
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.04
64
64
with :
65
65
build_type : ${{ inputs.build_type || 'branch' }}
66
66
branch : ${{ inputs.branch }}
Original file line number Diff line number Diff line change @@ -18,30 +18,30 @@ jobs:
18
18
- wheel-build
19
19
- wheel-tests
20
20
secrets : inherit
21
- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.02
21
+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-25.04
22
22
checks :
23
23
secrets : inherit
24
- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.02
24
+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-25.04
25
25
conda-python-build :
26
26
needs : checks
27
27
secrets : inherit
28
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.02
28
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.04
29
29
with :
30
30
build_type : pull-request
31
31
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
32
32
matrix_filter : map(select(.ARCH == "amd64")) | max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]) | [.]
33
33
conda-python-tests :
34
34
needs : conda-python-build
35
35
secrets : inherit
36
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.02
36
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.04
37
37
with :
38
38
build_type : pull-request
39
39
# This selects "ARCH=amd64 + the latest supported Python + CUDA".
40
40
matrix_filter : map(select(.ARCH == "amd64")) | max_by([(.PY_VER|split(".")|map(tonumber)), (.CUDA_VER|split(".")|map(tonumber))]) | [.]
41
41
wheel-build :
42
42
needs : checks
43
43
secrets : inherit
44
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
44
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.04
45
45
with :
46
46
build_type : pull-request
47
47
# This selects the latest supported Python + CUDA
50
50
wheel-tests :
51
51
needs : wheel-build
52
52
secrets : inherit
53
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.02
53
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-25.04
54
54
with :
55
55
build_type : pull-request
56
56
# This selects the latest supported Python + CUDA
Original file line number Diff line number Diff line change 12
12
trigger-notifier :
13
13
if : contains(github.event.pull_request.labels.*.name, 'breaking')
14
14
secrets : inherit
15
- uses : rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.02
15
+ uses : rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.04
16
16
with :
17
17
sender_login : ${{ github.event.sender.login }}
18
18
sender_avatar : ${{ github.event.sender.avatar_url }}
You can’t perform that action at this time.
0 commit comments