Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #2681 from donnadionne/add_interop | Nicolas Noble | 2015-07-29 |
|\ | | | | | Adding c++ interop (cloud to prod) to jenkins work flow. | ||
| * | Adding c++ interop (cloud to prod) to jenkins work flow. | Donna Dionne | 2015-07-27 |
| | | | | | | | | First effort in adding interop to jenkins work flow, more languages will follow. | ||
* | | Supporting FreeBSD for Jenkins. | Nicolas "Pixel" Noble | 2015-07-24 |
|/ | |||
* | Minor jenkins script cleanjup | Stanley Cheung | 2015-07-23 |
| | |||
* | fix ruby gem path | Stanley Cheung | 2015-07-22 |
| | |||
* | run homebrew installation script on macos jenkins | Stanley Cheung | 2015-07-22 |
| | |||
* | use export instead | Stanley Cheung | 2015-07-21 |
| | |||
* | local can only be used in a function; | Stanley Cheung | 2015-07-21 |
| | |||
* | Add per-language homebrew testing for Mac on Jenkins | Stanley Cheung | 2015-07-21 |
| | |||
* | Merge pull request #2474 from nicolasnoble/lets-actually-build-32-bits | Jan Tattermusch | 2015-07-20 |
|\ | | | | | Making sure we build 32 bits in Jenkins. | ||
| * | Making sure that 32 bits is being built and run on Jenkins. | Nicolas "Pixel" Noble | 2015-07-21 |
| | | |||
* | | missed a php depenedency in dockerfile | Stanley Cheung | 2015-07-20 |
| | | |||
* | | temp directory doesnt work when tests run in parallel | Stanley Cheung | 2015-07-19 |
| | | |||
* | | support macos in jenkins run_distributions script | Stanley Cheung | 2015-07-19 |
|/ | |||
* | rename script to run_distribution | Stanley Cheung | 2015-07-17 |
| | |||
* | Merge pull request #2389 from nicolasnoble/let-s-run-ruby-on-macos | Jan Tattermusch | 2015-07-16 |
|\ | | | | | Setting up ruby environment for macos. | ||
* | | Enabling 32 bits downgrade of our environment. | Nicolas "Pixel" Noble | 2015-07-16 |
| | | |||
| * | Setting up ruby environment for macos. | Nicolas "Pixel" Noble | 2015-07-11 |
|/ | |||
* | Merge pull request #2387 from nicolasnoble/docker-is-a-freezer | Jan Tattermusch | 2015-07-10 |
|\ | | | | | Let's workaround #2140 a bit. | ||
* | | fix chmod of script | Stanley Cheung | 2015-07-10 |
| | | |||
| * | Let's workaround #2140 a bit. | Nicolas "Pixel" Noble | 2015-07-11 |
| | | | | | | | | Let's wait 4 seconds before removing the docker container, and let's make the removal a non-fatal condition of the jenkins script. | ||
* | | jenkins linuxbrew: review changes | Stanley Cheung | 2015-07-10 |
| | | |||
* | | Add homebrew testing to jenkins | Stanley Cheung | 2015-07-10 |
|/ | |||
* | Eating the error code from run_test.py, as Jenkins now uses report.xml fully. | Nicolas "Pixel" Noble | 2015-07-10 |
| | |||
* | Merge pull request #2259 from nicolasnoble/creating-a-jenkins-branch | Jan Tattermusch | 2015-07-08 |
|\ | | | | | Creating a branch during the Jenkins build to silence a warning. | ||
* | | Adding MacOS support in our run_jenkins script. | Nicolas "Pixel" Noble | 2015-07-09 |
| | | |||
| * | Creating a branch during the Jenkins build to silence a warning. | Nicolas "Pixel" Noble | 2015-06-30 |
|/ | |||
* | Disabling saving failed containers. | Nicolas "Pixel" Noble | 2015-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. | Nicolas "Pixel" Noble | 2015-06-26 |
| | |||
* | Some Jenkins changes and improvements. | Nicolas "Pixel" Noble | 2015-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. | Nicolas "Pixel" Noble | 2015-06-18 |
| | |||
* | Adding clang packages for msan/tsan/asan testing. | Nicolas "Pixel" Noble | 2015-06-18 |
| | |||
* | update instructions on picking up failed docker container | Jan Tattermusch | 2015-06-17 |
| | |||
* | make sure docker image is up-to-date before each build | Jan Tattermusch | 2015-06-17 |
| | |||
* | Various Jenkins-related tweaks. | Nicolas "Pixel" Noble | 2015-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-4 | Nathaniel Manista | 2015-06-16 |
|\ | | | | | Make run_jenkins.sh actually fail on failure. | ||
| * | Make run_jenkins.sh actually fail on failure | Jan Tattermusch | 2015-06-15 |
| | | |||
* | | Add PHP to jenkins | Stanley Cheung | 2015-06-15 |
|/ | |||
* | only keep docker containers for tests that failed | Jan Tattermusch | 2015-06-12 |
| | |||
* | fix fetch to actually work | Jan Tattermusch | 2015-06-12 |
| | |||
* | fetch PR refspec for docker jenkins builds | Jan Tattermusch | 2015-06-12 |
| | |||
* | Set up Node, Python, and Ruby environment in Jenkins slave. Made other minor ↵ | murgatroid99 | 2015-06-04 |
| | | | | changes to make those work | ||
* | fix jenkins build on windows | Jan Tattermusch | 2015-06-03 |
| | |||
* | fix CRLF line ending problem with run_jenkins.sh | Jan Tattermusch | 2015-06-03 |
| | |||
* | make run_jenkins runnable | Jan Tattermusch | 2015-06-03 |
| | |||
* | experimental jenkins support | Jan Tattermusch | 2015-06-03 |