Summary
Jobs
build
compute-matrix
build (amd64, 3.10, 11.8.0, ubuntu22.04)
build (amd64, 3.10, 12.5.1, ubuntu22.04)
build (amd64, 3.11, 11.8.0, ubuntu22.04)
build (amd64, 3.11, 12.5.1, ubuntu22.04)
build (amd64, 3.12, 11.8.0, ubuntu22.04)
build (amd64, 3.12, 12.5.1, ubuntu22.04)
build (arm64, 3.10, 11.8.0, ubuntu22.04)
build (arm64, 3.10, 12.5.1, ubuntu22.04)
build (arm64, 3.11, 11.8.0, ubuntu22.04)
build (arm64, 3.11, 12.5.1, ubuntu22.04)
build (arm64, 3.12, 11.8.0, ubuntu22.04)
build (arm64, 3.12, 12.5.1, ubuntu22.04)
test-conda-nightly-env
compute-matrix
build (amd64, 3.10, 11.8.0, ubuntu22.04)
build (amd64, 3.10, 12.5.1, ubuntu22.04)
build (amd64, 3.11, 11.8.0, ubuntu22.04)
build (amd64, 3.11, 12.5.1, ubuntu22.04)
build (amd64, 3.12, 11.8.0, ubuntu22.04)
build (amd64, 3.12, 12.5.1, ubuntu22.04)
build (arm64, 3.10, 11.8.0, ubuntu22.04)
build (arm64, 3.10, 12.5.1, ubuntu22.04)
build (arm64, 3.11, 11.8.0, ubuntu22.04)
build (arm64, 3.11, 12.5.1, ubuntu22.04)
build (arm64, 3.12, 11.8.0, ubuntu22.04)
build (arm64, 3.12, 12.5.1, ubuntu22.04)
pr-builder
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: pr
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pr-builder:
needs:
- build
- test-conda-nightly-env
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
build:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
test-conda-nightly-env:
secrets: inherit
# We use a build workflow so that we get CPU jobs and high matrix coverage
uses: rapidsai/shared-workflows/.github/workflows/[email protected]
with:
build_type: pull-request
script: "ci/test_conda_nightly_env.sh"
You can’t perform that action at this time.