-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.sample.yaml
50 lines (50 loc) · 1.13 KB
/
main.sample.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
name: 'e2e-test'
logLevel: 'debug'
maximumExecutionTime: '60m'
mode: local
size: 4
topology: line
persistence:
kind: file
path: /tmp/polkadot-lab.output
settlementTime: 20000
testCases:
- name: test-case-number-of-peers
delay: 140000
dependency:
chart: w3f/polkadot-lab-test-case-prometheus
version: "v0.1.0"
values:
logLevel: debug
prometheus:
name: number-of-peers
query: polkadot_sub_libp2p_peers_count
period: 5000
- name: test-case-time-to-finality
delay: 120000
dependency:
chart: w3f/polkadot-lab-test-case-prometheus
version: "v0.1.0"
values:
logLevel: debug
prometheus:
name: time-to-finality
query: rate(polkadot_block_finality_seconds_sum[1m])/rate(polkadot_block_finality_seconds_count[1m])
period: 5000
dependencies:
- chart: w3f/substrate-telemetry
version: 'v2.4.3'
values:
exporter:
config:
subscribe:
chains:
- testnet
- chart: w3f/polkadot
values:
image:
repo: 'parity/polkadot'
tag: 'v0.8.27'
version: 'v0.34.1'
- chart: w3f/polkadot-base-services
version: 'v0.34.1'