grpc/tools/jenkins
Alexander Polcyn f5521c33f9 Revert "Merge branch 'master' into v1.3.x"
This reverts commit 79759fea1a, reversing
changes made to dc36f4df6a.
2017-04-26 14:18:39 -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 Fixing a few items with the new Bazel BUILD system: 2017-01-13 02:55:13 +01: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_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_stress.sh Update copyrights 2016-03-31 07:46:18 -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 Revert "Merge branch 'master' into v1.3.x" 2017-04-26 14:18:39 -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 Revert "Merge branch 'master' into v1.3.x" 2017-04-26 14:18:39 -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.