Skip to content

Commit 221ee4e

Browse files
committed
Temporarily test C++ on GB300
1 parent 496bc72 commit 221ee4e

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
build-details:
5757
uses: rapidsai/shared-workflows/.github/workflows/compute-build-details.yaml@main
5858
check-nightly-ci:
59+
if: false
5960
runs-on: ubuntu-latest
6061
permissions:
6162
actions: read
@@ -234,6 +235,7 @@ jobs:
234235
enable_check_generated_files: false
235236
ignored_pr_jobs: "telemetry-summarize conda-python-tests-integration-optional wheel-tests-integration-optional"
236237
cmake-tests:
238+
if: false
237239
needs: checks
238240
permissions:
239241
actions: read
@@ -277,6 +279,8 @@ jobs:
277279
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
278280
with:
279281
build_type: pull-request
282+
matrix_type: nightly
283+
matrix_filter: map(select(.GPU == "gb300"))
280284
script: ci/test_cpp.sh
281285
conda-cpp-debug-tests:
282286
needs: [checks, changed-files]
@@ -288,14 +292,15 @@ jobs:
288292
pull-requests: read
289293
secrets: inherit # zizmor: ignore[secrets-inherit]
290294
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
291-
if: fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
295+
if: false
292296
with:
293297
build_type: pull-request
294298
node_type: "gpu-l4-latest-1"
295299
arch: "amd64"
296300
container_image: "rapidsai/ci-conda:26.10-latest"
297301
script: "ci/test_cpp_debug.sh"
298302
conda-python-build:
303+
if: false
299304
needs: [build-details, conda-cpp-build]
300305
permissions:
301306
actions: read
@@ -378,6 +383,7 @@ jobs:
378383
dry-run: true
379384
version-map: '{"26.04": "legacy", "26.06": "stable"}'
380385
wheel-build-cpp:
386+
if: false
381387
needs: [build-details, checks]
382388
permissions:
383389
actions: read
@@ -443,6 +449,7 @@ jobs:
443449
build_type: pull-request
444450
script: ci/test_wheel_integrations.sh
445451
devcontainer:
452+
if: false
446453
permissions:
447454
actions: read
448455
contents: read
@@ -471,7 +478,7 @@ jobs:
471478
permissions:
472479
actions: write
473480
needs: pr-builder
474-
if: ${{ vars.TELEMETRY_ENABLED == 'true' && !cancelled() && github.run_attempt == '1' }}
481+
if: false
475482
continue-on-error: true
476483
steps:
477484
- name: Telemetry summarize

0 commit comments

Comments
 (0)