flagger-k6-webhook icon indicating copy to clipboard operation
flagger-k6-webhook copied to clipboard

Using k6 to do load testing of the canary before rolling out traffic

Results 8 flagger-k6-webhook issues
Sort by recently updated
recently updated
newest added

Enables the publishing of the work from https://github.com/grafana/flagger-k6-webhook/pull/127

Right now it looks like `K6_CLOUD_TOKEN` can only be set globally for the whole process. This way, means that right now every canary that uses the same load balancer also...

At the moment I believe when a new version of [flagger-k6-webhook](https://github.com/grafana/flagger-k6-webhook) is released it just gets tagged with 'latest'. Would it be possible to also tag the new images with...

Hi Just a query with regards to the current webhook, is it possible to run predefined js scripts as part of the webhook or is tis limited to running embedded...

K6 supports running tests from a directory structure, using imports. This could be supported by loading common config maps (one or many) The benefits of this are: - Reusing the...

This solves a couple issues: - If a very heavy test is launched, it can't kill the main process - The script that was run and its output can be...

Just enabled CodeQL and it found this one Tracking issue for: - [ ] https://github.com/grafana/flagger-k6-webhook/security/code-scanning/1

According to https://github.com/golang/mock gomock is no longer maintained. We should probably move to something like https://github.com/uber/mock now.