-
Notifications
You must be signed in to change notification settings - Fork 34
[DCOS-58437] Deploy workloads under role-enforced group. #550
base: master
Are you sure you want to change the base?
[DCOS-58437] Deploy workloads under role-enforced group. #550
Conversation
1d8575d
to
510676e
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.
Thanks for taking care of this @mpereira!
955ff8d
to
f4a0d7d
Compare
33907e2
to
d7235ac
Compare
@samvantran there were a bunch of additional changes/improvements required for a smooth test today, please take a look at commits after your last review if you get a chance. |
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.
Thanks @mpereira - new changes look good.
440cd25
to
9f4b3cb
Compare
This PR changed Need to take a look into that... |
Looking at the 6 tests that fail towards the end of the CI run, it appears that |
@@ -31,6 +31,7 @@ | |||
--quota-executors-gpus <n> number of GPUs to use for executors quota [default: 0] | |||
--quota-executors-mem <n> amount of memory (mb) to use per executors quota [default: 1524.0] | |||
--role <role> Mesos role registered by dispatcher [default: *] | |||
--group-role <group-role> TODO: description [default: None] |
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.
Maybe we should provide a description here
root-level group to apply quotas against (e.g. '/dev') [default: None]
?
Co-Authored-By: Sam Tran <[email protected]>
Co-Authored-By: Sam Tran <[email protected]>
38bbbd2
to
275da0f
Compare
What changes were proposed in this pull request?
Resolves DCOS-58437
How were these changes tested?
They will be tested in this week's Dry-Run MWT #21.