-
Notifications
You must be signed in to change notification settings - Fork 72
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
Installation: add installation_priority parameter #2182
Conversation
@kosstennbl please note observability is failing right now (I'm cleaning the volumes/networks used by the runners and it raises a side effect on this particular test). it's also longer as I reduced thread to 1 to make it predictive. Sorry for that. |
0457316
to
98f99bb
Compare
742fae1
to
9043c91
Compare
Refs: #2176 Add installation_priority parameter for specification of order for installation of deployments. Signed-off-by: Konstantin Yarovoy <[email protected]>
9043c91
to
029b84d
Compare
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
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
spec tests passed here |
Description
Add installation_priority parameter for specification of order for installation of deployments.
More info in documentation changes and issue.
Issues:
Refs: #2176