Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: some test jobs are redundant #392

Open
leofang opened this issue Jan 14, 2025 · 0 comments · May be fixed by #393
Open

CI: some test jobs are redundant #392

leofang opened this issue Jan 14, 2025 · 0 comments · May be fixed by #393
Labels
CI/CD CI/CD infrastructure enhancement Any code-related improvements P1 Medium priority - Should do

Comments

@leofang
Copy link
Member

leofang commented Jan 14, 2025

Right now this matrix would generate 60=2*5*3*2 jobs:

matrix:
host-platform:
- linux-64
- linux-aarch64
# TODO: enable testing once win-64 GPU runners are up
# - win-64
python-version:
- "3.13"
- "3.12"
- "3.11"
- "3.10"
- "3.9"
cuda-version:
# Note: this is for test-time only.
- "12.6.2"
- "12.0.1"
- "11.8.0"
local-ctk:
- 1 # use mini CTK
- 0 # use CTK wheels

However, 10=2*5 of them (CTK 12.0.1 wheels) are redundant and can be removed, because it is hard to install the 12.0 wheels through the package dependency resolution. We should just remove them.

@github-actions github-actions bot added the triage Needs the team's attention label Jan 14, 2025
@leofang leofang linked a pull request Jan 14, 2025 that will close this issue
@leofang leofang added enhancement Any code-related improvements P1 Medium priority - Should do CI/CD CI/CD infrastructure and removed triage Needs the team's attention labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD CI/CD infrastructure enhancement Any code-related improvements P1 Medium priority - Should do
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant