From 99fb394ac18b7ef1bc4f9ee34242a69b42781ab8 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Sat, 19 Aug 2017 23:52:27 +0200 Subject: Group Travis CI jobs in stages (#5104) - This should speed-up Travis CI tests and refers to #5049 - Travis uses build-stages to group tests together - The idea is to let fast tests fail first, then move to longer ones. - Added external perl to avoid download failure from CPAN and reduce build time - Disabling perl-dbi: continues to fail with (504 Gateway Time-out) on Travis - We now cover all the build systems in tests: - Add back `openblas` to Travis as a separate package. - Switched `openblas` for `astyle` to build a simpler MakefilePackage. - Added 'tut' (WafPackage) - Added 'py-setuptools' (PythonPackage) - Added 'perl-dbi' (PerlPackage) - Added 'build_systems' directory to the ones for which we get a summary - Added 'openjpeg' (CMakePackage) - Added 'r-rcpp' (RPackage) - Added comments to build tests to show the covered build system --- .codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.codecov.yml') diff --git a/.codecov.yml b/.codecov.yml index 1782e78ff9..639b07012d 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -13,6 +13,10 @@ coverage: threshold: 0.5 paths: - lib/spack/spack/cmd + build_systems: + threshold: 0.5 + paths: + - lib/spack/spack/build_systems core: threshold: 0.5 paths: -- cgit v1.2.3-60-g2f50