aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jenkins
Commit message (Collapse)AuthorAge
* Review feedbackGravatar Craig Tiller2017-03-31
|
* Merge github.com:grpc/grpc into daily_and_hourlyGravatar Craig Tiller2017-03-31
|\
* | Split performance profile job in twoGravatar Craig Tiller2017-03-31
| | | | | | | | | | | | | | | | ... one that runs hourly and uploads to bigquery (for regression detection) ... and one that will run daily and not upload to bigquery (for flamegraph generation)
| * Revert "Add selected fullstack benchmarks to pr suite"Gravatar Craig Tiller2017-03-31
| |
| * Add selected fullstack benchmarks to pr suiteGravatar Craig Tiller2017-03-30
| |
| * Merge pull request #10336 from ctiller/bmdiff2.1.1Gravatar Craig Tiller2017-03-30
| |\ | | | | | | A better bm_diff
| | * Merge branch 'base16' into bmdiff2.1.1Gravatar Craig Tiller2017-03-30
| | |\
| * | | Give executable permission to line count .sh filesGravatar Matt Kwong2017-03-29
| | |/ | |/|
| * | Review feedbackGravatar Craig Tiller2017-03-29
| | |
| | * Review feedbackGravatar Craig Tiller2017-03-29
| | |
| * | Add jenkins run scriptGravatar Craig Tiller2017-03-29
| | |
| | * Review feedbackGravatar Craig Tiller2017-03-29
| | |
| | * Cleanup argsGravatar Craig Tiller2017-03-29
| | |
| | * SimplerGravatar Craig Tiller2017-03-28
| | |
| | * Merge github.com:grpc/grpc into bmdiff2.1.1Gravatar Craig Tiller2017-03-28
| | |\ | | |/ | |/|
| * | Merge branch 'master' into change-to-microbenchmarkingGravatar Matt Kwong2017-03-24
| |\ \
| * | | Add a TODO to enable microbenmarking for performance testingGravatar Matt Kwong2017-03-24
| | | |
| | * | add http2 server test for unary calls that uses small frames and paddingGravatar Alexander Polcyn2017-03-22
| | |/
| * | Add additional benchmarksGravatar Matt Kwong2017-03-22
| | |
| * | Change jenkins/run_performance.sh to use microbenchmarkingGravatar Matt Kwong2017-03-22
| | |
| | * move health check to just before running test casesGravatar Eric Gribkoff2017-03-17
| | |
| | * reenable health check, disable other interop testsGravatar Eric Gribkoff2017-03-17
| |/ |/|
| * Make Jenkins post microbenchmarking diff in a commentGravatar Matt Kwong2017-03-16
| |
| * Add script to allow Jenkins to comment on PRsGravatar Matt Kwong2017-03-16
|/
* Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_masterGravatar David Garcia Quintas2017-03-03
|\
| * add script for running "latest released" benchmarksGravatar Jan Tattermusch2017-02-27
| |
* | Fix interop HTML report.Gravatar Adele Zhou2017-02-24
| |
* | add http2 interop tests to JenkinsGravatar Makarand Dharmapurikar2017-01-24
|/
* update path to build_artifacts_ruby.sh in jenkins scriptGravatar Alexander Polcyn2017-01-18
|
* Merge pull request #9303 from nicolasnoble/bazel-fixesGravatar Nicolas Noble2017-01-17
|\ | | | | Fixing a few items with the new Bazel BUILD system
* \ Merge pull request #9038 from apolcyn/run_perf_on_benchmarksGravatar apolcyn2017-01-13
|\ \ | | | | | | add --perf_args usage to jenkins performance runner scripts
| | * Fixing a few items with the new Bazel BUILD system:Gravatar Nicolas "Pixel" Noble2017-01-13
| |/ |/| | | | | | | | | | | -) Fixing Bazel 0.4.x breakage -) Adding helloworld BUILD examples -) Fixing grpc++ missing files. -) Adding helloworld example as a test for Bazel basic.
* | Adding Bazel tests.Gravatar Nicolas "Pixel" Noble2017-01-05
| |
| * add --perf_args usage to jenkins performance runner scriptsGravatar Alexander Polcyn2016-12-20
|/
* basic config for internal CIGravatar Jan Tattermusch2016-11-30
|
* fix windows benchmarks and upload all 3 reportsGravatar Jan Tattermusch2016-11-18
|
* start runing win benchmarks as part of full suiteGravatar Jan Tattermusch2016-11-16
|
* Enable Node Express benchmarks, fix copy/paste errorsGravatar murgatroid992016-11-09
|
* remove hardcoding of clients/server names in run_sweep_performance.shGravatar Matt Kwong2016-10-17
|
* add script to reboot a jenkins slaveGravatar Jan Tattermusch2016-10-05
|
* add proxy script for run_tests_matrix.pyGravatar Jan Tattermusch2016-10-04
|
* Be explicit as to which tests to runGravatar Craig Tiller2016-09-26
|
* Merge pull request #7994 from adelez/full_prod_testsGravatar Nicolas Noble2016-09-07
|\ | | | | Change permissions to run on Jenkins.
* | Fix modeGravatar Craig Tiller2016-09-07
| |
* | Fix copyrightGravatar Craig Tiller2016-09-07
| |
* | Add a script to run performance sweepsGravatar Craig Tiller2016-09-07
| |
| * Change permissions to run on Jenkins.Gravatar Adele Zhou2016-09-06
|/
* Fix full cloud to prodGravatar Adele Zhou2016-08-30
|
* Repeat of commit f808eee for interop testsGravatar Jorge Canizales2016-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Trying to fix: + cd grpc + tools/jenkins/run_interop.sh ++ dirname tools/jenkins/run_interop.sh + cd tools/jenkins/../.. + tools/run_tests/run_interop_tests.py -l all -s all --cloud_to_prod \ —cloud_to_prod_auth --use_docker --http2_interop -t -j 12 START: Building interop docker images. START: build_docker_php7 Traceback (most recent call last): File "tools/run_tests/run_interop_tests.py", line 738, in <module> build_jobs, newline_on_success=True, maxjobs=args.jobs) File "tools/run_tests/jobset.py", line 456, in run if not js.start(cmdline): File "tools/run_tests/jobset.py", line 369, in start self._add_env) File "tools/run_tests/jobset.py", line 218, in __init__ self.start() File "tools/run_tests/jobset.py", line 228, in start env = sanitized_environment(env) File "tools/run_tests/jobset.py", line 53, in sanitized_environment sanitized[str(key).encode()] = str(value).encode() UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 20: ordinal not in range(128)
* use 2 clients for 8core setup as wellGravatar Jan Tattermusch2016-05-25
|