aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins
Commit message (Collapse)AuthorAge
* Disabling saving failed containers.Gravatar Nicolas "Pixel" Noble2015-06-27
| | | | | We clearly don't have enough space for that, if we are to run our tests every few minutes. We can revisit that later and automatically purge old containers for example.
* Exporting XML reports, JUnit-compatible.Gravatar Nicolas "Pixel" Noble2015-06-26
|
* Some Jenkins changes and improvements.Gravatar Nicolas "Pixel" Noble2015-06-25
| | | | | | -) Don't re-clone from github. We already have the directory here, just bind it, and copy it inside the docker container. -) Let's properly set up our environment for asan. -) Let's split the docker "run_jenkins" part into its own separate script.
* Switching from wheezy to jessie.Gravatar Nicolas "Pixel" Noble2015-06-18
|
* Adding clang packages for msan/tsan/asan testing.Gravatar Nicolas "Pixel" Noble2015-06-18
|
* update instructions on picking up failed docker containerGravatar Jan Tattermusch2015-06-17
|
* make sure docker image is up-to-date before each buildGravatar Jan Tattermusch2015-06-17
|
* Various Jenkins-related tweaks.Gravatar Nicolas "Pixel" Noble2015-06-17
| | | | | | | | -) created a .profile at the root of the docker image - seems the new nvm script requires that. -) installing simplejson and mako python packages, for the sanity check. -) calling prepare_travis.sh in order to try and download precompiled packages for openssl and protobuf. -) using the new "config" axis. -) improved the output of prepare_travis.sh.
* Merge pull request #2077 from grpc/jtattermusch-patch-4Gravatar Nathaniel Manista2015-06-16
|\ | | | | Make run_jenkins.sh actually fail on failure.
| * Make run_jenkins.sh actually fail on failureGravatar Jan Tattermusch2015-06-15
| |
* | Add PHP to jenkinsGravatar Stanley Cheung2015-06-15
|/
* only keep docker containers for tests that failedGravatar Jan Tattermusch2015-06-12
|
* fix fetch to actually workGravatar Jan Tattermusch2015-06-12
|
* fetch PR refspec for docker jenkins buildsGravatar Jan Tattermusch2015-06-12
|
* Set up Node, Python, and Ruby environment in Jenkins slave. Made other minor ↵Gravatar murgatroid992015-06-04
| | | | changes to make those work
* fix jenkins build on windowsGravatar Jan Tattermusch2015-06-03
|
* fix CRLF line ending problem with run_jenkins.shGravatar Jan Tattermusch2015-06-03
|
* make run_jenkins runnableGravatar Jan Tattermusch2015-06-03
|
* experimental jenkins supportGravatar Jan Tattermusch2015-06-03