-
Notifications
You must be signed in to change notification settings - Fork 187
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
Allow providing list of services not to start #4254
Allow providing list of services not to start #4254
Conversation
c9eb671
to
baaa0ee
Compare
Signed-off-by: jkoberg <[email protected]>
baaa0ee
to
4b8d1ac
Compare
Co-authored-by: Phil Davis <[email protected]>
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.
Looks good from the description pov. Will update the docs when merged.
💥 Acceptance test cs3ApiTests-ocis failed. Further test are cancelled... |
Signed-off-by: jkoberg <[email protected]>
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.
lgtm
Kudos, SonarCloud Quality Gate passed! |
Signed-off-by: jkoberg [email protected]
Description
Allow providing list of services NOT to start
Until now if one wanted to use a custom version of a service, one
needed to provide
OCIS_RUN_SERVICES
which is a list of all services to start.Now one can provide
OCIS_EXCLUDE_RUN_SERVICES
which is a list of only services not to startRelated Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: