Skip to content

feat: add rapids doctor smoketest to stable install tests#839

Merged
rapids-bot[bot] merged 4 commits into
rapidsai:mainfrom
gforsyth:smoketest
May 4, 2026
Merged

feat: add rapids doctor smoketest to stable install tests#839
rapids-bot[bot] merged 4 commits into
rapidsai:mainfrom
gforsyth:smoketest

Conversation

@gforsyth

Copy link
Copy Markdown
Contributor

xref rapidsai/build-planning#226

Adding a rapids-cli smoke test -- this currently clones from upstream main for rapids-cli -- once there is a more regular release cadence, we can pull from PyPI.

Comment thread .github/workflows/pr.yaml Outdated
Comment on lines +66 to +103
stable-install-pip-test-matrix:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main
with:
build_type: nightly
matrix_name: wheels-test
test-stable-install-pip:
needs: stable-install-pip-test-matrix
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.stable-install-pip-test-matrix.outputs.matrix) }}
with:
build_type: pull-request
arch: "${{matrix.ARCH}}"
node_type: "gpu-${{ matrix.GPU }}-latest-1"
container_image: "rapidsai/citestwheel:26.04-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}-${{ matrix.ARCH }}"
script: |
./ci/stable_install/install_and_test_pip.sh --cuda ${{ matrix.CUDA_VER }} --python ${{ matrix.PY_VER }}
stable-install-conda-test-matrix:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/compute-matrix.yaml@main
with:
build_type: nightly
matrix_name: conda-python-tests
test-stable-install-conda:
needs: stable-install-conda-test-matrix
uses: rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.stable-install-conda-test-matrix.outputs.matrix) }}
with:
build_type: pull-request
node_type: "gpu-${{ matrix.GPU }}-latest-1"
arch: "${{ matrix.ARCH }}"
container_image: "rapidsai/ci-conda:26.04-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}"
script: |
./ci/stable_install/install_and_test_conda.sh --cuda ${{ matrix.CUDA_VER }} --python ${{ matrix.PY_VER }}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will get reverted before merging, just here for testing the changes in this PR

@gforsyth

gforsyth commented May 4, 2026

Copy link
Copy Markdown
Contributor Author

/merge

@rapids-bot rapids-bot Bot merged commit c1debd6 into rapidsai:main May 4, 2026
40 checks passed
@gforsyth gforsyth deleted the smoketest branch May 4, 2026 20:19
rapids-bot Bot pushed a commit that referenced this pull request Jun 24, 2026
We recently release rapids-cli 0.2.0 so I thought this could be updated here. 

For the record we do have teh release in pypi and in the rapidsai channel for conda. 

I think I cover all the places, but let me know if I missed something. I wasn't quite sure how or if it's possible to to test this locally, though. 

cc; @gforsyth since you put up this one initially #839

Authors:
  - Naty Clementi (https://github.com/ncclementi)

Approvers:
  - Gil Forsyth (https://github.com/gforsyth)

URL: #854
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants