Summary
Jobs
conda-python-tests
compute-matrix
tests (11.2.2, centos7, amd64, 3.9, v100, earliest)
tests (11.2.2, ubuntu20.04, amd64, 3.9, v100, earliest)
tests (11.2.2, ubuntu20.04, amd64, 3.9, v100, latest)
tests (11.4.3, ubuntu20.04, amd64, 3.9, v100, earliest)
tests (11.4.3, ubuntu20.04, amd64, 3.9, v100, latest)
tests (11.4.3, ubuntu20.04, arm64, 3.9, a100, latest)
tests (11.5.2, ubuntu20.04, amd64, 3.10, v100, earliest)
tests (11.5.2, rockylinux8, amd64, 3.10, v100, earliest)
tests (11.8.0, ubuntu22.04, amd64, 3.10, v100, latest)
tests (11.8.0, ubuntu22.04, arm64, 3.10, a100, latest)
tests (11.8.0, rockylinux8, amd64, 3.10, v100, latest)
tests (11.8.0, rockylinux8, arm64, 3.10, a100, latest)
tests (12.0.1, ubuntu22.04, amd64, 3.10, v100, latest)
wheel-tests
compute-matrix
11.8.0, 3.9, amd64, ubuntu18.04, v100
11.8.0, 3.10, amd64, ubuntu18.04, v100
11.8.0, 3.9, arm64, ubuntu20.04, a100
11.8.0, 3.10, arm64, ubuntu20.04, a100
12.0.1, 3.9, amd64, ubuntu18.04, v100
12.0.1, 3.10, amd64, ubuntu18.04, v100
12.0.1, 3.9, arm64, ubuntu20.04, a100
12.0.1, 3.10, arm64, ubuntu20.04, a100
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:
conda-python-tests:
secrets: inherit
uses: rapidsai/shared-action-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-action-workflows/.github/workflows/[email protected]
with:
build_type: nightly
branch: ${{ inputs.branch }}
date: ${{ inputs.date }}
sha: ${{ inputs.sha }}
script: ci/test_wheel.sh
test-docker-options: "--cap-add CAP_SYS_PTRACE --shm-size=8g"
You can’t perform that action at this time.