@@ -23,22 +23,22 @@ jobs:
23
23
- wheel-build-distributed-ucxx
24
24
- wheel-tests-distributed-ucxx
25
25
secrets : inherit
26
- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@cuda-12.5.1
26
+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.08
27
27
checks :
28
28
secrets : inherit
29
- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@cuda-12.5.1
29
+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.08
30
30
with :
31
31
enable_check_generated_files : false
32
32
conda-cpp-build :
33
33
needs : checks
34
34
secrets : inherit
35
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@cuda-12.5.1
35
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.08
36
36
with :
37
37
build_type : pull-request
38
38
docs-build :
39
39
needs : conda-cpp-build
40
40
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
42
42
with :
43
43
build_type : pull-request
44
44
node_type : " gpu-v100-latest-1"
@@ -48,51 +48,51 @@ jobs:
48
48
conda-cpp-tests :
49
49
needs : conda-cpp-build
50
50
secrets : inherit
51
- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@cuda-12.5.1
51
+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.08
52
52
with :
53
53
build_type : pull-request
54
54
container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
55
55
conda-python-tests :
56
56
needs : conda-cpp-build
57
57
secrets : inherit
58
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-12.5.1
58
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08
59
59
with :
60
60
build_type : pull-request
61
61
container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
62
62
conda-python-distributed-tests :
63
63
needs : conda-cpp-build
64
64
secrets : inherit
65
- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@cuda-12.5.1
65
+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.08
66
66
with :
67
67
build_type : pull-request
68
68
script : " ci/test_python_distributed.sh"
69
69
container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
70
70
wheel-build-ucxx :
71
71
needs : checks
72
72
secrets : inherit
73
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-12.5.1
73
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
74
74
with :
75
75
build_type : pull-request
76
76
script : ci/build_wheel_ucxx.sh
77
77
wheel-tests-ucxx :
78
78
needs : wheel-build-ucxx
79
79
secrets : inherit
80
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-12.5.1
80
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08
81
81
with :
82
82
build_type : pull-request
83
83
container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
84
84
script : ci/test_wheel_ucxx.sh
85
85
wheel-build-distributed-ucxx :
86
86
needs : checks
87
87
secrets : inherit
88
- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@cuda-12.5.1
88
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
89
89
with :
90
90
build_type : pull-request
91
91
script : ci/build_wheel_distributed_ucxx.sh
92
92
wheel-tests-distributed-ucxx :
93
93
needs : [wheel-build-ucxx, wheel-build-distributed-ucxx]
94
94
secrets : inherit
95
- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@cuda-12.5.1
95
+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.08
96
96
with :
97
97
build_type : pull-request
98
98
container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
0 commit comments