Przeglądaj źródła

build.sh to use linux/dockerfile/test/java_stretch

Tomo Suzuki 6 lat temu
rodzic
commit
3507314d67
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      kokoro/linux/java_linkage_monitor/build.sh

+ 3 - 1
kokoro/linux/java_linkage_monitor/build.sh

@@ -10,7 +10,9 @@
 # Change to repo root
 # Change to repo root
 cd $(dirname $0)/../../..
 cd $(dirname $0)/../../..
 
 
-export DOCKERFILE_DIR=kokoro/linux/64-bit
+export DOCKERHUB_ORGANIZATION=protobuftesting
+# The image of the Dockerfile sha1 is fetched from the organization
+export DOCKERFILE_DIR=kokoro/linux/dockerfile/test/java_stretch
 export DOCKER_RUN_SCRIPT=kokoro/linux/pull_request_in_docker.sh
 export DOCKER_RUN_SCRIPT=kokoro/linux/pull_request_in_docker.sh
 export OUTPUT_DIR=testoutput
 export OUTPUT_DIR=testoutput
 export TEST_SET="java_linkage_monitor"
 export TEST_SET="java_linkage_monitor"