Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: third_party/protobuf/jenkins/pull_request_in_docker.sh

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/protobuf/jenkins/docker32/Dockerfile ('k') | third_party/protobuf/js/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/protobuf/jenkins/pull_request_in_docker.sh
diff --git a/third_party/protobuf/jenkins/pull_request_in_docker.sh b/third_party/protobuf/jenkins/pull_request_in_docker.sh
index 887f97c59ba3ae8f0197b8226e22a2535fc4a9dc..10daf0a593f7b6d94afe06729ec2fcc79f003d04 100755
--- a/third_party/protobuf/jenkins/pull_request_in_docker.sh
+++ b/third_party/protobuf/jenkins/pull_request_in_docker.sh
@@ -45,17 +45,11 @@ TIME_CMD="/usr/bin/time -f %e -o $LOG_OUTPUT_DIR/1/cpp/build_time"
$TIME_CMD $TEST_SCRIPT cpp > >(tee $CPP_STDOUT) 2> >(tee $CPP_STDERR >&2)
-# Other tests are run in parallel.
+# Other tests are run in parallel. TEST_SET is defined in
+# buildcmds/pull_request{_32}.sh
parallel --results $LOG_OUTPUT_DIR --joblog $OUTPUT_DIR/joblog $TEST_SCRIPT ::: \
- csharp \
- java_jdk7 \
- javanano_jdk7 \
- java_oracle7 \
- javanano_oracle7 \
- python \
- python_cpp \
- ruby21 \
+ $TEST_SET \
|| true # Process test results even if tests fail.
cat $OUTPUT_DIR/joblog
« no previous file with comments | « third_party/protobuf/jenkins/docker32/Dockerfile ('k') | third_party/protobuf/js/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698