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

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

Issue 2590803003: Revert "third_party/protobuf: Update to HEAD (83d681ee2c)" (Closed)
Patch Set: 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 10daf0a593f7b6d94afe06729ec2fcc79f003d04..887f97c59ba3ae8f0197b8226e22a2535fc4a9dc 100755
--- a/third_party/protobuf/jenkins/pull_request_in_docker.sh
+++ b/third_party/protobuf/jenkins/pull_request_in_docker.sh
@@ -45,11 +45,17 @@ 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. TEST_SET is defined in
-# buildcmds/pull_request{_32}.sh
+# Other tests are run in parallel.
parallel --results $LOG_OUTPUT_DIR --joblog $OUTPUT_DIR/joblog $TEST_SCRIPT ::: \
- $TEST_SET \
+ csharp \
+ java_jdk7 \
+ javanano_jdk7 \
+ java_oracle7 \
+ javanano_oracle7 \
+ python \
+ python_cpp \
+ ruby21 \
|| 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