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

feat(dev): add k6 package #2810

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions blueprints/dev/k6/ops2deb.lock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- url: https://github.com/grafana/k6/releases/download/v0.53.0/k6-v0.53.0-linux-amd64.tar.gz
sha256: ec60dad9643e05334ffb1b7997c7015340d29f45ed4807338ebae223593005aa
timestamp: 2024-09-27 21:05:18+00:00
- url: https://github.com/grafana/k6/releases/download/v0.53.0/k6-v0.53.0-linux-arm64.tar.gz
sha256: 3612e5acbf1722d472fad4240433c2e0235ac7c0e99f6bfe851f034e0d36ea2e
timestamp: 2024-09-27 21:05:18+00:00
16 changes: 16 additions & 0 deletions blueprints/dev/k6/ops2deb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: k6
matrix:
architectures:
- amd64
- arm64
versions:
- 0.53.0
homepage: https://k6.io
summary: modern load testing tool, using Go and JavaScript
description: |-
k6 is a modern load-testing tool, built on our years of experience in the
performance and testing industries. It's built to be powerful, extensible, and
full-featured. The key design goal is to provide the best developer experience.
fetch: https://github.com/grafana/k6/releases/download/v{{version}}/k6-v{{version}}-linux-{{target}}.tar.gz
install:
- k6-v{{version}}-linux-{{target}}/k6:/usr/bin/k6
Loading