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
This commit is contained in:

committed by
Todd Gamblin

parent
bb10bc39ab
commit
99fb394ac1
13
share/spack/qa/configuration/packages.yaml
Normal file
13
share/spack/qa/configuration/packages.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
packages:
|
||||
cmake:
|
||||
buildable: False
|
||||
paths:
|
||||
cmake@2.8.12.2: /usr
|
||||
r:
|
||||
buildable: False
|
||||
paths:
|
||||
r@3.0.2: /usr
|
||||
perl:
|
||||
buildable: False
|
||||
paths:
|
||||
perl@5.18.2: /usr
|
Reference in New Issue
Block a user