chore: remove leftover Tracetest env vars and build-arg#3603
Merged
Conversation
The test/tracetesting/ directory was removed previously, but the TRACETEST_IMAGE_VERSION and TRACETEST_IMAGE env vars in .env and the TRACETEST_IMAGE_VERSION build-arg in the component-build-images workflow were left behind. No Dockerfile or compose service references them anymore. Clean them up. Assisted-by: Claude Opus 4.8 Signed-off-by: Shenoy Pratik Gurudatt <[email protected]>
ps48
marked this pull request as ready for review
June 29, 2026 21:42
Kielek
reviewed
Jun 30, 2026
Removed defunct Tracetest trace-based integration tests and updated memory limit for llm service. Signed-off-by: Juliano Costa <[email protected]>
julianocosta89
approved these changes
Jun 30, 2026
julianocosta89
enabled auto-merge
June 30, 2026 07:04
Kielek
reviewed
Jun 30, 2026
Co-authored-by: Piotr Kiełkowicz <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TRACETEST_IMAGE_VERSIONandTRACETEST_IMAGEfrom.envTRACETEST_IMAGE_VERSIONbuild-arg from the component-build-images workflowThe
test/tracetesting/directory was removed previously but these references were left behind. No Dockerfile or compose service uses them they are dead code from the defunct Tracetest integration that was replaced by the telemetry sanity tests (test/telemetry/).Test plan
grep -rniE 'TRACETEST_IMAGE' .returns only the README vendor-fork linkand historical CHANGELOG entries