You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2016/07/22 22:57:26 UTC

incubator-geode git commit: Fixing Docker image name for parallel test

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-1666 b69019dab -> 313436932


Fixing Docker image name for parallel test

Signed-off-by: Alexander Murmann <am...@pivotal.io>


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/31343693
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/31343693
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/31343693

Branch: refs/heads/feature/GEODE-1666
Commit: 31343693241831922812c9e1b767496931a61dc1
Parents: b69019d
Author: Jens Deppe <jd...@pivotal.io>
Authored: Fri Jul 22 15:56:12 2016 -0700
Committer: Alexander Murmann <am...@pivotal.io>
Committed: Fri Jul 22 15:56:12 2016 -0700

----------------------------------------------------------------------
 gradle/test.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/31343693/gradle/test.gradle
----------------------------------------------------------------------
diff --git a/gradle/test.gradle b/gradle/test.gradle
index 7ec7e46..5edf09a 100644
--- a/gradle/test.gradle
+++ b/gradle/test.gradle
@@ -137,7 +137,7 @@ subprojects {
 
     docker {
       // base image for creating docker containers that execute the tests
-      image = 'gemfire/ubuntu-jdk8-docker'
+      image = 'gemfire/ubuntu-jdk8'
 
       // volumes mounted to the containers
       // in a form: host_dir : container_dir