Commit 123a49b
committed
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.1 parent cc5e285 commit 123a49b
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
0 commit comments