Skip to content

Commit 43620ae

Browse files
committed
Merge remote-tracking branch 'upstream/release/26.10' into HH-migrate-merge-dataset-to-take-inputs-concat-buffer-and-offset-26_10
2 parents a83394f + c01c81a commit 43620ae

314 files changed

Lines changed: 14010 additions & 4037 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permissions: {}
3636

3737
jobs:
3838
build-details:
39-
uses: rapidsai/shared-workflows/.github/workflows/compute-build-details.yaml@main
39+
uses: rapidsai/shared-workflows/.github/workflows/compute-build-details.yaml@release/26.10
4040
cpp-build:
4141
needs: [build-details]
4242
permissions:
@@ -46,7 +46,7 @@ jobs:
4646
packages: read
4747
pull-requests: read
4848
secrets: inherit # zizmor: ignore[secrets-inherit]
49-
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
49+
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@release/26.10
5050
with:
5151
build_type: ${{ inputs.build_type || 'branch' }}
5252
build-datetime: ${{ needs.build-details.outputs.build-datetime }}
@@ -59,7 +59,7 @@ jobs:
5959
rocky8-clib-standalone-build-matrix:
6060
permissions:
6161
contents: read
62-
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main
62+
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@release/26.10
6363
with:
6464
build_type: pull-request
6565
matrix_name: conda-cpp-build
@@ -72,7 +72,7 @@ jobs:
7272
packages: read
7373
pull-requests: read
7474
secrets: inherit # zizmor: ignore[secrets-inherit]
75-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
75+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.10
7676
strategy:
7777
fail-fast: false
7878
matrix: ${{ fromJSON(needs.rocky8-clib-standalone-build-matrix.outputs.matrix) }}
@@ -93,7 +93,7 @@ jobs:
9393
needs: cpp-build
9494
permissions:
9595
contents: read
96-
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main
96+
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@release/26.10
9797
with:
9898
build_type: pull-request
9999
matrix_name: conda-cpp-build
@@ -107,7 +107,7 @@ jobs:
107107
packages: read
108108
pull-requests: read
109109
secrets: inherit # zizmor: ignore[secrets-inherit]
110-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
110+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.10
111111
# Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
112112
# If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
113113
strategy:
@@ -126,7 +126,7 @@ jobs:
126126
needs: cpp-build
127127
permissions:
128128
contents: read
129-
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main
129+
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@release/26.10
130130
with:
131131
build_type: pull-request
132132
matrix_name: conda-cpp-build
@@ -140,7 +140,7 @@ jobs:
140140
packages: read
141141
pull-requests: read
142142
secrets: inherit # zizmor: ignore[secrets-inherit]
143-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
143+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.10
144144
# Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
145145
# If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
146146
strategy:
@@ -159,7 +159,7 @@ jobs:
159159
needs: cpp-build
160160
permissions:
161161
contents: read
162-
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main
162+
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@release/26.10
163163
with:
164164
build_type: pull-request
165165
matrix_name: conda-cpp-build
@@ -173,7 +173,7 @@ jobs:
173173
packages: read
174174
pull-requests: read
175175
secrets: inherit # zizmor: ignore[secrets-inherit]
176-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
176+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.10
177177
# Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
178178
# If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
179179
strategy:
@@ -199,7 +199,7 @@ jobs:
199199
packages: read
200200
pull-requests: read
201201
secrets: inherit # zizmor: ignore[secrets-inherit]
202-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
202+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.10
203203
# Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
204204
# If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
205205
strategy:
@@ -224,7 +224,7 @@ jobs:
224224
packages: read
225225
pull-requests: read
226226
secrets: inherit # zizmor: ignore[secrets-inherit]
227-
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
227+
uses: rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@release/26.10
228228
with:
229229
build_type: ${{ inputs.build_type || 'branch' }}
230230
build-datetime: ${{ needs.build-details.outputs.build-datetime }}
@@ -242,7 +242,7 @@ jobs:
242242
id-token: write
243243
packages: read
244244
pull-requests: read
245-
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@main
245+
uses: rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@release/26.10
246246
secrets:
247247
CONDA_RAPIDSAI_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_NIGHTLY_TOKEN }}
248248
CONDA_RAPIDSAI_TOKEN: ${{ secrets.CONDA_RAPIDSAI_TOKEN }}
@@ -268,7 +268,7 @@ jobs:
268268
packages: read
269269
pull-requests: read
270270
secrets: inherit # zizmor: ignore[secrets-inherit]
271-
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
271+
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@release/26.10
272272
with:
273273
arch: "amd64"
274274
branch: ${{ inputs.branch }}
@@ -287,7 +287,7 @@ jobs:
287287
packages: read
288288
pull-requests: read
289289
secrets: inherit # zizmor: ignore[secrets-inherit]
290-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
290+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.10
291291
with:
292292
build_type: ${{ inputs.build_type || 'branch' }}
293293
build-datetime: ${{ needs.build-details.outputs.build-datetime }}
@@ -308,7 +308,7 @@ jobs:
308308
id-token: write
309309
packages: read
310310
pull-requests: read
311-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
311+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@release/26.10
312312
secrets:
313313
CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN }}
314314
RAPIDSAI_PYPI_TOKEN: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}
@@ -329,7 +329,7 @@ jobs:
329329
packages: read
330330
pull-requests: read
331331
secrets: inherit # zizmor: ignore[secrets-inherit]
332-
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
332+
uses: rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/26.10
333333
with:
334334
build_type: ${{ inputs.build_type || 'branch' }}
335335
build-datetime: ${{ needs.build-details.outputs.build-datetime }}
@@ -350,7 +350,7 @@ jobs:
350350
id-token: write
351351
packages: read
352352
pull-requests: read
353-
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
353+
uses: rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@release/26.10
354354
secrets:
355355
CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN: ${{ secrets.CONDA_RAPIDSAI_WHEELS_NIGHTLY_TOKEN }}
356356
RAPIDSAI_PYPI_TOKEN: ${{ secrets.RAPIDSAI_PYPI_TOKEN }}
@@ -365,7 +365,7 @@ jobs:
365365
devcontainers:
366366
name: Build devcontainers
367367
secrets: inherit # zizmor: ignore[secrets-inherit]
368-
uses: rapidsai/shared-workflows/.github/workflows/build-devcontainers.yaml@main
368+
uses: rapidsai/shared-workflows/.github/workflows/build-devcontainers.yaml@release/26.10
369369
permissions:
370370
packages: write
371371
with:

0 commit comments

Comments
 (0)