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
Right now we don't have any validation that any changes to the image will not break the repos where it is consumed, namely jaeger and jaeger-idl.
Proposal: Add a CI workflow that will check out those repos as part of the CI, and run their proto build steps using the new version of the image. This may involve tweaking their Makefiles to allow overriding image version (but may already be supported, needs to be verified).
The text was updated successfully, but these errors were encountered:
yurishkuro
changed the title
Add CI workflow to validate generated Docker image against main Jaeger repo
Add CI workflow to validate generated Docker image against other Jaeger repos
Nov 9, 2023
Right now we don't have any validation that any changes to the image will not break the repos where it is consumed, namely
jaeger
andjaeger-idl
.Proposal: Add a CI workflow that will check out those repos as part of the CI, and run their proto build steps using the new version of the image. This may involve tweaking their Makefiles to allow overriding image version (but may already be supported, needs to be verified).
The text was updated successfully, but these errors were encountered: