-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathqdup.yaml
68 lines (61 loc) · 1.33 KB
/
qdup.yaml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
hosts:
sut: ${{SUT_SERVER}}
datasource: ${{DS_SERVER}}
driver: ${{LOAD_DRIVER_SERVER}}
roles:
datasource:
hosts:
- datasource
setup-scripts:
- infer-datastouce-hostnames
- prepare-superheroes
- start-jaeger
- start-otel
- start-heroes-db
- start-villains-db
- start-locations-db
- start-fights-db
- start-apicurio
- start-kafka
cleanup-scripts:
- cleanup-datasources
sut:
hosts:
- sut
setup-scripts:
- prepare-images # should be exposed by script files in /modes folder
- infer-datastouce-hostnames
- infer-services-hostnames
- start-heroes-rest
- start-villains-rest
- start-locations-grpc
- start-fights-rest
- start-fights-ui
cleanup-scripts:
- cleanup-superheroes
# all these scripts must be exposed by script files in /drivers folder
driver:
hosts:
- driver
setup-scripts:
- setup-driver
run-scripts:
- run-benchmark
cleanup-scripts:
- cleanup-driver
profiler:
hosts:
- sut
setup-scripts:
- app-prof-setup
run-scripts:
- run-pidstat
- run-vmstat
- run-mpstat
- run-pmap
- run-strace
- run-perfstat
cleanup-scripts:
- export-metrics
- cleanup-profiling
states: