Skip to content
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

feat: kurtosis run --non-blocking-tasks #2153

Merged
merged 13 commits into from Feb 15, 2024
Merged

feat: kurtosis run --non-blocking-tasks #2153

merged 13 commits into from Feb 15, 2024

Conversation

tedim52
Copy link
Contributor

@tedim52 tedim52 commented Feb 13, 2024

Description:

Adds a flag --non-blocking-tasks. If set, task services from run_sh and run_python are not removed before continuing with execution. The effects is small over Docker, but this significantly reduces run times over k8s because of the overhead of removing a pod (up to 30s).

For the ethereum-package over k8s with images cached, running with the flag goes from 4min to 1min. However, task services will have to be removed manually after execution or via a kurtosis clean.

Is this change user facing?

YES

References:

#2140

@tedim52 tedim52 changed the title fix: don't block on removing service for tasks feat: kurtosis run --non-blocking-tasks Feb 14, 2024
@tedim52 tedim52 added this pull request to the merge queue Feb 15, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Feb 15, 2024
@tedim52 tedim52 added this pull request to the merge queue Feb 15, 2024
Merged via the queue into main with commit 6c70247 Feb 15, 2024
38 checks passed
@tedim52 tedim52 deleted the tedi/taskwait branch February 15, 2024 16:23
github-merge-queue bot pushed a commit that referenced this pull request Feb 16, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.86.25](0.86.24...0.86.25)
(2024-02-16)


### Features

* emui builder python nodes
([#2170](#2170))
([26ad571](26ad571))
* kurtosis run `--non-blocking-tasks`
([#2153](#2153))
([6c70247](6c70247))


### Bug Fixes

* allow for single quotes in run_python
([#2172](#2172))
([4048368](4048368)),
closes [#2171](#2171)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants