Skip to content

Commit b549295

Browse files
fix: downgrade otel e2e (#1837)
* fix: downgrade otel e2e * fix: increase number of retries for k8s-e2e
1 parent 5048f93 commit b549295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/component_k8s_e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
# Tilt configs
100100
ARCH: amd64
101101
with:
102-
retry_attempts: 20
102+
retry_attempts: 30
103103
retry_seconds: 15
104104
agent_enabled: false
105105
spec_path: test/k8s-e2e/${{ matrix.group }}/e2e-${{ matrix.group }}.yml

test/k8s-e2e/collector/ac-values-collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ agentControlDeployment:
1818
agentsConfig:
1919
open-telemetry:
2020
# Testing the latest released version of the chart
21-
chart_version: "*"
21+
chart_version: "0.8.53"
2222
chart_values:
2323
nr-k8s-otel-collector:
2424
verboseLog: true

0 commit comments

Comments
 (0)