Commit Graph

508 Commits

Author SHA1 Message Date
Muxi Yan 6a7bbbc1bd Fix objc tests pull request failures 2019-06-19 10:31:47 -07:00
Muxi Yan bb341f822d
Merge pull request #19177 from muxi/split-objc-tests
Split ObjC tests
2019-06-19 09:21:49 -07:00
Muxi Yan 5a354d79ef fix cannot find tests 2019-06-14 10:16:19 -07:00
Muxi Yan d8ddd592f9 Rename cfg files and use opt configuration 2019-06-13 14:20:48 -07:00
Muxi Yan 29c3d43752 Make same change to pull request configs 2019-06-09 10:30:03 -07:00
Muxi Yan 7b239a287e Move extra args into RUN_TESTS_FLAGS 2019-06-09 10:29:42 -07:00
Jan Tattermusch 6f186fa8fd
Merge pull request #19274 from jtattermusch/fix_macos_interop_toprod
Fix macos interop toprod tests
2019-06-07 09:15:48 +02:00
Jan Tattermusch 00826d278b
Merge pull request #19267 from jtattermusch/corelang_pr_build_only_job
Add config for C/C++ build only PR job
2019-06-06 21:26:45 +02:00
Jan Tattermusch 7f72d114df fix macos interop toprod tests 2019-06-06 14:13:19 -04:00
Jan Tattermusch 22daa0de6f remove unused objc interop tests configs 2019-06-06 13:45:51 -04:00
Jan Tattermusch 957e71ecd2 add config for C/C++ build only PR job 2019-06-06 16:16:18 +02:00
Jan Tattermusch bf4c7f45ef use bazelisk to grab latest bazel version 2019-06-06 09:03:20 -04:00
Jan Tattermusch ed7e8c53e0 update scripts 2019-06-05 14:21:51 -04:00
Jan Tattermusch a7e3e76aed use different service_account_key for interop tests 2019-06-05 18:05:07 +02:00
Muxi Yan 5ab4022fcf update kokoro cfg files 2019-05-29 10:47:25 -07:00
Jan Tattermusch 6100cde6fa
Merge pull request #19127 from jtattermusch/unify_bazel_versions
Unify bazel versions
2019-05-29 16:56:24 +02:00
rmstar 435b1ee961
Merge pull request #19080 from rmstar/flakynetwork
Flaky network test enhancements
2019-05-23 13:53:08 -07:00
Prashant Jaikumar 1ac1ab7396 Flaky network test enhancements and cleanups
- Parameterized flaky_network_test to run with different packet sizes and
credentials.
- Cleanup debugger_macros

Parametrize flaky_network_test to run with different packet sizes and
credentials.
2019-05-23 11:45:54 -07:00
Jan Tattermusch af279949d4 update bazel_rbe.bat 2019-05-23 18:44:18 +02:00
Jan Tattermusch 374ff3139a use bazel.sh for foundry RBE tests 2019-05-23 18:44:18 +02:00
Jan Tattermusch 019e9a432b use kokoro env variable to get the PRs target branch 2019-05-23 17:28:12 +02:00
Jan Tattermusch fbc6068140 remove no-longer-used PR jobs 2019-05-07 09:52:56 +02:00
Jan Tattermusch d791dd1775 create build.cfg for split-up PR jobs 2019-05-07 09:52:56 +02:00
Jan Tattermusch 9dcbf1053f
Merge pull request #18956 from jtattermusch/job_split_followup
Job split followup: increase timeout for macos and windows C/C++ jobs
2019-05-06 19:13:52 +02:00
Jan Tattermusch 8b0683a015 add build.cfg for windows bazel RBE PR build 2019-05-06 17:50:54 +02:00
Jan Tattermusch 1dab7cf91a job split followup: increase timeout for macos and windows C/C++ jobs 2019-05-04 19:04:39 +02:00
Jan Tattermusch 55076191de
Merge pull request #18923 from jtattermusch/multilang_split
Split multilang master jobs by language
2019-05-03 18:58:42 +02:00
Jan Tattermusch 2cb63d859d split multilang jobs by language 2019-04-30 20:29:42 +02:00
Richard Belleville 930cec4e27 Revert "Merge pull request #18912 from grpc/revert-bazel-changes"
This reverts commit c9a259aa3a, reversing
changes made to 9c882bc725.
2019-04-30 11:17:11 -07:00
Richard Belleville 50b5240d0a Revert "Merge pull request #18859 from grpc/internal_py_proto_library"
This reverts commit 5b720f19c1, reversing
changes made to a64ae3c0d5.
2019-04-29 17:47:56 -07:00
Richard Belleville 5b720f19c1
Merge pull request #18859 from grpc/internal_py_proto_library
Remove dependency on pubref/rules_proto.
2019-04-29 14:59:15 -07:00
Jan Tattermusch ff397acf55 Upload C# nightly nugets to Artifactory dev nuget feed 2019-04-25 19:37:08 +02:00
Richard Belleville 4de4a7da7b Reenable python bazel tests 2019-04-25 10:27:01 -07:00
Richard Belleville afdc59712d Merge branch 'master' into internal_py_proto_library 2019-04-25 10:01:41 -07:00
Richard Belleville 05f37c8143 Remove dependency on pubref/rules_proto.
This commit resolves #18331.
This commit resolves #18256.
This commit resolves... another TODO that apparently didn't have an
associated github issue.

We swap out pubref's implementation of py_proto_library with our own,
which more closely mirrors the interface of the internal
py_proto_library, taking the descriptor file output of a proto_library
rule as input.

One minor change in behavior was introduced for simplicity. When a
py_proto_library depends on a proto_library with a source proto file in
a subdirectory of the bazel package, the import module of the resultant
python library will reflect the package, *not* the full directory of the
proto file, including both the bazel package and the subdirectories, as
pubref did previously. This behavior also more closely mirrors google
internal behavior.

This commit also introduces a slightly more stringent bazel format
script. Buildifier on its own will not take care of long lines, but by
running yapf first, we end up with a more legible file. At the moment,
there is no sanity check associated with this formatter.
2019-04-24 17:36:08 -07:00
Jan Tattermusch 2a482ca4b9
Merge pull request #18835 from jtattermusch/improve_win_rbe
Improve bazel RBE scripts
2019-04-24 19:27:59 +02:00
Jan Tattermusch 284597c9cf standardize bazel rbe credentials 2 2019-04-23 07:41:25 -04:00
Jan Tattermusch 92a7d4b615 standardize bazel rbe credentials 2019-04-23 07:24:01 -04:00
Jan Tattermusch 296f42c3e6 improve windows RBE build 2019-04-23 07:17:29 -04:00
Jan Tattermusch f2f27a0e64 add non-internal build.cfg files for bazel RBE jobs 2019-04-23 03:06:00 -04:00
Bill Feng 9ebde5ecce removed debug output 2019-04-12 15:49:18 -07:00
Bill Feng 85100a780f windows rbe for Kokoro CI 2019-04-12 15:46:33 -07:00
Jan Tattermusch 453cde5fb9 use bazel 0.23.2 for macos bazel build 2019-04-11 11:47:10 -04:00
Bill Feng 7eb3f28b7f added todo statments 2019-04-05 10:10:55 -07:00
Bill Feng d74e4079c5 upgrade bazel to 0.23.2 for docker legacy bazel builds
excluded Python tests from Bazel legacy C/C++ Kokoro CI jobs
disabled building examples due to existance of python
2019-04-04 17:22:03 -07:00
Jan Tattermusch cba5c089eb
Upgrade linux RBE tests to bazel 0.23.2 2019-04-04 10:18:53 +02:00
Jan Tattermusch 8ce9e54f92
Merge pull request #18602 from jtattermusch/incompatible_bazel_job
Add job to give early warning about incompatible bazel changes
2019-04-01 16:59:56 -07:00
Jan Tattermusch 6da82f08bd add job to give early warning about incompatible bazel changes 2019-04-01 17:14:30 -04:00
Jan Tattermusch 6ddee61f75
Upgrade linux RBE tests to bazel 0.22 2019-04-01 13:31:36 -07:00
Richard Belleville b8241addc3
Merge pull request #18312 from grpc/multiprocessing-example
Multiprocessing Example
2019-03-12 17:03:18 -07:00