Moved flake8, shell and documentation tests to Github Action (#17328)
* Move flake8 tests on Github Actions * Move shell test to Github Actions * Moved documentation build to Github Action * Don't run coverage on Python 2.6 Since we get connection errors consistently on Travis when trying to upload coverage results for Python 2.6, avoid computing coverage entirely to speed-up tests.
Showing
- .github/workflows/linux_unit_tests.yaml 80 additions, 0 deletions.github/workflows/linux_unit_tests.yaml
- .travis.yml 10 additions, 109 deletions.travis.yml
- lib/spack/spack/test/llnl/util/lock.py 0 additions, 2 deletionslib/spack/spack/test/llnl/util/lock.py
- share/spack/qa/run-shell-tests 1 addition, 1 deletionshare/spack/qa/run-shell-tests
- share/spack/qa/run-unit-tests 1 addition, 5 deletionsshare/spack/qa/run-unit-tests
- share/spack/qa/setup.sh 8 additions, 8 deletionsshare/spack/qa/setup.sh
Please register or sign in to comment