You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ty...@apache.org on 2018/08/28 00:31:41 UTC

[incubator-openwhisk] branch master updated: Upgrading mesos-actor to prefer offers with least cpus by default (#3990)

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

tysonnorris pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ddb0da  Upgrading mesos-actor to prefer offers with least cpus by default (#3990)
2ddb0da is described below

commit 2ddb0da0b9a56e6cc59ffd9cb02f274f0b9cf9fd
Author: Himavanth <co...@yahoo.com>
AuthorDate: Tue Aug 28 06:01:38 2018 +0530

    Upgrading mesos-actor to prefer offers with least cpus by default (#3990)
    
    Prefer offers with least cpus
---
 common/scala/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scala/build.gradle b/common/scala/build.gradle
index 743d36c..4871eb8 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -64,7 +64,7 @@ dependencies {
     compile 'io.kamon:kamon-core_2.11:0.6.7'
     compile 'io.kamon:kamon-statsd_2.11:0.6.7'
     //for mesos
-    compile 'com.adobe.api.platform.runtime:mesos-actor:0.0.7'
+    compile 'com.adobe.api.platform.runtime:mesos-actor:0.0.8'
 
     //tracing support
     compile 'io.opentracing:opentracing-api:0.31.0'