-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: Add inputs to kurtosis-op workflow to override op-geth and op-node images [OPTION 1] #27
Conversation
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.
we need to be able to specify the op-node and op-geth branches/commits too if that's possible
cl_type: $KURTOSIS_CL_TYPE | ||
cl_image: $KURTOSIS_CL_IMAGE | ||
- el_type: op-reth | ||
el_image: "ghcr.io/paradigmxyz/op-reth:kurtosis-ci" |
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.
el_image: "ghcr.io/paradigmxyz/op-reth:kurtosis-ci" | |
el_image: "ghcr.io/ethereum-optimsim/op-reth:kurtosis-ci" |
no? this should be able to run op-reth image built from branch specified in workflow dispatch
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.
Yessss. I added the two dependencies as submodules to avoid having to fiddle with github permissions. When you dispatch and leave the two parameters to their defaults (HEAD
), it will use the submodules as they are. If you add a git revision (commit hash or branch should work), it will checkout that version of the submodule.
b54ccfc
to
6e8e17f
Compare
6e8e17f
to
722e06a
Compare
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.
this is amazing. smol comment.
cl_type: op-node | ||
cl_image: "ghcr.io/ethereum-optimism/op-node:kurtosis-ci" | ||
- el_type: op-reth | ||
el_image: "ghcr.io/paradigmxyz/op-reth:kurtosis-ci" |
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.
el_image: "ghcr.io/paradigmxyz/op-reth:kurtosis-ci" | |
el_image: "ghcr.io/ethereum-optimism/op-reth:kurtosis-ci" |
Closing in favor of #28 |
Description
op-node
andop-geth
image building to thekurtosis-op
workflowop-node-ref
orop-geth-ref
are set in the workflow parameters, these will be checked out and builtFixes #14