wankai123 commented on code in PR #11819:
URL: https://github.com/apache/skywalking/pull/11819#discussion_r1463239316
##########
test/e2e-v2/cases/apisix/otel-collector/docker-compose.yml:
##########
@@ -25,7 +25,7 @@ services:
networks:
e2e:
otel-collector:
- image: otel/opentelemetry-collector:0.50.0
+ image: otel/opentelemetry-collector:0.92.0
Review Comment:
@peachisai I think you could set a global env variable after here for the
whole e2e-test job
https://github.com/apache/skywalking/blob/a9128e0cefbcba08c085b70ed8795d7fb416459c/.github/workflows/skywalking.yaml#L332
``` yaml
env:
OTEL_COLLECTOR_VERSION: 0.92.0
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]