From 0b2be3caaf5ea6786b1b86e9a70c82d695535c1c Mon Sep 17 00:00:00 2001 From: Matt Kwong Date: Wed, 20 Dec 2017 18:09:56 -0800 Subject: Shard 64-bit Linux languages into different Kokoro jobs --- kokoro/linux/golang/build.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 kokoro/linux/golang/build.sh (limited to 'kokoro/linux/golang/build.sh') diff --git a/kokoro/linux/golang/build.sh b/kokoro/linux/golang/build.sh new file mode 100755 index 00000000..79cddff1 --- /dev/null +++ b/kokoro/linux/golang/build.sh @@ -0,0 +1,17 @@ +#!/bin/bash +# +# This is the top-level script we give to Kokoro as the entry point for +# running the "pull request" project: +# +# This script selects a specific Dockerfile (for building a Docker image) and +# a script to run inside that image. Then we delegate to the general +# build_and_run_docker.sh script. + +# Change to repo root +cd $(dirname $0)/../../.. + +export DOCKERFILE_DIR=kokoro/linux/64-bit +export DOCKER_RUN_SCRIPT=kokoro/linux/pull_request_in_docker.sh +export OUTPUT_DIR=testoutput +export TEST_SET="golang" +./kokoro/linux/build_and_run_docker.sh -- cgit v1.2.3