Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ It uses the following variables: | Input / Variable | Description | Default value | | ------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- | | `image` / `K6_IMAGE` | The Docker image used to run k6 | `registry.hub.docker.com/loadimpact/k6:latest` | | `image` / `K6_IMAGE` | The Docker image used to run k6 | `registry.hub.docker.com/grafana/k6:latest` | | `tests-dir` / `K6_TESTS_DIR` | The k6 tests directory | `k6` | | `extra-args` / `K6_EXTRA_ARGS` | k6 extra [command-line](https://k6.io/docs/getting-started/running-k6) | _none_ | | `review-enabled` / `REVIEW_ENABLED` | Set to `true` to enable k6 tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) | Loading kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ { "name": "K6_IMAGE", "description": "The Docker image used to run k6 CLI.", "default": "registry.hub.docker.com/loadimpact/k6:latest" "default": "registry.hub.docker.com/grafana/k6:latest" }, { "name": "K6_TESTS_DIR", Loading templates/gitlab-ci-k6.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ spec: inputs: image: description: The Docker image used to run k6 CLI. default: registry.hub.docker.com/loadimpact/k6:latest default: registry.hub.docker.com/grafana/k6:latest tests-dir: description: The k6 tests directory default: k6 Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ It uses the following variables: | Input / Variable | Description | Default value | | ------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- | | `image` / `K6_IMAGE` | The Docker image used to run k6 | `registry.hub.docker.com/loadimpact/k6:latest` | | `image` / `K6_IMAGE` | The Docker image used to run k6 | `registry.hub.docker.com/grafana/k6:latest` | | `tests-dir` / `K6_TESTS_DIR` | The k6 tests directory | `k6` | | `extra-args` / `K6_EXTRA_ARGS` | k6 extra [command-line](https://k6.io/docs/getting-started/running-k6) | _none_ | | `review-enabled` / `REVIEW_ENABLED` | Set to `true` to enable k6 tests on review environments (dynamic environments instantiated on development branches) | _none_ (disabled) | Loading
kicker.json +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ { "name": "K6_IMAGE", "description": "The Docker image used to run k6 CLI.", "default": "registry.hub.docker.com/loadimpact/k6:latest" "default": "registry.hub.docker.com/grafana/k6:latest" }, { "name": "K6_TESTS_DIR", Loading
templates/gitlab-ci-k6.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ spec: inputs: image: description: The Docker image used to run k6 CLI. default: registry.hub.docker.com/loadimpact/k6:latest default: registry.hub.docker.com/grafana/k6:latest tests-dir: description: The k6 tests directory default: k6 Loading