blob: add64651909508a8d2e9bf5441ee29ceda422742 [file] [log] [blame]
Austin Schuh40c16522018-10-28 20:27:54 -07001#!/bin/bash
2#
3# This is the top-level script we give to Kokoro as the entry point for
4# running the "pull request" project:
5#
6# This script selects a specific Dockerfile (for building a Docker image) and
7# a script to run inside that image. Then we delegate to the general
8# build_and_run_docker.sh script.
9
10# Change to repo root
11cd $(dirname $0)/../../..
12
13export DOCKERFILE_DIR=kokoro/linux/64-bit
14export DOCKER_RUN_SCRIPT=kokoro/linux/pull_request_in_docker.sh
15export OUTPUT_DIR=testoutput
16export TEST_SET="python_cpp"
17./kokoro/linux/build_and_run_docker.sh