Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and enhance the test environment #215

Merged
merged 9 commits into from
Aug 1, 2020

Commits on Aug 1, 2020

  1. Update and enhance the test environment

    - Add more recent version of CentOS, Ubuntu and Debian
    - Integrate tests/root.yml in Travis CI build (not only user.yml)
    - Use latest versions of Ruby, Ansible and docker-compose in Travis CI
      build environment. This change fixes failing tests due to Bundler
      recent versions being incompatible with Ruby 2.2 and 2.3.
    - Minor changes in the tests playbooks (name plays and add tags)
    gildegoma committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    02e75fd View commit details
    Browse the repository at this point in the history
  2. Add system-wide tests to CI and modify assertions

    The new assertion logic aims to validate rvm behaviours in a more
    abstract fashion, instead of directly hitting some installed files
    (which locations depends on RVM internals, i.e. current implementation).
    gildegoma committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    5c0f0f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b78e334 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30c3321 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b58aaa9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5d48d3 View commit details
    Browse the repository at this point in the history
  7. Cleanup: Sort platform versions in ascending order

    As requested during pull request review.
    gildegoma committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    58e5fd4 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    pkuczynski authored and gildegoma committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    ae327bd View commit details
    Browse the repository at this point in the history
  9. Travis CI: Fail fast

    gildegoma committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    943ff23 View commit details
    Browse the repository at this point in the history