Skip to content

Commit f521707

Browse files
authored
fix: otel-weaver flaky tests (#5562)
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
1 parent 0a5d76b commit f521707

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/templates/test.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||
2121
'main'
2222
) || 'main' }}{% endraw %}
23-
WEAVER_VERSION: "v0.22.1"
23+
WEAVER_VERSION: "v0.25.1"
2424
PIP_EXISTS_ACTION: w
2525
CONTRIB_REPO_UTIL_HTTP: ${% raw %}{{ github.workspace }}{% endraw %}/opentelemetry-python-contrib/util/opentelemetry-util-http
2626
CONTRIB_REPO_INSTRUMENTATION: ${% raw %}{{ github.workspace }}{% endraw %}/opentelemetry-python-contrib/opentelemetry-instrumentation

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||
2121
'main'
2222
) || 'main' }}
23-
WEAVER_VERSION: "v0.22.1"
23+
WEAVER_VERSION: "v0.25.1"
2424
PIP_EXISTS_ACTION: w
2525
CONTRIB_REPO_UTIL_HTTP: ${{ github.workspace }}/opentelemetry-python-contrib/util/opentelemetry-util-http
2626
CONTRIB_REPO_INSTRUMENTATION: ${{ github.workspace }}/opentelemetry-python-contrib/opentelemetry-instrumentation

0 commit comments

Comments
 (0)