@@ -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.08
31+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-24.10
3232 with :
3333 build_type : ${{ inputs.build_type || 'branch' }}
3434 branch : ${{ inputs.branch }}
3838 python-build :
3939 needs : [cpp-build]
4040 secrets : inherit
41- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.08
41+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-24.10
4242 with :
4343 build_type : ${{ inputs.build_type || 'branch' }}
4444 branch : ${{ inputs.branch }}
4747 upload-conda :
4848 needs : [cpp-build, python-build]
4949 secrets : inherit
50- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.08
50+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-24.10
5151 with :
5252 build_type : ${{ inputs.build_type || 'branch' }}
5353 branch : ${{ inputs.branch }}
5757 if : github.ref_type == 'branch'
5858 needs : python-build
5959 secrets : inherit
60- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.08
60+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-24.10
6161 with :
6262 arch : " amd64"
6363 branch : ${{ inputs.branch }}
@@ -69,21 +69,21 @@ jobs:
6969 sha : ${{ inputs.sha }}
7070 wheel-build-pylibcugraph :
7171 secrets : inherit
72- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
72+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
7373 with :
7474 build_type : ${{ inputs.build_type || 'branch' }}
7575 branch : ${{ inputs.branch }}
7676 sha : ${{ inputs.sha }}
7777 date : ${{ inputs.date }}
7878 script : ci/build_wheel_pylibcugraph.sh
7979 extra-repo : rapidsai/cugraph-ops
80- extra-repo-sha : branch-24.08
80+ extra-repo-sha : branch-24.10
8181 extra-repo-deploy-key : CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
8282 node_type : cpu32
8383 wheel-publish-pylibcugraph :
8484 needs : wheel-build-pylibcugraph
8585 secrets : inherit
86- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
86+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
8787 with :
8888 build_type : ${{ inputs.build_type || 'branch' }}
8989 branch : ${{ inputs.branch }}
@@ -93,20 +93,20 @@ jobs:
9393 wheel-build-cugraph :
9494 needs : wheel-publish-pylibcugraph
9595 secrets : inherit
96- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
96+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
9797 with :
9898 build_type : ${{ inputs.build_type || 'branch' }}
9999 branch : ${{ inputs.branch }}
100100 sha : ${{ inputs.sha }}
101101 date : ${{ inputs.date }}
102102 script : ci/build_wheel_cugraph.sh
103103 extra-repo : rapidsai/cugraph-ops
104- extra-repo-sha : branch-24.08
104+ extra-repo-sha : branch-24.10
105105 extra-repo-deploy-key : CUGRAPH_OPS_SSH_PRIVATE_DEPLOY_KEY
106106 wheel-publish-cugraph :
107107 needs : wheel-build-cugraph
108108 secrets : inherit
109- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
109+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
110110 with :
111111 build_type : ${{ inputs.build_type || 'branch' }}
112112 branch : ${{ inputs.branch }}
@@ -116,7 +116,7 @@ jobs:
116116 wheel-build-nx-cugraph :
117117 needs : wheel-publish-pylibcugraph
118118 secrets : inherit
119- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
119+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
120120 with :
121121 build_type : ${{ inputs.build_type || 'branch' }}
122122 branch : ${{ inputs.branch }}
@@ -126,7 +126,7 @@ jobs:
126126 wheel-publish-nx-cugraph :
127127 needs : wheel-build-nx-cugraph
128128 secrets : inherit
129- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
129+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
130130 with :
131131 build_type : ${{ inputs.build_type || 'branch' }}
132132 branch : ${{ inputs.branch }}
@@ -136,7 +136,7 @@ jobs:
136136 wheel-build-cugraph-dgl :
137137 needs : wheel-publish-cugraph
138138 secrets : inherit
139- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
139+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
140140 with :
141141 build_type : ${{ inputs.build_type || 'branch' }}
142142 branch : ${{ inputs.branch }}
@@ -146,7 +146,7 @@ jobs:
146146 wheel-publish-cugraph-dgl :
147147 needs : wheel-build-cugraph-dgl
148148 secrets : inherit
149- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
149+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
150150 with :
151151 build_type : ${{ inputs.build_type || 'branch' }}
152152 branch : ${{ inputs.branch }}
@@ -156,7 +156,7 @@ jobs:
156156 wheel-build-cugraph-pyg :
157157 needs : wheel-publish-cugraph
158158 secrets : inherit
159- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
159+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
160160 with :
161161 build_type : ${{ inputs.build_type || 'branch' }}
162162 branch : ${{ inputs.branch }}
@@ -166,7 +166,7 @@ jobs:
166166 wheel-publish-cugraph-pyg :
167167 needs : wheel-build-cugraph-pyg
168168 secrets : inherit
169- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
169+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
170170 with :
171171 build_type : ${{ inputs.build_type || 'branch' }}
172172 branch : ${{ inputs.branch }}
@@ -175,7 +175,7 @@ jobs:
175175 package-name : cugraph-pyg
176176 wheel-build-cugraph-equivariant :
177177 secrets : inherit
178- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.08
178+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-24.10
179179 with :
180180 build_type : ${{ inputs.build_type || 'branch' }}
181181 branch : ${{ inputs.branch }}
@@ -185,7 +185,7 @@ jobs:
185185 wheel-publish-cugraph-equivariant :
186186 needs : wheel-build-cugraph-equivariant
187187 secrets : inherit
188- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.08
188+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-24.10
189189 with :
190190 build_type : ${{ inputs.build_type || 'branch' }}
191191 branch : ${{ inputs.branch }}
0 commit comments