-
Notifications
You must be signed in to change notification settings - Fork 119
/
aws-before-suite-metrics.yaml
81 lines (81 loc) · 3.13 KB
/
aws-before-suite-metrics.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
69
70
71
72
73
74
75
76
77
78
79
80
81
awsbeforeSuiteMetrics:
- name: cluster-health-check
regex: "cluster failed health check"
highThreshold: 1
lowThreshold: -1
- name: quota-check
regex: "currently not enough quota exists to run this test"
highThreshold: 1
lowThreshold: -1
- name: missing quota for cluster creation
regex: "last error api error: Unauthorized due to missing quota"
highThreshold: 3
lowThreshold: -1
- name: cluster-install timeout
regex: "Cluster is not ready, current status 'installing'"
highThreshold: 20
lowThreshold: -1
- name: cluster-setup
regex: "failed to setup cluster for testing"
highThreshold: 1
lowThreshold: -1
- name: cluster-retrieval OCM error
regex: "error during OCM attempt: couldn't retrieve cluster"
highThreshold: 3
lowThreshold: -1
- name: AWS error due to missing source clusterconfig
regex: "CVO State not complete: Failing: True Cluster operator insights is reporting a failure: Source clusterconfig could not be retrieved:"
highThreshold: 80
lowThreshold: -1
- name: AWS credentials not valid
regex: "Error creating cluster: The provided AWS credentials are not valid"
highThreshold: 1
lowThreshold: -1
- name: AWS region not enabled
regex: "Error creating cluster: AWS region is not enabled"
highThreshold: 1
lowThreshold: -1
- name: AWS image AMI failure
regex: "Error creating cluster: Failed to create instance using AMI"
highThreshold: 1
lowThreshold: -1
- name: BYOC account vaildation failure
regex: "An error occurred while trying to validate BYOC account: Failed to get the user details"
highThreshold: 1
lowThreshold: -1
- name: AMI ID Retieval Failure
regex: "Failed to get AMI ID"
highThreshold: 1
lowThreshold: -1
- name: Setting osa_use_marketplace_ami property manually
regex: "Setting the 'rosa_use_marketplace_ami' property manually is not supported"
highThreshold: 1
lowThreshold: -1
- name: Test Panicked due to runtime error
regex: "runtime error: invalid memory address or nil pointer dereference"
highThreshold: 1
lowThreshold: -1
- name: Error in PollClusterHealth
regex: "Error in PollClusterHealth"
highThreshold: 50
lowThreshold: -1
- name: running task Updating Alertmanager failed
regex: "Failed to rollout the stack. Error: running task Updating Alertmanager failed: waiting for Alertmanager object changes failed"
highThreshold: 125
lowThreshold: -1
- name: timed out waiting for the condition during syncRequiredMachineConfigPools
regex: "timed out waiting for the condition during syncRequiredMachineConfigPools: error pool master is not ready, retrying"
highThreshold: 85
lowThreshold: -1
- name: error creating cluster
regex: "Error creating cluster: identifier is '500', code is 'CLUSTERS-MGMT-500'"
highThreshold: 1
lowThreshold: -1
- name: failed to get access keys for user 'osdCcsAdmin'
regex: "Unable to create cluster spec: Failed to get access keys for user 'osdCcsAdmin': NoSuchEntity: The Access Key with id"
highThreshold: 1
lowThreshold: -1
- name: AWS client creation failure
regex: "Failed to create AWS client: Failed to find credentials. Check your AWS configuration and try again"
highThreshold: 1
lowThreshold: -1