1. 13 Sep, 2022 1 commit
  2. 26 Aug, 2022 1 commit
  3. 04 Aug, 2022 1 commit
  4. 18 Mar, 2022 1 commit
  5. 15 Mar, 2022 1 commit
  6. 15 Nov, 2021 1 commit
    • Jacob Blain Christen's avatar
      tests/vagrant: refactor vagrant smoke tests (#4484) · c77efe64
      Jacob Blain Christen authored
      
      - updated `tests/TESTING.md`
      - cgroup, snapshotter, and install tests all under tests/vagrant
      - cgroup and snapshotter workflows trigger for all code changes on all branches (excluding markdown docs, install script, and other vagrant tests)
      - install workflow triggers for relevant script and fixture changes, only on master or pull-requests that target it
      - integration and unit test workflows should not trigger for install script changes nor anything under tests/vagrant
      Signed-off-by: default avatarJacob Blain Christen <jacob@rancher.com>
      c77efe64
  7. 08 Nov, 2021 1 commit
  8. 29 Oct, 2021 1 commit
    • Jacob Blain Christen's avatar
      install.sh: initial support for sle-micro (#4331) · 52eb6cac
      Jacob Blain Christen authored
      
      Support invoking install.sh on SLE Micro with or without SELinux
      enabled. Same deal for SLES.
      
      Additionally, easy-to-invoke assertions, via Vagrant, that the local
      install.sh works correctly:
      - tests/install/centos-7 (stand-in for rhel 7)
      - tests/install/centos-8 (stand-in for rhel 8)
      - tests/install/opensuse-leap (stand-in for sles)
      - tests/install/opensuse-microos (stand-in for sle-micro)
      - tests/install/ubuntu-focal
      
      Addresses #3188
      Addresses #3917
      Signed-off-by: default avatarJacob Blain Christen <jacob@rancher.com>
      52eb6cac