You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable install test by default - only run manually
The install test builds too many dependencies from source (60+ min):
- cmake: 8+ minutes
- openmpi: 4+ minutes
- Binary cache doesn't have matching architectures
- Times out the 45 minute limit
Now only runs on manual workflow_dispatch trigger.
Fast tests still run on every commit:
- Lint & Style Check (~2 min)
- Spec Concretization (~2 min)
These validate the package definition is correct.
The install test can be run manually before Spack PR submission.
0 commit comments