-
Notifications
You must be signed in to change notification settings - Fork 23
pkg/services/servicetest: add RunCfg for customized Run configurations #1100
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
3649a82
to
d95e706
Compare
d95e706
to
110532c
Compare
This PR is stale because it has been open 30 days with no activity. |
This PR is stale because it has been open 30 days with no activity. |
This PR has been automatically closed because it has been stale for > 30 days. |
This PR is stale because it has been open 30 days with no activity. |
This PR generalizes
servicetest.Run
andRunHealthy
viaRunCfg
, which can be configured to run in both of those modes as well as supporting other options.