Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR fixes Kurtosis CI jobs by pinning the Teku consensus layer client to a specific version and downgrading the Kurtosis CLI version.
- Pins Teku consensus layer client to version 25.7.1 across all test devnet configurations
- Downgrades Kurtosis CLI from version 1.10.3 to 1.8.1 in mise.toml
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/devnets/simple-supervisor.yaml | Adds Teku version pin to fix consensus layer compatibility |
| tests/devnets/simple-kona.yaml | Adds Teku version pin to fix consensus layer compatibility |
| tests/devnets/simple-kona-sequencer.yaml | Adds Teku version pin to fix consensus layer compatibility |
| tests/devnets/simple-kona-geth.yaml | Adds Teku version pin to fix consensus layer compatibility |
| tests/devnets/simple-kona-conductor.yaml | Adds Teku version pin to fix consensus layer compatibility |
| tests/devnets/preinterop-supervisor.yaml | Adds Teku version pin to fix consensus layer compatibility |
| tests/devnets/large-kona.yaml | Adds Teku version pin to fix consensus layer compatibility |
| tests/devnets/large-kona-sequencer.yaml | Adds Teku version pin to fix consensus layer compatibility |
| tests/devnets/first-kona-conductor.yaml | Adds Teku version pin to fix consensus layer compatibility |
| mise.toml | Downgrades Kurtosis CLI version for compatibility |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Claude finished @theochap's task —— View job PR Review: fix(node/tests): fix kurtosis ciReviewing changes that pin Teku consensus client version and downgrade Kurtosis CLI to fix CI issues. Review Tasks:
Review Feedback✅ Code Quality & Best PracticesPositive aspects:
Areas for improvement:
|
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. |
## Description This PR fixes kurtosis jobs in CI
## Description This PR fixes kurtosis jobs in CI
Description
This PR fixes kurtosis jobs in CI