This is an automated email from the ASF dual-hosted git repository.

grag pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 9ab68cb  Updated default executor to call the `LaunchContainer` agent 
API.
     new 504af58  Added master validation for task resource limits and shared 
cgroups.
     new 72e78f0  Added tests for master validation of limits and shared 
cgroups.
     new 1088dd3  Added agent validation for shared cgroups.
     new 74c3550  Added tests for agent validation of shared cgroups.
     new eb455e7  Updated the comment for the 'share_cgroups' field.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 include/mesos/mesos.proto             |  22 +-
 include/mesos/v1/mesos.proto          |  22 +-
 src/master/validation.cpp             | 230 +++++++++-
 src/slave/validation.cpp              | 116 +++--
 src/tests/master_validation_tests.cpp | 771 ++++++++++++++++++++++++++++++++++
 src/tests/slave_validation_tests.cpp  | 143 ++++++-
 6 files changed, 1246 insertions(+), 58 deletions(-)

Reply via email to