Summary
Jobs
cpp-tests
compute-matrix
11.4.3, 3.10, amd64, rockylinux8, v100, earliest-driver, oldest-deps
11.8.0, 3.10, amd64, ubuntu20.04, v100, latest-driver, latest-deps
12.0.1, 3.11, amd64, rockylinux8, v100, latest-driver, latest-deps
12.5.1, 3.12, amd64, ubuntu24.04, v100, latest-driver, latest-deps
12.2.2, 3.10, arm64, ubuntu22.04, a100, latest-driver, oldest-deps
11.8.0, 3.11, arm64, ubuntu20.04, a100, latest-driver, latest-deps
12.5.1, 3.12, arm64, rockylinux8, a100, latest-driver, latest-deps
python-tests
compute-matrix
11.4.3, 3.10, amd64, rockylinux8, v100, earliest-driver, oldest-deps
11.8.0, 3.10, amd64, ubuntu20.04, v100, latest-driver, latest-deps
12.0.1, 3.11, amd64, rockylinux8, v100, latest-driver, latest-deps
12.5.1, 3.12, amd64, ubuntu24.04, v100, latest-driver, latest-deps
12.2.2, 3.10, arm64, ubuntu22.04, a100, latest-driver, oldest-deps
11.8.0, 3.11, arm64, ubuntu20.04, a100, latest-driver, latest-deps
12.5.1, 3.12, arm64, rockylinux8, a100, latest-driver, latest-deps
wheel-tests
compute-matrix
11.8.0, 3.10, amd64, rockylinux8, v100, latest-driver, oldest-deps
12.0.1, 3.11, amd64, ubuntu20.04, v100, latest-driver, latest-deps
12.5.1, 3.12, amd64, ubuntu22.04, v100, earliest-driver, latest-deps
12.5.1, 3.12, amd64, ubuntu24.04, v100, latest-driver, latest-deps
11.8.0, 3.10, arm64, rockylinux8, a100, latest-driver, oldest-deps
12.2.2, 3.11, arm64, ubuntu20.04, a100, latest-driver, latest-deps
12.5.1, 3.12, arm64, ubuntu24.04, a100, latest-driver, latest-deps
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test
on:
workflow_dispatch:
inputs:
branch:
required: true
type: string
date:
required: true
type: string
sha:
required: true
type: string
jobs:
cpp-tests:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: nightly
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
python-tests:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: nightly
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
wheel-tests:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: nightly
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
script: ci/test_wheel.sh
You can’t perform that action at this time.