Summary
Jobs
checks
docker
compute-matrix
build (amd64, 11.8.0, ubuntu22.04, 3.9, 24.08)
build (arm64, 11.8.0, ubuntu22.04, 3.9, 24.08)
build (amd64, 11.8.0, ubuntu22.04, 3.10, 24.08)
build (arm64, 11.8.0, ubuntu22.04, 3.10, 24.08)
build (amd64, 11.8.0, ubuntu22.04, 3.11, 24.08)
build (arm64, 11.8.0, ubuntu22.04, 3.11, 24.08)
build (amd64, 12.0.1, ubuntu22.04, 3.9, 24.08)
build (arm64, 12.0.1, ubuntu22.04, 3.9, 24.08)
build (amd64, 12.0.1, ubuntu22.04, 3.10, 24.08)
build (arm64, 12.0.1, ubuntu22.04, 3.10, 24.08)
build (amd64, 12.0.1, ubuntu22.04, 3.11, 24.08)
build (arm64, 12.0.1, ubuntu22.04, 3.11, 24.08)
build (amd64, 12.2.2, ubuntu22.04, 3.9, 24.08)
build (arm64, 12.2.2, ubuntu22.04, 3.9, 24.08)
build (amd64, 12.2.2, ubuntu22.04, 3.10, 24.08)
build (arm64, 12.2.2, ubuntu22.04, 3.10, 24.08)
build (amd64, 12.2.2, ubuntu22.04, 3.11, 24.08)
build (arm64, 12.2.2, ubuntu22.04, 3.11, 24.08)
test (amd64, 11.8, 3.9, v100, earliest)
test (amd64, 12.0, 3.10, v100, latest)
test (arm64, 12.2, 3.11, a100, latest)
build-multiarch-manifest
delete-temp-images (11.8.0, 3.9, ubuntu22.04, ubuntu, 22.04, 11.8, amd64, arm64)
delete-temp-images (11.8.0, 3.10, ubuntu22.04, ubuntu, 22.04, 11.8, amd64, arm64)
delete-temp-images (11.8.0, 3.11, ubuntu22.04, ubuntu, 22.04, 11.8, amd64, arm64)
delete-temp-images (12.0.1, 3.9, ubuntu22.04, ubuntu, 22.04, 12.0, amd64, arm64)
delete-temp-images (12.0.1, 3.10, ubuntu22.04, ubuntu, 22.04, 12.0, amd64, arm64)
delete-temp-images (12.0.1, 3.11, ubuntu22.04, ubuntu, 22.04, 12.0, amd64, arm64)
delete-temp-images (12.2.2, 3.9, ubuntu22.04, ubuntu, 22.04, 12.2, amd64, arm64)
delete-temp-images (12.2.2, 3.10, ubuntu22.04, ubuntu, 22.04, 12.2, amd64, arm64)
delete-temp-images (12.2.2, 3.11, ubuntu22.04, ubuntu, 22.04, 12.2, amd64, arm64)
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: ci
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Run pre-commit
run: |
pip install pre-commit
pre-commit run --all-files
docker:
needs: [checks]
uses: ./.github/workflows/build-test-publish-images.yml
with:
build_type: pull-request
run_tests: true
secrets: inherit
You can’t perform that action at this time.