1
1
---
2
2
clusters :
3
3
# collector test clusters
4
- - name : collector-ci-arm64-1-24
5
- version : " 1.24"
6
- launch_type : ec2
7
- instance_type : m6g.large
8
- - name : collector-ci-amd64-1-24
9
- version : " 1.24"
10
- launch_type : ec2
11
- instance_type : " m5.large"
12
- - name : collector-ci-fargate-1-24
13
- version : " 1.24"
14
- launch_type : fargate
15
- - name : collector-ci-arm64-1-25
16
- version : " 1.25"
17
- launch_type : ec2
18
- instance_type : m6g.large
19
- - name : collector-ci-amd64-1-25
20
- version : " 1.25"
21
- launch_type : ec2
22
- instance_type : " m5.large"
23
- - name : collector-ci-fargate-1-25
24
- version : " 1.25"
25
- launch_type : fargate
26
4
- name : collector-ci-arm64-1-26
27
5
version : " 1.26"
28
6
launch_type : ec2
@@ -89,22 +67,12 @@ clusters:
89
67
- name : collector-ci-fargate-1-31
90
68
version : " 1.31"
91
69
launch_type : fargate
92
- # java agent test clustesr
93
- - name : java-instrumentation-operator-ci-amd64-1-24
94
- version : " 1.24"
95
- launch_type : ec2
96
- instance_type : m5.large
97
- cert_manager : true
70
+ # java agent test clusters
98
71
- name : java-instrumentation-operator-ci-amd64-1-27
99
72
version : " 1.27"
100
73
launch_type : ec2
101
74
instance_type : m5.large
102
75
cert_manager : true
103
- - name : java-instrumentation-operator-ci-arm64-1-24
104
- version : " 1.24"
105
- launch_type : ec2
106
- instance_type : m6g.large
107
- cert_manager : true
108
76
- name : java-instrumentation-operator-ci-arm64-1-27
109
77
version : " 1.27"
110
78
launch_type : ec2
@@ -121,26 +89,6 @@ clusters:
121
89
instance_type : m6g.large
122
90
cert_manager : true
123
91
# operator test clusters
124
- - name : operator-ci-amd64-1-24
125
- version : " 1.24"
126
- launch_type : ec2
127
- instance_type : m5.large
128
- cert_manager : true
129
- - name : operator-ci-arm64-1-24
130
- version : " 1.24"
131
- launch_type : ec2
132
- instance_type : m6g.large
133
- cert_manager : true
134
- - name : operator-ci-amd64-1-25
135
- version : " 1.25"
136
- launch_type : ec2
137
- instance_type : m5.large
138
- cert_manager : true
139
- - name : operator-ci-arm64-1-25
140
- version : " 1.25"
141
- launch_type : ec2
142
- instance_type : m6g.large
143
- cert_manager : true
144
92
- name : operator-ci-amd64-1-26
145
93
version : " 1.26"
146
94
launch_type : ec2
0 commit comments