@@ -28,7 +28,7 @@ concurrency:
2828jobs :
2929 cpp-build :
3030 secrets : inherit
31- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.12
31+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.02
3232 with :
3333 build_type : ${{ inputs.build_type || 'branch' }}
3434 branch : ${{ inputs.branch }}
@@ -37,24 +37,36 @@ jobs:
3737 python-build :
3838 needs : [cpp-build]
3939 secrets : inherit
40- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.12
40+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.02
4141 with :
4242 build_type : ${{ inputs.build_type || 'branch' }}
4343 branch : ${{ inputs.branch }}
4444 date : ${{ inputs.date }}
4545 sha : ${{ inputs.sha }}
46+ docs-build :
47+ needs : cpp-build
48+ secrets : inherit
49+ uses :
rapidsai/shared-workflows/.github/workflows/[email protected] 50+ with :
51+ arch : " amd64"
52+ branch : ${{ inputs.branch }}
53+ build_type : ${{ inputs.build_type || 'branch' }}
54+ container_image : " rapidsai/ci-conda:latest"
55+ date : ${{ inputs.date }}
56+ run_script : " ci/build_docs.sh"
57+ sha : ${{ inputs.sha }}
4658 upload-conda :
4759 needs : [cpp-build, python-build]
4860 secrets : inherit
49- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.12
61+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.02
5062 with :
5163 build_type : ${{ inputs.build_type || 'branch' }}
5264 branch : ${{ inputs.branch }}
5365 date : ${{ inputs.date }}
5466 sha : ${{ inputs.sha }}
5567 wheel-build-cugraph-dgl :
5668 secrets : inherit
57- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
69+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
5870 with :
5971 build_type : ${{ inputs.build_type || 'branch' }}
6072 branch : ${{ inputs.branch }}
@@ -64,16 +76,17 @@ jobs:
6476 wheel-publish-cugraph-dgl :
6577 needs : wheel-build-cugraph-dgl
6678 secrets : inherit
67- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.12
79+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.02
6880 with :
6981 build_type : ${{ inputs.build_type || 'branch' }}
7082 branch : ${{ inputs.branch }}
7183 sha : ${{ inputs.sha }}
7284 date : ${{ inputs.date }}
7385 package-name : cugraph-dgl
86+ package-type : python
7487 wheel-build-cugraph-pyg :
7588 secrets : inherit
76- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
89+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
7790 with :
7891 build_type : ${{ inputs.build_type || 'branch' }}
7992 branch : ${{ inputs.branch }}
@@ -83,16 +96,17 @@ jobs:
8396 wheel-publish-cugraph-pyg :
8497 needs : wheel-build-cugraph-pyg
8598 secrets : inherit
86- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.12
99+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.02
87100 with :
88101 build_type : ${{ inputs.build_type || 'branch' }}
89102 branch : ${{ inputs.branch }}
90103 sha : ${{ inputs.sha }}
91104 date : ${{ inputs.date }}
92105 package-name : cugraph-pyg
106+ package-type : python
93107 wheel-build-pylibwholegraph :
94108 secrets : inherit
95- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.12
109+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.02
96110 with :
97111 build_type : ${{ inputs.build_type || 'branch' }}
98112 branch : ${{ inputs.branch }}
@@ -102,10 +116,11 @@ jobs:
102116 wheel-publish-pylibwholegraph :
103117 needs : wheel-build-pylibwholegraph
104118 secrets : inherit
105- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.12
119+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.02
106120 with :
107121 build_type : ${{ inputs.build_type || 'branch' }}
108122 branch : ${{ inputs.branch }}
109123 sha : ${{ inputs.sha }}
110124 date : ${{ inputs.date }}
111125 package-name : pylibwholegraph
126+ package-type : python
0 commit comments