build/kokoro/continuous_go.cfg (24 lines of code) (raw):

build_file: "grpc-gcp-tools/build/kokoro/kokoro_build.sh" timeout_mins: 30 env_vars { key: "JOB_MODE" value: "integration" } env_vars { key: "LANGUAGE" value: "go" } env_vars { key: "GRPC_GO_REPO_PATH" value: "https://github.com/grpc/grpc-go" } env_vars { key: "GRPC_GO_REPO_BRANCH" value: "master" } action { define_artifacts { regex: "**/*sponge_log.xml" regex: "**/*sponge_log.log" } }