Use generated Kafka image in CI tests#2330
Open
delthas wants to merge 1 commit intoimprovement/ZENKO-5194/fix-ci-cgroupv2-upgrade-zookeeperfrom
Open
Use generated Kafka image in CI tests#2330delthas wants to merge 1 commit intoimprovement/ZENKO-5194/fix-ci-cgroupv2-upgrade-zookeeperfrom
delthas wants to merge 1 commit intoimprovement/ZENKO-5194/fix-ci-cgroupv2-upgrade-zookeeperfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR modifies the CI configuration to use generated Kafka images with content-addressable tags based on a git tree hash. The changes enable using Kafka and Kafka Connect images that are built specifically for the current codebase state, ensuring that tests run against the correct image versions.
Changes:
- Added BUILD_TREE_HASH suffix to Kafka cluster and Kafka Connect image tags in the version specification
- Added BUILD_TREE_HASH environment variable computation in the end-to-end deployment script
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| solution/zenkoversion.yaml | Modified Kafka cluster and Kafka Connect tags to include BUILD_TREE_HASH suffix for content-addressable tagging |
| .github/scripts/end2end/deploy-zenko.sh | Added BUILD_TREE_HASH computation using git tree hash of solution/kafka directory to dependencies_env function |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
e51a0a2 to
cf3ed9d
Compare
francoisferrand
requested changes
Feb 19, 2026
Contributor
There was a problem hiding this comment.
Does not embed the correct Kafka, ISO would not work (in artesca).
Fixed in #2331
francoisferrand
previously approved these changes
Feb 19, 2026
cf3ed9d to
2322a73
Compare
This was referenced Feb 20, 2026
actually, image really not embedded in ISO
2322a73 to
cf3ed9d
Compare
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.
Issue: ZENKO-5196