forked from cloud-bulldozer/orion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrhbok.yaml
More file actions
35 lines (31 loc) · 985 Bytes
/
rhbok.yaml
File metadata and controls
35 lines (31 loc) · 985 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
tests:
- name: rhbok
metadata:
ocpVersion: ""
upstreamJob.keyword: periodic-ci-openshift-kueue-operator-main-perfscale-kueue-operator-9nodes
benchmark.keyword: {{ benchmark }}
metrics:
- name: jobReadyLatency-Completion
metricName.keyword: jobLatencyQuantilesMeasurement
quantileName: Complete
metric_of_interest: P99
direction: 1
threshold: 25
- name: jobReadyLatency-StartTime
metricName.keyword: jobLatencyQuantilesMeasurement
quantileName: StartTime
metric_of_interest: P99
direction: 1
threshold: 25
- name: podReadyLatency
metricName.keyword: podLatencyQuantilesMeasurement
quantileName: Ready
metric_of_interest: P99
direction: 1
threshold: 25
- name: containersStartedLatency
metricName.keyword: podLatencyQuantilesMeasurement
quantileName: ContainersStarted
metric_of_interest: P99
direction: 1
threshold: 25