This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
Summary
Jobs
conda-cpp-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)
conda-pytorch-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-pylibwholegraph
compute-matrix
11.8.0, 3.9, amd64, ubuntu18.04, v100
11.8.0, 3.10, amd64, ubuntu18.04, v100
12.0.1, 3.9, amd64, ubuntu18.04, v100
12.0.1, 3.10, amd64, ubuntu18.04, v100
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-cpp-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 }}
conda-pytorch-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-pylibwholegraph:
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
matrix_filter: map(select(.ARCH == "amd64"))
You can’t perform that action at this time.