-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[DO NOT MERGE] PoC for E2E testing with Kurtosis #16082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
| format = "oci", | ||
| image = ":oci_image_index", | ||
| repo_tags = [repository + ":latest"], | ||
| visibility = ["//visibility:public"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might add new oci_tarball with different name to build images only for E2E test.
|
What would be the next steps? |
Currently, this branch provides an easy way to spin up a new devnet for E2E with customized configurations. Next steps are simple: exploring assertions (or
|
|
@prestonvanloon @satushh |
What type of PR is this?
What does this PR do? Why is it needed?
Explore the feasibility for migrating the current E2E code to Kurtosis (
ethereum-package) + Assertoor.Which issues(s) does this PR fix?
PoC for #15320
Other notes for review
Acknowledgements