1. 025bb9f Merge pull request #4262 from nicolasnoble/unzip-override by Eric Anderson · 9 years ago
  2. 4e8b2b5 Force-unzipping test results. by Nicolas "Pixel" Noble · 9 years ago
  3. 61059d3 Generate html reports always. by Nicolas "Pixel" Noble · 9 years ago
  4. 837865a fixes to run_jenkins.sh script by Jan Tattermusch · 9 years ago
  5. 3b2e1bd Enable interop tests for http2 by Carl Mastrangelo · 9 years ago
  6. de44910 Add HTTP/2 Interop tests to be run by Carl Mastrangelo · 9 years ago
  7. 862a4d7 Port #4061 to interop tests. by Adele Zhou · 9 years ago
  8. 2dfd2de Make code self-documenting by Craig Tiller · 9 years ago
  9. 48961e5 Fix for TSAN build failing repeatedly by Craig Tiller · 9 years ago
  10. 29fd005 adjust paralellism and timeouts by Jan Tattermusch · 9 years ago
  11. 25ec13e fix go build_interop script by Jan Tattermusch · 9 years ago
  12. 8b84684 enable cloud to prod auth tests by Jan Tattermusch · 9 years ago
  13. 8bda67c Merge pull request #3793 from soltanmm/pinterop by Jan Tattermusch · 9 years ago
  14. 15bc8e7 allow explicit BUILD_INTEROP_DOCKER_EXTRA_ARGS params to docker run command by Stanley Cheung · 9 years ago
  15. dd30134 fix a nit by Jan Tattermusch · 9 years ago
  16. 18cc842 Add Python support to run_interop_tests.py by Masood Malekghassemi · 9 years ago
  17. 8c894e4 enable propagating per-jenkins job args by Jan Tattermusch · 9 years ago
  18. 265dfc0 use recommended syntax for command subtitution by Jan Tattermusch · 9 years ago
  19. 4964b6b add run_interop.sh jenins script by Jan Tattermusch · 9 years ago
  20. c2ee814 Merge pull request #3783 from murgatroid99/node_preinstall_cache_dependencies by Nicolas Noble · 9 years ago
  21. 28c06d8 Added persistent caching for npm dependencies in Jenkins Dockerfiles by murgatroid99 · 9 years ago
  22. 423cce4 Merge pull request #3702 from nicolasnoble/docker-inception by Craig Tiller · 9 years ago
  23. 0221ecb Ensuring docker dependencies present in the container. by Nicolas "Pixel" Noble · 9 years ago
  24. c86909c Fixed node interop build script and Dockerfile by murgatroid99 · 9 years ago
  25. 65854eb stop using --cidfile for run_tests by Jan Tattermusch · 9 years ago
  26. 9b98121 use --name instead of --cidfile by Jan Tattermusch · 9 years ago
  27. 52f6fc1 All of the subprojects need to generate a report, otherwise Jenkins will be sad. by Nicolas "Pixel" Noble · 9 years ago
  28. 874aec0 move nuget restore into prebuild step on windows by Jan Tattermusch · 9 years ago
  29. 39ec1e8 Merge pull request #3638 from soltanmm/pip-so-cash by Nicolas Noble · 9 years ago
  30. 60e5f91 Enable pip caching on Jenkins slaves by Masood Malekghassemi · 9 years ago
  31. 2b778d6 copy service account key logic by Jan Tattermusch · 9 years ago
  32. 4b6bc1e added comment about go dependencies by Jan Tattermusch · 9 years ago
  33. cc1bde7 add go support to run_interop_tests.py by Jan Tattermusch · 9 years ago
  34. c23b7df Merge pull request #3609 from nicolasnoble/html-reports by Michael Lumish · 9 years ago
  35. 4d97707 Adding crude html report support. by Nicolas "Pixel" Noble · 9 years ago
  36. 28bf559 Merge remote-tracking branch 'upstream/master' into interop_improvements by Jan Tattermusch · 9 years ago
  37. 91ad018 Build and run per-language containers for interop tests by Jan Tattermusch · 9 years ago
  38. bf6cfc3 Adding lcov to the jenkins docker files. by Nicolas "Pixel" Noble · 9 years ago
  39. bd7682f dont propagate --allow_flakes to run_interop_tests.py by Jan Tattermusch · 9 years ago
  40. 8266c67 enable cloud_to_cloud tests with servers in a separate container by Jan Tattermusch · 9 years ago
  41. f88f3e2 enable php interop tests by Jan Tattermusch · 9 years ago
  42. f49936a make python generate args for interop tests by Jan Tattermusch · 9 years ago
  43. 320bd61 simplify running of interop tests on jenkins by Jan Tattermusch · 9 years ago
  44. 6ec5d6f Make run_jenkins script forward arguments to run_tests.py by Craig Tiller · 9 years ago
  45. d383b0f Integrate docker-based clang_format with Jenkins by Craig Tiller · 9 years ago
  46. 521300e Merge branch 'master' into core_gyp by murgatroid99 · 9 years ago
  47. 08fac99 Added gyp to Jenkins slave Dockerfile by murgatroid99 · 9 years ago
  48. 261b58c using tty option is not ok on jenkins by Jan Tattermusch · 9 years ago
  49. c95eead use_docker support for run_tests.py by Jan Tattermusch · 9 years ago
  50. 901b0f1 Remove traces of running zookeeper on jenkins master by Jan Tattermusch · 9 years ago
  51. 0141356 Add python-yaml by Craig Tiller · 9 years ago
  52. 3d20b00 Add a comment describing out views on killing by Craig Tiller · 9 years ago
  53. 43fef09 Don't fail a build on failure to kill a docker instance by Craig Tiller · 9 years ago
  54. fbc8685 Set docker environment variable GRPC_ZOOKEEPER_SERVER_TEST by Hongwei Wang · 9 years ago
  55. 497d26a Update zookeeper in jenkins docker file by Hongwei Wang · 9 years ago
  56. 35a06e7 Update zookeeper test server address by Hongwei Wang · 9 years ago
  57. 6d44596 Zookeeper test server address as environment variable by Hongwei Wang · 9 years ago
  58. 00e9c60 Update zookeeper in docker file again by Hongwei Wang · 9 years ago
  59. 6c3ccf9 Update zookeeper in docker again by Hongwei Wang · 9 years ago
  60. ac3048a Update zookeeper dependencies in docker file by Hongwei Wang · 9 years ago
  61. 8f7114e Add zookeeper dependencies in jenkins dockerfile by Hongwei Wang · 9 years ago
  62. 4137cf7 Merge pull request #2681 from donnadionne/add_interop by Nicolas Noble · 9 years ago
  63. 1b0e343 Adding c++ interop (cloud to prod) to jenkins work flow. by Donna Dionne · 9 years ago
  64. 4243ca8 Supporting FreeBSD for Jenkins. by Nicolas "Pixel" Noble · 9 years ago
  65. f4f6bc2 Minor jenkins script cleanjup by Stanley Cheung · 9 years ago
  66. 0308274 fix ruby gem path by Stanley Cheung · 9 years ago
  67. f64825f run homebrew installation script on macos jenkins by Stanley Cheung · 9 years ago
  68. a83cb91 use export instead by Stanley Cheung · 9 years ago
  69. 29e1aca local can only be used in a function; by Stanley Cheung · 9 years ago
  70. f97b4f2 Add per-language homebrew testing for Mac on Jenkins by Stanley Cheung · 9 years ago
  71. 40d808f Merge pull request #2474 from nicolasnoble/lets-actually-build-32-bits by Jan Tattermusch · 9 years ago
  72. 482d761 Making sure that 32 bits is being built and run on Jenkins. by Nicolas "Pixel" Noble · 9 years ago
  73. b00472b missed a php depenedency in dockerfile by Stanley Cheung · 9 years ago
  74. 488a5b4 temp directory doesnt work when tests run in parallel by Stanley Cheung · 9 years ago
  75. 17bb3ec support macos in jenkins run_distributions script by Stanley Cheung · 9 years ago
  76. d76bb25 rename script to run_distribution by Stanley Cheung · 9 years ago
  77. e85483b Merge pull request #2389 from nicolasnoble/let-s-run-ruby-on-macos by Jan Tattermusch · 9 years ago
  78. b8c1524 Enabling 32 bits downgrade of our environment. by Nicolas "Pixel" Noble · 9 years ago
  79. 7df7208 Setting up ruby environment for macos. by Nicolas "Pixel" Noble · 9 years ago
  80. 4547d50 Merge pull request #2387 from nicolasnoble/docker-is-a-freezer by Jan Tattermusch · 9 years ago
  81. afaea18 fix chmod of script by Stanley Cheung · 9 years ago
  82. 2366f6a Let's workaround #2140 a bit. by Nicolas "Pixel" Noble · 9 years ago
  83. 1ad5ea5 jenkins linuxbrew: review changes by Stanley Cheung · 9 years ago
  84. 9359522 Add homebrew testing to jenkins by Stanley Cheung · 9 years ago
  85. 5eb80c9 Eating the error code from run_test.py, as Jenkins now uses report.xml fully. by Nicolas "Pixel" Noble · 9 years ago
  86. 7dbb4fc Merge pull request #2259 from nicolasnoble/creating-a-jenkins-branch by Jan Tattermusch · 9 years ago
  87. 4853246 Adding MacOS support in our run_jenkins script. by Nicolas "Pixel" Noble · 9 years ago
  88. 862c897 Creating a branch during the Jenkins build to silence a warning. by Nicolas "Pixel" Noble · 9 years ago
  89. 66e358b Disabling saving failed containers. by Nicolas "Pixel" Noble · 9 years ago
  90. 5937b5b Exporting XML reports, JUnit-compatible. by Nicolas "Pixel" Noble · 9 years ago
  91. 964f955 Some Jenkins changes and improvements. by Nicolas "Pixel" Noble · 9 years ago
  92. 76fa6b6 Switching from wheezy to jessie. by Nicolas "Pixel" Noble · 9 years ago
  93. 8a47ccd Adding clang packages for msan/tsan/asan testing. by Nicolas "Pixel" Noble · 9 years ago
  94. eaa5216 update instructions on picking up failed docker container by Jan Tattermusch · 9 years ago
  95. 118e331 make sure docker image is up-to-date before each build by Jan Tattermusch · 9 years ago
  96. 43e5f56 Various Jenkins-related tweaks. by Nicolas "Pixel" Noble · 9 years ago
  97. 4542606 Merge pull request #2077 from grpc/jtattermusch-patch-4 by Nathaniel Manista · 9 years ago
  98. 04b28e7 Make run_jenkins.sh actually fail on failure by Jan Tattermusch · 9 years ago
  99. 932fbd7 Add PHP to jenkins by Stanley Cheung · 9 years ago
  100. 0ee84dc only keep docker containers for tests that failed by Jan Tattermusch · 9 years ago