Massimiliano Culpo
1f7f076189
Group tests with similar duration together
...
Style and documentation tests take just a few minutes
to run. Since in Github actions one can't restart a single
job but needs to restart an entire workflow, here we group
tests with similar duration together.
2020-07-29 11:23:34 -07:00
Todd Gamblin
11088df402
Remove references to master
from CI
...
- [x] remove master from github actions
- [x] remove master from .travis.yml
- [x] make `develop` the default branch for `spack ci`
2020-07-06 11:39:19 -07:00
Greg Becker
cec55577d4
run github workflows on release branches ( #17317 )
2020-06-30 18:10:10 -05:00
Massimiliano Culpo
5fc88a7c65
Skip failing test on MacOS ( #17072 )
...
* Skip failing test on MacOS
* Update setup-python action and unpin coverage
2020-06-15 13:24:56 -05:00
Massimiliano Culpo
8c12030498
Fix MacOS tests on develop
...
The -u option allows to update the current head,
so tests won't fail if we are on develop
2020-05-09 17:41:57 -07:00
Massimiliano Culpo
05203ec3fb
Add unit test on MacOS using Github Actions ( #14220 )
...
- Remove macos tests from travis
- Add macos tests in github actions.
2020-05-09 13:35:14 -07:00