@@ -24,49 +24,49 @@ jobs:
2424 - wheel-tests-cuvs
2525 - devcontainer
2626 secrets : inherit
27- uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@python-3.12
27+ uses : rapidsai/shared-workflows/.github/workflows/pr-builder.yaml@branch-24.10
2828 checks :
2929 secrets : inherit
30- uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@python-3.12
30+ uses : rapidsai/shared-workflows/.github/workflows/checks.yaml@branch-24.10
3131 with :
3232 enable_check_generated_files : false
3333 conda-cpp-build :
3434 needs : checks
3535 secrets : inherit
36- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@python-3.12
36+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.10
3737 with :
3838 build_type : pull-request
3939 node_type : cpu16
4040 conda-cpp-tests :
4141 needs : conda-cpp-build
4242 secrets : inherit
43- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@python-3.12
43+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-24.10
4444 with :
4545 build_type : pull-request
4646 conda-cpp-checks :
4747 needs : conda-cpp-build
4848 secrets : inherit
49- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@python-3.12
49+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-post-build-checks.yaml@branch-24.10
5050 with :
5151 build_type : pull-request
5252 enable_check_symbols : true
5353 symbol_exclusions : (void (thrust::|cub::)|raft_cutlass)
5454 conda-python-build :
5555 needs : conda-cpp-build
5656 secrets : inherit
57- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@python-3.12
57+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10
5858 with :
5959 build_type : pull-request
6060 conda-python-tests :
6161 needs : conda-python-build
6262 secrets : inherit
63- uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@python-3.12
63+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-24.10
6464 with :
6565 build_type : pull-request
6666 docs-build :
6767 needs : conda-python-build
6868 secrets : inherit
69- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@python-3.12
69+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.10
7070 with :
7171 build_type : pull-request
7272 node_type : " gpu-v100-latest-1"
7676 rust-build :
7777 needs : conda-cpp-build
7878 secrets : inherit
79- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@python-3.12
79+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.10
8080 with :
8181 build_type : pull-request
8282 node_type : " gpu-v100-latest-1"
@@ -86,20 +86,20 @@ jobs:
8686 wheel-build-cuvs :
8787 needs : checks
8888 secrets : inherit
89- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@python-3.12
89+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
9090 with :
9191 build_type : pull-request
9292 script : ci/build_wheel_cuvs.sh
9393 wheel-tests-cuvs :
9494 needs : wheel-build-cuvs
9595 secrets : inherit
96- uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@python-3.12
96+ uses : rapidsai/shared-workflows/.github/workflows/wheels-test.yaml@branch-24.10
9797 with :
9898 build_type : pull-request
9999 script : ci/test_wheel_cuvs.sh
100100 devcontainer :
101101 secrets : inherit
102- uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@python-3.12
102+ uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-24.10
103103 with :
104104 arch : ' ["amd64"]'
105105 cuda : ' ["12.5"]'
0 commit comments