-
Notifications
You must be signed in to change notification settings - Fork 307
feat: add depends_on to store service files for parallel
#1208
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: main
Are you sure you want to change the base?
Conversation
depends_on to store service files for parallel
depends_on to store service files for paralleldepends_on to store service files for parallel
|
@tedim52 this good to be reviewed? |
| snooper_service = plan.add_service(snooper_service_name, snooper_config) | ||
| return snooper_el_engine_context.new_snooper_el_client_context( | ||
| snooper_service.name, | ||
| snooper_service.ip_address, |
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.
did you wanna do this?
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.
yep this is intentional
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.
actually i take that back - not for snooper engine, i think it can remain as snooper_service.name
To support the use of the
--parallelflag on Kurtosis v1.12.1, adepends_ontostore_service_filesto ensure thatstore_service_filesruns after exec instructions.This also adds
dns_nametoel_context. This allows distinguishing to usedns_name(service.name under the hood) orip_addr(service.ip_address). Using context.ip_addr will create a dependency under the hood whereasdns_namewon't