Matt Kwong
aff1c05ed7
Make Jenkins post microbenchmarking diff in a comment
8 years ago
Matt Kwong
4166dc3536
Add script to allow Jenkins to comment on PRs
8 years ago
Jan Tattermusch
6766150343
add script for running "latest released" benchmarks
8 years ago
Adele Zhou
429e5607f7
Fix interop HTML report.
8 years ago
Makarand Dharmapurikar
df5ed720ee
add http2 interop tests to Jenkins
8 years ago
Alexander Polcyn
79e8d81e81
update path to build_artifacts_ruby.sh in jenkins script
8 years ago
Nicolas "Pixel" Noble
24263c3f7a
Fixing a few items with the new Bazel BUILD system:
...
-) Fixing Bazel 0.4.x breakage
-) Adding helloworld BUILD examples
-) Fixing grpc++ missing files.
-) Adding helloworld example as a test for Bazel basic.
8 years ago
Nicolas "Pixel" Noble
229def1a86
Adding Bazel tests.
8 years ago
Alexander Polcyn
66c6782751
add --perf_args usage to jenkins performance runner scripts
8 years ago
Jan Tattermusch
4024e8961d
basic config for internal CI
8 years ago
Jan Tattermusch
88818ae49a
fix windows benchmarks and upload all 3 reports
8 years ago
Jan Tattermusch
63a8446276
start runing win benchmarks as part of full suite
8 years ago
murgatroid99
dabe6bd2af
Enable Node Express benchmarks, fix copy/paste errors
8 years ago
Matt Kwong
5100ae5509
remove hardcoding of clients/server names in run_sweep_performance.sh
8 years ago
Jan Tattermusch
8e5a2eab00
add script to reboot a jenkins slave
8 years ago
Jan Tattermusch
ffdd3a3cab
add proxy script for run_tests_matrix.py
8 years ago
Jan Tattermusch
aa44062271
add proxy script for run_tests_matrix.py
8 years ago
Craig Tiller
677966a257
Be explicit as to which tests to run
8 years ago
Craig Tiller
0984907101
Fix mode
8 years ago
Craig Tiller
0d1808a5f5
Fix copyright
8 years ago
Craig Tiller
a84790fe33
Add a script to run performance sweeps
8 years ago
Adele Zhou
dea1f4f473
Change permissions to run on Jenkins.
8 years ago
Adele Zhou
96ace25a83
Fix full cloud to prod
8 years ago
Jorge Canizales
6801b225a8
Repeat of commit f808eee
for interop tests
...
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)
8 years ago
Jan Tattermusch
ebd506b7de
use 2 clients for 8core setup as well
9 years ago
Jan Tattermusch
db51bf9f81
add a new worker
9 years ago
Jan Tattermusch
9dda3fcd8a
one more typo fix
9 years ago
Jan Tattermusch
a8f72cff6e
run 32core tests even if previous tests fail
9 years ago
Jan Tattermusch
9cc9218c16
fix trivial typo
9 years ago
Jan Tattermusch
75381c5332
tiny fix
9 years ago
Jan Tattermusch
bd820c6d45
add run_full_performance.sh script
9 years ago
Jan Tattermusch
7d5111e26a
dont run go as part of smoketest
9 years ago
Jan Tattermusch
0cc2acc479
make --category smoketest explicit
9 years ago
Jan Tattermusch
1095c315f8
run netperf in smoketest as well
9 years ago
Jan Tattermusch
649d126ed3
set GOPATH when executing go worker
9 years ago
Jan Tattermusch
080ddf09ab
add a readme file
9 years ago
Jan Tattermusch
9835d4b1f7
update locations of dockerization scripts
9 years ago
Jan Tattermusch
99341e30cf
move helper script for dockerization
9 years ago
Ken Payson
0482c1046b
Python QPS Worker/initial scenarios
9 years ago
Jan Tattermusch
24b68cd62f
generate interop test Dockerfiles using templates
9 years ago
Jan Tattermusch
a6316693bc
get rid of the old homebrew/linuxbrew tests
9 years ago
Jan Tattermusch
5eacbd9814
also run node ruby and C#
9 years ago
Jan Tattermusch
b49d9e32c9
stop running latency profile in performance tests
9 years ago
vjpai
841e782ae5
Just make this into a wrapper of the broader script with C++ only
9 years ago
vjpai
29089c7b41
Deprecation of qps_driver and use of shell scripts, in progress
9 years ago
Sree Kuchibhotla
9192498a08
Java stress test docker images
9 years ago
Sree Kuchibhotla
edaa6ebae4
Go Stress test: Docker stress test images and config files to run on GKE
9 years ago
Craig Tiller
83f5a8530f
More parameterization
9 years ago
Craig Tiller
4b3fe15ef7
Allow specifying fuzzer runtime
9 years ago
Sree Kuchibhotla
7a05436ac1
New config for node. Made some changes to support node config
9 years ago