You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current jaeger-v2 gRPC integration test script at #5259 uses the published jaegertracing/jaeger-remote-storage image and runs the latest version at CIT gRPC (v2) CI. Instead, we want to run remote storage with the code built with THIS version of the repo, not some other version (or even latest).
Problem
This way, we can be notified directly by the CI when the remote storage changes and fails when integrated with jaeger-v2 storage extension. The problem with the current script is that we will only receive notification of the failed CIT gRPC (v2) CI on the next issued PR after the remote storage has been published, since it uses the latest published version.