Prashant Jaikumar
024a864209
Added kokoro config to run grpc_basictests_cpp_ios as part of presubmit
5 years ago
Tony Lu
63e6329c65
Added Kokoro jobs for tvos unit tests
5 years ago
Prashant Jaikumar
232725b99a
Add C++ Cronet end2end tests
5 years ago
Tony Lu
f9d9fbd36b
Only include src/objective-c/examples/RemoteTestClient/.. stubs
...
Reverting other files & removing redundant spaces
5 years ago
Tony Lu
f00dd31ace
Upgrade Cocoapods to the second latest version
...
Reverting build_one_sample
5 years ago
Prashant Jaikumar
91d865fa54
Create new build config for ASAN on Mac OS
...
Workaround ASAN build issues on Mac OS.
Disable LSAN as it's not supported by the version of clang that ships with Mac OS.
5 years ago
Prashant Jaikumar
c6993a3841
Run cfstream_test under ASAN and TSAN
5 years ago
Nicolas "Pixel" Noble
de9c1e8f9c
Upgrading Bazel Windows RBE to 0.26 too.
5 years ago
Muxi Yan
6a7bbbc1bd
Fix objc tests pull request failures
6 years ago
Muxi Yan
5a354d79ef
fix cannot find tests
6 years ago
Muxi Yan
d8ddd592f9
Rename cfg files and use opt configuration
6 years ago
Muxi Yan
29c3d43752
Make same change to pull request configs
6 years ago
Muxi Yan
7b239a287e
Move extra args into RUN_TESTS_FLAGS
6 years ago
Jan Tattermusch
7f72d114df
fix macos interop toprod tests
6 years ago
Jan Tattermusch
22daa0de6f
remove unused objc interop tests configs
6 years ago
Jan Tattermusch
957e71ecd2
add config for C/C++ build only PR job
6 years ago
Jan Tattermusch
bf4c7f45ef
use bazelisk to grab latest bazel version
6 years ago
Jan Tattermusch
ed7e8c53e0
update scripts
6 years ago
Jan Tattermusch
a7e3e76aed
use different service_account_key for interop tests
6 years ago
Muxi Yan
5ab4022fcf
update kokoro cfg files
6 years ago
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.
6 years ago
Jan Tattermusch
af279949d4
update bazel_rbe.bat
6 years ago
Jan Tattermusch
374ff3139a
use bazel.sh for foundry RBE tests
6 years ago
Jan Tattermusch
019e9a432b
use kokoro env variable to get the PRs target branch
6 years ago
Jan Tattermusch
40d5f48a43
remove no-longer-used PR jobs
6 years ago
Jan Tattermusch
48d4bcb8ef
create build.cfg for split-up PR jobs
6 years ago
Jan Tattermusch
bb3808d355
job split followup: increase timeout for macos and windows C/C++ jobs
6 years ago
Jan Tattermusch
b18111c618
split multilang jobs by language
6 years ago
Jan Tattermusch
fbc6068140
remove no-longer-used PR jobs
6 years ago
Jan Tattermusch
d791dd1775
create build.cfg for split-up PR jobs
6 years ago
Jan Tattermusch
8b0683a015
add build.cfg for windows bazel RBE PR build
6 years ago
Jan Tattermusch
1dab7cf91a
job split followup: increase timeout for macos and windows C/C++ jobs
6 years ago
Jan Tattermusch
2cb63d859d
split multilang jobs by language
6 years ago
Richard Belleville
930cec4e27
Revert "Merge pull request #18912 from grpc/revert-bazel-changes"
...
This reverts commit c9a259aa3a
, reversing
changes made to 9c882bc725
.
6 years ago
Richard Belleville
50b5240d0a
Revert "Merge pull request #18859 from grpc/internal_py_proto_library"
...
This reverts commit 5b720f19c1
, reversing
changes made to a64ae3c0d5
.
6 years ago
Jan Tattermusch
ff397acf55
Upload C# nightly nugets to Artifactory dev nuget feed
6 years ago
Richard Belleville
4de4a7da7b
Reenable python bazel tests
6 years ago
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.
6 years ago
Jan Tattermusch
f53eca24f4
add non-internal build.cfg files for bazel RBE jobs
6 years ago
Jan Tattermusch
284597c9cf
standardize bazel rbe credentials 2
6 years ago
Jan Tattermusch
92a7d4b615
standardize bazel rbe credentials
6 years ago
Jan Tattermusch
296f42c3e6
improve windows RBE build
6 years ago
Jan Tattermusch
f2f27a0e64
add non-internal build.cfg files for bazel RBE jobs
6 years ago
Bill Feng
9ebde5ecce
removed debug output
6 years ago
Bill Feng
85100a780f
windows rbe for Kokoro CI
6 years ago
Jan Tattermusch
453cde5fb9
use bazel 0.23.2 for macos bazel build
6 years ago
Bill Feng
5158c3db27
naming update, documentation fix
6 years ago
Bill Feng
df89d8e157
bazel RBE Windows build
6 years ago
Bill Feng
7eb3f28b7f
added todo statments
6 years ago
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
6 years ago