This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from f9fa16b Added MESOS-9870 to the 1.5.4 CHANGELOG.
new f0285ec Added ability to revive a subset of roles in the scheduler
driver.
new f674ce7 Added a scheduler driver test for 'reviveOffers(roles)'.
new 57c2b70 Added ability to suppress a subset of roles in the scheduler
driver.
new 6b7dd46 Added a scheduler driver test for 'suppressOffers(roles)'.
The 4 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/scheduler.hpp | 19 ++++
src/sched/sched.cpp | 90 ++++++++++++++++---
src/tests/scheduler_driver_tests.cpp | 169 +++++++++++++++++++++++++++++++++++
3 files changed, 265 insertions(+), 13 deletions(-)