chore(kurtosis): remove deprecated kurtosis deployments from kona.#3148
chore(kurtosis): remove deprecated kurtosis deployments from kona.#3148
Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes deprecated Kurtosis deployment infrastructure and updates the test documentation to reflect the transition to the sysgo orchestrator from op-devstack. The changes include removing Kurtosis-specific test files, cleaning up the justfile by removing Kurtosis-related recipes, and adding new L1 reorg test files.
- Removes all Kurtosis-specific tooling and test infrastructure
- Updates documentation to describe
sysgoorchestrator usage - Adds new L1 reorg test cases for the supervisor
Reviewed changes
Copilot reviewed 5 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/supervisor/l1reorg/l2reorgAfterL1reorg/reorg_test.go | New test file for L2 reorg after L1 reorg scenarios |
| tests/supervisor/l1reorg/l2reorgAfterL1reorg/init_test.go | Test initialization file for L2 reorg tests with SimpleInteropMinimal preset |
| tests/supervisor/l1reorg/l1reorg/reorg_test.go | New test file for L1 reorg scenarios |
| tests/supervisor/l1reorg/l1reorg/init_test.go | Test initialization file for L1 reorg tests |
| tests/node/common/cpu_monitor_test.go | Removed Kurtosis-specific CPU monitoring test |
| tests/justfile | Removed Kurtosis-related recipes (devnet, cleanup-kurtosis, test-e2e-kurtosis, build-deploy-devnet, deploy-devnet-and-test-e2e, build-devnet-and-test-e2e, update-node-devnet) |
| tests/cmd/main.go | Removed Kurtosis Traefik configuration utility |
| tests/README.md | Updated documentation to reflect sysgo orchestrator usage and removed Kurtosis references |
| mise.toml | Removed Kurtosis CLI tool dependency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. |
5c4ed0f to
873547a
Compare
…p-rs/kona#3148) ## Description We dropped support for kurtosis a few months ago but never got around cleaning up the test folder. This PR does some basic clean-ups and updates the test docs
…p-rs/kona#3148) ## Description We dropped support for kurtosis a few months ago but never got around cleaning up the test folder. This PR does some basic clean-ups and updates the test docs
Description
We dropped support for kurtosis a few months ago but never got around cleaning up the test folder. This PR does some basic clean-ups and updates the test docs