aboutsummaryrefslogtreecommitdiffhomepage
path: root/jenkins/buildcmds/pull_request_32.sh
diff options
context:
space:
mode:
authorGravatar Paul Yang <TeBoring@users.noreply.github.com>2016-10-12 12:55:48 -0700
committerGravatar GitHub <noreply@github.com>2016-10-12 12:55:48 -0700
commite28286fa05d8327fd6c5aa70cfb3be558f0932b8 (patch)
tree54dbafa1263ebbbd04dc20cc93f911cda53d60b8 /jenkins/buildcmds/pull_request_32.sh
parentafaa827860cb72b2d5298547d3e2ad4c9ca52a1c (diff)
Add 32-bit machine test on jenkins. (#2245)
Diffstat (limited to 'jenkins/buildcmds/pull_request_32.sh')
-rwxr-xr-xjenkins/buildcmds/pull_request_32.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/jenkins/buildcmds/pull_request_32.sh b/jenkins/buildcmds/pull_request_32.sh
new file mode 100755
index 00000000..99df2971
--- /dev/null
+++ b/jenkins/buildcmds/pull_request_32.sh
@@ -0,0 +1,16 @@
+#!/bin/bash
+#
+# This is the top-level script we give to Jenkins as the entry point for
+# running the "pull request 32" project:
+#
+# https://grpc-testing.appspot.com/view/Protocol%20Buffers/job/Protocol%20Buffers%20Pull%20Request%2032/
+#
+# 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.
+
+export DOCKERFILE_DIR=jenkins/docker32
+export DOCKER_RUN_SCRIPT=jenkins/pull_request_in_docker.sh
+export OUTPUT_DIR=testoutput
+export TEST_SET="php_all"
+./jenkins/build_and_run_docker.sh