diff options
author | Massimiliano Culpo <massimiliano.culpo@googlemail.com> | 2017-08-19 23:52:27 +0200 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2017-08-19 14:52:27 -0700 |
commit | 99fb394ac18b7ef1bc4f9ee34242a69b42781ab8 (patch) | |
tree | 378dd100563a4ee5a3ab1a37b45137e3c269a4d4 /share | |
parent | bb10bc39abd27d9ffee379b02ceff23a020f2391 (diff) | |
download | spack-99fb394ac18b7ef1bc4f9ee34242a69b42781ab8.tar.gz spack-99fb394ac18b7ef1bc4f9ee34242a69b42781ab8.tar.bz2 spack-99fb394ac18b7ef1bc4f9ee34242a69b42781ab8.tar.xz spack-99fb394ac18b7ef1bc4f9ee34242a69b42781ab8.zip |
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
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/qa/configuration/packages.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/spack/qa/configuration/packages.yaml b/share/spack/qa/configuration/packages.yaml new file mode 100644 index 0000000000..fad3489d3b --- /dev/null +++ b/share/spack/qa/configuration/packages.yaml @@ -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 |