grpc/tools/jenkins
Yong Ni f0a54a1883 Removed the dockerfiles and test driver for stress test 2017-05-08 17:51:21 -07:00
..
README.md basic config for internal CI 2016-11-30 09:30:12 +01:00
build_artifacts.sh update path to build_artifacts_ruby.sh in jenkins script 2017-01-18 09:08:12 -08:00
build_packages.sh chmod u+x build_packages.sh 2016-02-03 14:40:28 -08:00
reboot_worker.sh add script to reboot a jenkins slave 2016-10-05 15:27:54 +02:00
run_bazel_basic.sh Adding Bazel tests. 2017-01-05 23:28:02 +01:00
run_bazel_basic_in_docker.sh fixed target name so bazel basic build passes 2017-04-24 16:22:49 -07:00
run_bazel_full.sh Adding Bazel tests. 2017-01-05 23:28:02 +01:00
run_bazel_full_in_docker.sh Adding Bazel tests. 2017-01-05 23:28:02 +01:00
run_c_cpp_test.sh Fix C/C++ test filtering 2017-04-26 01:26:40 -07:00
run_distribtest.sh enable running distribtest on jenkins 2016-02-03 12:13:55 -08:00
run_full_cloud_prod.sh Change permissions to run on Jenkins. 2016-09-06 12:05:58 -07:00
run_full_performance.sh fix windows benchmarks and upload all 3 reports 2016-11-18 14:21:33 +01:00
run_full_performance_released.sh add script for running "latest released" benchmarks 2017-02-27 19:04:30 +01:00
run_fuzzer.sh update locations of dockerization scripts 2016-05-03 15:54:44 -07:00
run_interop.sh add http2 server test for unary calls that uses small frames and padding 2017-03-22 13:46:51 -07:00
run_interop_objc.sh script to run objc interop tests 2017-04-14 15:05:41 -07:00
run_jenkins.sh Update copyrights 2016-03-31 07:46:18 -07:00
run_jenkins_matrix.sh add proxy script for run_tests_matrix.py 2016-10-04 18:08:16 +02:00
run_line_count.sh Give executable permission to line count .sh files 2017-03-29 17:53:44 -07:00
run_performance.sh Ensure port server running 2017-04-25 09:20:30 -07:00
run_performance_flamegraphs.sh add --perf_args usage to jenkins performance runner scripts 2016-12-20 13:29:58 -08:00
run_performance_profile_daily.sh Review feedback 2017-03-31 16:36:33 -07:00
run_performance_profile_hourly.sh Run start_port_server.py in performance profiling 2017-04-10 11:00:37 -07:00
run_portability.sh Update copyrights 2016-03-31 07:46:18 -07:00
run_sweep_performance.sh add --perf_args usage to jenkins performance runner scripts 2016-12-20 13:29:58 -08:00

README.md

Jenkins CI scripts

Scripts invoked by Jenkins (our CI platform) to run gRPC test suites. We run a comprehensive set of tests (unit, integration, interop, performance, portability..) on each pull request and also periodically on master and release branches.