Граф коммитов

15 Коммитов

Автор SHA1 Сообщение Дата
Michael Berlin e8d69c8c2d Use "travis_retry" to install gRPC.
Retrying the gRPC installation is necessary because it downloads several
external dependencies and the download of these may fail.
2015-06-07 20:51:13 -07:00
Michael Berlin 5ef7ce727e Re-added travis_retry after enabling fail-fast on a bad Travis host. 2015-06-05 17:12:09 -07:00
Michael Berlin 86912d2f16 Fail fast Travis build if we are on a bad Travis host. 2015-06-03 14:40:56 -07:00
Michael Berlin 10b0cc0b96 Debug Travis CI memory usage and find out why the Go compiler gets OOM-killed.
Disabled "travis_retry" temporarily because retrying currently does not help.
2015-06-02 21:11:04 -07:00
Alain Jobart f49f9a037f Speeding up travis and docker, no need to get protoc as it's not used
for building. Also properly parsing the command line flag
in bootstrap.sh.

Should reduce te nuber of times we build proto from 4x to 1x, and
grpc from 2x to 1x. Doh.
2015-03-13 12:09:08 -07:00
Alain Jobart d637391a74 travis install needs to run as root. 2015-03-12 09:45:52 -07:00
Alain Jobart 9e3caff5cf Fixing the scripts to build grpc and protobuf better.
Docker and travis: build and install as root in /
2015-03-12 09:06:23 -07:00
Anand Henry 2e91dc1035 Travis: build before running test target 2015-02-03 18:06:34 -08:00
Anand Henry 1f70deef63 Travis: Start slow targets early
Should bring down time taken for the whole build
2015-01-29 13:06:41 -08:00
Anand Henry e0ba322555 Travis: Upgrade to Go1.4 2015-01-20 12:07:07 -08:00
Anand Henry 557e1aef82 Travis: Build all branches 2014-12-15 23:55:32 -08:00
Anand Henry cb6f470e8d Revert "Travis: Bump Go to v1.4"
This reverts commit ac2028fa98.
2014-12-15 23:32:37 -08:00
Anand Henry ac2028fa98 Travis: Bump Go to v1.4 2014-12-15 19:41:53 -08:00
Anand Henry 6b6ab298ef Travis: Remove huge_integration_test target 2014-12-12 18:37:18 -08:00
Anand Henry cdfa764d7f Travis and Coveralls integration
Add travis configuration and dependencies script
Split integration test make targets to allow parallel execution in Travis
Add go packages required for coverage upload to Coveralls
Add coveralls and travis badges to README

Travis: Retry make targets to address flaky targets
2014-12-12 17:44:12 -08:00