-
Notifications
You must be signed in to change notification settings - Fork 309
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
depends_on to store service files for parallel
depends_on to store service files for paralleldepends_on to store service files for parallel
Collaborator
|
@tedim52 this good to be reviewed? |
barnabasbusa
approved these changes
Dec 17, 2025
Collaborator
|
we should let the parallel flag marinate a bit longer but the rest of the changes could go in |
Merged
parithosh
added a commit
that referenced
this pull request
Dec 23, 2025
The `main` branch was failing when `snooper_enabled: false` was set. This was due to the missing `dns_name` field in snooper context structs that was overlooked in #1208. Changes: - Added dns_name field to snooper_el_context.star and snooper_beacon_context.star - Updated snooper_el_launcher.star to pass snooper_service.name as dns_name - Updated snooper_beacon_launcher.star to pass snooper_service.name as dns_name (also fixed: was passing .name instead of .ip_address for ip_addr)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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