Keep cpp_distcheck on travis for now.
When it runs in parallel with other jenkins tests, multiple tests start to fail probably because cpp_distcheck will update the C++ lib that other tests (such as python_cpp) are depending on. Change-Id: Ibca0243084bb6b81c811b62c75288e20cc2aabf5
This commit is contained in:
parent
c2ced9ad48
commit
9702b9f785
2 changed files with 7 additions and 4 deletions
10
.travis.yml
10
.travis.yml
|
@ -46,13 +46,17 @@ matrix:
|
|||
# which doesn't work on OS X.
|
||||
- os: osx
|
||||
env: CONFIG=golang
|
||||
# The dotnet environment requires Ubuntu 14.04 or 16.04. This
|
||||
# configuration is effectively an "extra" one, outside the
|
||||
# autogenerated matrix.
|
||||
include:
|
||||
# The dotnet environment requires Ubuntu 14.04 or 16.04. This
|
||||
# configuration is effectively an "extra" one, outside the
|
||||
# autogenerated matrix.
|
||||
- os: linux
|
||||
env: CONFIG=csharp
|
||||
dist: trusty
|
||||
# This test is kept on travis because it doesn't play nicely with other
|
||||
# tests on jenkins running in parallel.
|
||||
- os: linux
|
||||
env: CONFIG=cpp_distcheck
|
||||
allow_failures:
|
||||
# These currently do not work on OS X but are being worked on by @haberman.
|
||||
- os: osx
|
||||
|
|
|
@ -48,7 +48,6 @@ $TIME_CMD $TEST_SCRIPT cpp > >(tee $CPP_STDOUT) 2> >(tee $CPP_STDERR >&2)
|
|||
# Other tests are run in parallel.
|
||||
|
||||
parallel --results $LOG_OUTPUT_DIR --joblog $OUTPUT_DIR/joblog $TEST_SCRIPT ::: \
|
||||
cpp_distcheck \
|
||||
csharp \
|
||||
java_jdk7 \
|
||||
javanano_jdk7 \
|
||||
|
|
Loading…
Add table
Reference in a new issue