Skip to content
Snippets Groups Projects
  1. Jan 01, 2020
    • Todd Gamblin's avatar
      tests: rename checks in github actions · 9192f046
      Todd Gamblin authored
      I usually want to look at the Travis CI output, but I currently have to
      scroll down to see it. This renames checks to be a bit shorter and more
      consistent with Travis's naming, and also so that actions appear lower
      than travis and codecov in the list of checks.
      9192f046
  2. Dec 31, 2019
  3. Dec 25, 2019
    • Massimiliano Culpo's avatar
      Migrate build tests from Travis to Github Actions (#13967) · 2aa8132a
      Massimiliano Culpo authored
      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
      2aa8132a
  4. Dec 24, 2019
    • Massimiliano Culpo's avatar
      tests: check min required python version with vermin (#14289) · d333e147
      Massimiliano Culpo authored
      This commit removes the `python_version.py` unit test module
      and the vendored dependencies `pyqver2.py` and `pyqver3.py`.
      It substitutes them with an equivalent check done using
      `vermin` that is run as a separate workflow via Github Actions.
      
      This allows us to delete 2 vendored dependencies that are unmaintained
      and substitutes them with a maintained tool.
      
      Also, updates the list of vendored dependencies.
      d333e147
  5. Aug 08, 2019
  6. Aug 04, 2019
  7. Jul 01, 2019
  8. Feb 08, 2019
  9. Dec 19, 2018
  10. Aug 21, 2018
  11. Aug 20, 2018
    • Massimiliano Culpo's avatar
      Introduce templates for specific issue types (#8842) · 2cd3e3fa
      Massimiliano Culpo authored
      This replaces the single github issue-reporting template with templates for the
      following types of issues:
      
      * Build issues
      * Spack command errors
      * Feature request
      
      Each template includes suggestions which are generally useful for the type of
      issue encountered.
      2cd3e3fa
  12. Jun 25, 2018
Loading