@@ -26,18 +26,18 @@ jobs:
26
26
- wheel-tests-cuml
27
27
- devcontainer
28
28
secrets : inherit
29
- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda-12.5.1
29
+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.08
30
30
checks :
31
31
secrets : inherit
32
- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@cuda-12.5.1
32
+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.08
33
33
with :
34
34
enable_check_generated_files : false
35
35
ignored_pr_jobs : >-
36
36
optional-job-conda-python-tests-cudf-pandas-integration
37
37
clang-tidy :
38
38
needs : checks
39
39
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
41
41
with :
42
42
build_type : pull-request
43
43
node_type : " cpu8"
@@ -47,55 +47,55 @@ jobs:
47
47
conda-cpp-build :
48
48
needs : checks
49
49
secrets : inherit
50
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-12.5.1
50
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.08
51
51
with :
52
52
build_type : pull-request
53
53
conda-cpp-tests :
54
54
needs : conda-cpp-build
55
55
secrets : inherit
56
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@cuda-12.5.1
56
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.08
57
57
with :
58
58
build_type : pull-request
59
59
conda-cpp-checks :
60
60
needs : conda-cpp-build
61
61
secrets : inherit
62
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@cuda-12.5.1
62
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-24.08
63
63
with :
64
64
build_type : pull-request
65
65
enable_check_symbols : true
66
66
symbol_exclusions : raft_cutlass
67
67
conda-python-build :
68
68
needs : conda-cpp-build
69
69
secrets : inherit
70
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@cuda-12.5.1
70
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08
71
71
with :
72
72
build_type : pull-request
73
73
conda-python-tests-singlegpu :
74
74
needs : conda-python-build
75
75
secrets : inherit
76
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-12.5.1
76
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08
77
77
with :
78
78
build_type : pull-request
79
79
script : " ci/test_python_singlegpu.sh"
80
80
optional-job-conda-python-tests-cudf-pandas-integration :
81
81
needs : conda-python-build
82
82
secrets : inherit
83
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-12.5.1
83
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08
84
84
with :
85
85
matrix_filter : map(select(.ARCH == "amd64"))
86
86
build_type : pull-request
87
87
script : " ci/test_python_integration.sh"
88
88
conda-python-tests-dask :
89
89
needs : conda-python-build
90
90
secrets : inherit
91
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-12.5.1
91
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08
92
92
with :
93
93
build_type : pull-request
94
94
script : " ci/test_python_dask.sh"
95
95
conda-notebook-tests :
96
96
needs : conda-python-build
97
97
secrets : inherit
98
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-12.5.1
98
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
99
99
with :
100
100
build_type : pull-request
101
101
node_type : " gpu-v100-latest-1"
@@ -105,7 +105,7 @@ jobs:
105
105
docs-build :
106
106
needs : conda-python-build
107
107
secrets : inherit
108
- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@cuda-12.5.1
108
+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
109
109
with :
110
110
build_type : pull-request
111
111
node_type : " gpu-v100-latest-1"
@@ -115,7 +115,7 @@ jobs:
115
115
wheel-build-cuml :
116
116
needs : checks
117
117
secrets : inherit
118
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-12.5.1
118
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
119
119
with :
120
120
build_type : pull-request
121
121
script : ci/build_wheel.sh
@@ -125,13 +125,13 @@ jobs:
125
125
wheel-tests-cuml :
126
126
needs : wheel-build-cuml
127
127
secrets : inherit
128
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-12.5.1
128
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08
129
129
with :
130
130
build_type : pull-request
131
131
script : ci/test_wheel.sh
132
132
devcontainer :
133
133
secrets : inherit
134
- uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@cuda-12.5.1
134
+ uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-24.08
135
135
with :
136
136
arch : ' ["amd64"]'
137
137
cuda : ' ["12.5"]'
0 commit comments