aboutsummaryrefslogtreecommitdiff
path: root/jenkins/pull_request_in_docker.sh
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2016-07-21 18:04:56 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2016-07-21 18:11:12 -0700
commit20fbb357d013b9c2143031cc843ce066307a37ad (patch)
treeba4a00ea83694670ef427f8f729441dc4e5566f2 /jenkins/pull_request_in_docker.sh
parent2ba058c66c10781d57a332987be23e3fed0f9e1c (diff)
downloadprotobuf-20fbb357d013b9c2143031cc843ce066307a37ad.tar.gz
protobuf-20fbb357d013b9c2143031cc843ce066307a37ad.tar.bz2
protobuf-20fbb357d013b9c2143031cc843ce066307a37ad.zip
Add more tests to jenkins.
1. Added ruby22 and jruby tests to jenkins. 2. Added javascript tests to jenkins. 3. Added golang tests to jenkins. 4. Removed ruby19/ruby20 tests from travis. Support for ruby 2.0 has ended since 2016/02/24. https://www.ruby-lang.org/en/news/2016/02/24/support-plan-of-ruby-2-0-0-and-2-1/ Change-Id: Ie984b06772335352a4be7067ab2485f923875685
Diffstat (limited to 'jenkins/pull_request_in_docker.sh')
-rwxr-xr-xjenkins/pull_request_in_docker.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/jenkins/pull_request_in_docker.sh b/jenkins/pull_request_in_docker.sh
index 887f97c5..78a9253a 100755
--- a/jenkins/pull_request_in_docker.sh
+++ b/jenkins/pull_request_in_docker.sh
@@ -55,7 +55,9 @@ parallel --results $LOG_OUTPUT_DIR --joblog $OUTPUT_DIR/joblog $TEST_SCRIPT :::
javanano_oracle7 \
python \
python_cpp \
- ruby21 \
+ ruby_all \
+ javascript \
+ golang \
|| true # Process test results even if tests fail.
cat $OUTPUT_DIR/joblog