Skip to content

Commit

Permalink
fix e2e telemetrygen pod to enable e2e-test action (#25905)
Browse files Browse the repository at this point in the history
**Description:** 
before #25889 is released, the telemetrygen image is still not the
latest one, so we need to
fix e2e telemetrygen pod yaml to enable e2e-test action again.

---------

Signed-off-by: Ziqi Zhao <[email protected]>
  • Loading branch information
fatsheep9146 committed Aug 23, 2023
1 parent 841dd60 commit e7dd234
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
- --rate=1
- --otlp-attributes=service.name="test-{{ .DataType }}-daemonset"
- --otlp-attributes=k8s.container.name="telemetrygen"
{{- if eq .DataType "traces" }}
- --status-code=
{{- end }}
image: ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen:latest
name: telemetrygen
restartPolicy: Always
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ spec:
- --rate=1
- --otlp-attributes=service.name="test-{{ .DataType }}-deployment"
- --otlp-attributes=k8s.container.name="telemetrygen"
{{- if eq .DataType "traces" }}
- --status-code=
{{- end }}
image: ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen:latest
imagePullPolicy: IfNotPresent
name: telemetrygen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ spec:
- --duration=36000s
- --otlp-attributes=service.name="test-{{ .DataType }}-job"
- --otlp-attributes=k8s.container.name="telemetrygen"
{{- if eq .DataType "traces" }}
- --status-code=
{{- end }}
image: ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen:latest
name: telemetrygen
restartPolicy: Never
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
- --rate=1
- --otlp-attributes=service.name="test-{{ .DataType }}-statefulset"
- --otlp-attributes=k8s.container.name="telemetrygen"
{{- if eq .DataType "traces" }}
- --status-code=
{{- end }}
image: ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen:latest
name: telemetrygen
restartPolicy: Always

0 comments on commit e7dd234

Please sign in to comment.