-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
43 lines (43 loc) · 938 Bytes
/
Copy pathplugin.yml
File metadata and controls
43 lines (43 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: K6 runner
description: Trigger a k6 load test
author: https://github.com/cesarafterpay/k6-buildkite-plugin
requirements:
- docker
- docker-compose
configuration:
definitions:
environment_variable:
type: object
properties:
name:
type: string
value:
type: string
required:
- name
properties:
cloudflare_access_enabled:
type: boolean
cloudflare_access_client_id:
type: string
cloudflare_access_client_secret:
type: string
docker_container_name:
type: string
duration:
type: integer
environment_variables:
- type: array
items:
$ref: '#/definitions/environment_variable'
minimum: 1
simulation_file:
type: string
stop_signal:
type: string
trigger_before_command:
type: boolean
required:
- duration
- simulation_file
additionalProperties: false