forked from cloud-bulldozer/orion
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrt-external-payload-crd-scale.yaml
More file actions
43 lines (41 loc) · 1.11 KB
/
trt-external-payload-crd-scale.yaml
File metadata and controls
43 lines (41 loc) · 1.11 KB
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
tests:
- name: payload-crd-scale
metadata:
platform: AWS
clusterType: self-managed
masterNodesType: m6a.xlarge
masterNodesCount: 3
workerNodesType: m6a.xlarge
workerNodesCount: 6
benchmark.keyword: crd-scale
ocpVersion: "{{ version }}"
networkType: OVNKubernetes
jobType: {{ jobtype | default('periodic') }}
pullNumber: {{ pull_number | default(0) }}
organization: {{ organization | default('') }}
repository: {{ repository | default('') }}
not:
stream: okd
metrics:
- name: apiserverCPU
metricName.keyword: containerCPU
labels.namespace.keyword: openshift-kube-apiserver
metric_of_interest: value
agg:
value: cpu
agg_type: avg
labels:
- "[Jira: kube-apiserver]"
direction: 1
threshold: 10
- name: etcdCPU
metricName.keyword: containerCPU
labels.namespace.keyword: openshift-etcd
metric_of_interest: value
agg:
value: cpu
agg_type: avg
labels:
- "[Jira: etcd]"
direction: 1
threshold: 10