From 2aa8132afd4326684626d2f0043e7006801f9e34 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 25 Dec 2019 09:06:48 +0100 Subject: Migrate build tests from Travis to Github Actions (#13967) This PR moves build smoke tests from TravisCI and migrates them to Github Actions. The result is that build tests are performed in parallel with unit tests and they don't hog additional resources on Travis. The workflow will not run if a PR only changes packages in the built-in repository, but will always run on pushes to develop or master. * Removed build tests from Travis and passed them to Github Actions * Store ~/.ccache in Github Actions cache * Add filters on paths and make sure this workflow don't run * Use paths-ignore and exclude only files in the built-in repo * Added a badge to README.md --- share/spack/qa/configuration/packages.yaml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/spack/qa/configuration/packages.yaml b/share/spack/qa/configuration/packages.yaml index fad3489d3b..076095a7ca 100644 --- a/share/spack/qa/configuration/packages.yaml +++ b/share/spack/qa/configuration/packages.yaml @@ -2,12 +2,25 @@ packages: cmake: buildable: False paths: - cmake@2.8.12.2: /usr + cmake@3.12.4: /usr r: buildable: False paths: - r@3.0.2: /usr + r@3.4.4: /usr perl: buildable: False paths: - perl@5.18.2: /usr + perl@5.26.1: /usr + findutils: + buildable: False + paths: + findutils@4.6.0: /usr + openssl: + buildable: False + paths: + openssl@1.1.1: /usr + libpciaccess: + buildable: False + paths: + libpciaccess@0.13.5: /usr + -- cgit v1.2.3-60-g2f50