Skip to content

Commit ea3ad01

Browse files
apply cwmetrics to cl2load test addons pipeline (#396)
1 parent 18a645d commit ea3ad01

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tests/pipelines/eks/awscli-cl2-load-with-addons.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,19 @@ spec:
184184
workspace: results
185185
- name: config
186186
workspace: config
187+
- name: cw-metrics
188+
params:
189+
- name: dimensions
190+
value: $(params.desired-nodes)
191+
- name: value
192+
value: $(tasks.generate.results.datapoint)
193+
- name: namespace
194+
value: $(params.kubernetes-version)
195+
runAfter:
196+
- generate
197+
taskRef:
198+
kind: Task
199+
name: cloudwatch
187200
finally:
188201
- name: teardown
189202
params:

0 commit comments

Comments
 (0)