1. 21 Apr, 2020 5 commits
  2. 20 Apr, 2020 23 commits
  3. 19 Apr, 2020 5 commits
  4. 18 Apr, 2020 5 commits
  5. 17 Apr, 2020 2 commits
    • Tweaks and comments for ci-improvements, stability, and readibility (#23658) · 4e521a84
      * Tweaks and comments for ci-improvements, stability, and readibility
      - Made naming more obvious and intuitive
      - CI supports grafana e2e plus more granular design
        (side effect that it takes slightly longer, but negligable)
      - disable strict e2e errors through environment variable
      - Added tools for linting and for building plugin-ci
      
      * feedback from stevev - remove version. Causes problems
      Stephanie Closson committed
    • Toolkit: Update slim debian image for e2e testing (#23629) · 336ab899
      * Because alpine uses musl instead of libc, the e2e/cypress was not compatible
      So:
      - Created new VM based on debian-slim
      - Could also be used as a build VM
      
      Fixes:
      - ginstall issue with merge somewhere.
      - Trimmed down the alpine VM since we don't need the extra libraries for cypress
      
      * Fix: Don't need cp on debian
      Fix: Don't use /bin/sh on debian. Only for alpine. Use /bin/bash on debian
      Fix: Missing dependencies to e2e tests
      Stephanie Closson committed