Skip to content

Commit

Permalink
Only use cpu arch combos at first, then add onto that
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jun 20, 2024
1 parent c38732a commit bc6696a
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/stage-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,33 +115,11 @@ jobs:
wheel-tests:
strategy:
matrix:
distro: [
"amazonlinux:2023",
"ubuntu:22.04",
"python:3.8",
"python:3.9",
"python:3.10",
"python:3.11",
"python:3.12",
]
python-version: [
# Python version, Python tag
["3.8", "cp38"],
["3.9", "cp39"],
["3.10", "cp310"],
["3.11", "cp311"],
["3.12", "cp312"],
]
platform: [
# Platform in artifact file name, Docker platform
["x86_64", "linux/amd64"],
["aarch64", "linux/arm64"],
]
# Exclude all matrix combinations, then selectively pick the combinations of distros, python versions, and CPU archs
# we want to test
exclude:
- platform: ["x86_64", "linux/amd64"]
- platform: ["aarch64", "linux/arm64"]
include:
- distro: amazonlinux:2023
python-version: ["3.9", "cp39"]
Expand Down

0 comments on commit bc6696a

Please sign in to comment.