Skip to content
Snippets Groups Projects
  1. Aug 13, 2020
  2. Aug 04, 2020
    • Massimiliano Culpo's avatar
      MacOS nightly builds: use Python 3.7 in CI · b1133fab
      Massimiliano Culpo authored
      Nightly builds with MacOS started failing again
      due to an upgrade of the default virtual environment
      that now uses Python 3.8
      
      This makes us hit #14102 and every build fails. This
      commit should be reverted along with the fix to #14102.
      b1133fab
  3. Aug 01, 2020
    • Massimiliano Culpo's avatar
      Avoid update and upgrades to brew (#17815) · c65cde4c
      Massimiliano Culpo authored
      Ci is currently failing on brew update with the error:
      ```
      Error: Cannot install bazelisk because conflicting formulae are installed.
        bazel: because Bazelisk replaces the bazel binary
      
      Please `brew unlink bazel` before continuing.
      
      Unlinking removes a formula's symlinks from /usr/local. You can
      link the formula again after the install finishes. You can --force this
      install, but the build may fail or cause obscure side effects in the
      resulting software.
      ```
      Avoiding:
      ```
      $ brew update
      $ brew upgrade
      ```
      solves the issue by preventing the risk of conflicting formulae
      c65cde4c
  4. Jul 31, 2020
    • Massimiliano Culpo's avatar
      Move Python 2.6 unit tests to Github Actions (#17279) · 9dbad500
      Massimiliano Culpo authored
      * Run Python2.6 unit tests on Github Actions
      * Skip url tests on Python 2.6 to reduce waiting times
      * Skip foreground background tests on Python 2.6 to reduce waiting times
      * Removed references to Travis in the documentation
      * Deleted install_patchelf.sh (can be installed from repo on CentOS 6)
      9dbad500
  5. Jul 29, 2020
  6. Jul 21, 2020
    • Massimiliano Culpo's avatar
      Fix MacOS build tests (#17542) · ab32799b
      Massimiliano Culpo authored
      * MacOS build tests
      
      - Run on PR that modify the YAML file of the workflow
      - Don't clone Spack, since we are in the Spack repo now
      
      * Try to add opengl to configuration to build jupyter
      
      * fixup
      ab32799b
  7. Jul 06, 2020
  8. Jul 01, 2020
  9. Jun 30, 2020
  10. Jun 23, 2020
    • Massimiliano Culpo's avatar
      Added unit tests to Github Actions (#16610) · 239b709f
      Massimiliano Culpo authored
      * Added unit tests to Github Actions
      
      * Set user e-mail and name for git tests to succeed
      
      * Simplify setup.sh logic
      
      * Replicate Travis script on Github Actions
      
      * Update flags since '.' is not allowed
      
      * Added badge, simplified workflow
      
      * Remove pinning of coverage
      
      * Remove unit tests run on Github Actions from Travis
      239b709f
  11. Jun 15, 2020
  12. May 10, 2020
  13. May 09, 2020
  14. May 06, 2020
  15. Apr 07, 2020
  16. Apr 03, 2020
  17. Mar 12, 2020
  18. Feb 28, 2020
  19. 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
  20. Dec 31, 2019
  21. 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
  22. 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
  23. Aug 08, 2019
  24. Aug 04, 2019
Loading