grafana/k6

Test k6 installation in CI

Open

#3,062 创建于 2023年5月10日

在 GitHub 查看
 (2 评论) (2 反应) (0 负责人)Go (30,564 star) (1,537 fork)batch import
cifeaturegood first issue

描述

Feature Description

We've had reports of k6 failing to install on some systems (#854, #2608, #3055), so it would be good to have a CI job that runs after every release (whenever we publish packages to dl.k6.io) to ensure k6 installs smoothly on most modern systems. We could also schedule it periodically, to ensure our infrastructure around it is working properly.

This should be relatively simple to automate for a few Linux distros (Ubuntu, Debian, Fedora, CentOS, etc.), and we can potentially consider doing it for macOS and Windows. For macOS we'd have to wait for the Homebrew package to be updated, so that could possibly be implemented as a trigger. And for Windows, the MSI installation can be scripted, so it should be possible to do this in CI.

We should test several versions of each OS, to ensure it doesn't just work for the latest releases.

Suggested Solution (optional)

No response

Already existing or connected issues / PRs (optional)

No response

贡献者指南