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
Jan Tattermusch
cba5c089eb
Upgrade linux RBE tests to bazel 0.23.2
6 years ago
Jan Tattermusch
6da82f08bd
add job to give early warning about incompatible bazel changes
6 years ago
Jan Tattermusch
6ddee61f75
Upgrade linux RBE tests to bazel 0.22
6 years ago
Jan Tattermusch
38ecd3831b
install dotnet SDK before starting Windows build
6 years ago
Richard Belleville
23c5fb8ca4
Add example tests to CI
6 years ago
Prashant Jaikumar
ede3e61acb
Try to fix FlakyNetworkTest.ServerRestartKeepaliveDisabled flake
...
Set channel arg for max connect time.
6 years ago
Nguyen Quang Huy
c9acd8380f
Fix some typos
...
Correct some words spelling for reading more easily.
6 years ago
Prashant Jaikumar
e8efe06a42
Re-add cfstream_test
...
2nd attempt at adding cfstream_test after fixing internal build failures caused by first attempt.
6 years ago
Prashant Jaikumar
64dbadace8
Debug flaky_network_test
...
Run the test with some tracing enabled to debug test flakes.
6 years ago
Lidi Zheng
d209deb14b
Revert "Revert "Merge pull request #17644 from lidizheng/bzl-py3""
...
This reverts commit 7da0aacef2
.
6 years ago
Prashant Jaikumar
b31f402b46
Add flaky_network_test after fixing internal build failures.
...
Re-add flaky_network_test along with a couple of new testcases.
6 years ago
Prashant Jaikumar
6177befe94
Re-add cfstream_test
...
2nd attempt at adding cfstream_test after fixing internal build failures caused by first attempt.
6 years ago
hcaseyal
cecea9c592
Revert "Added test for RPCs over a flaky network"
6 years ago
Vijay Pai
03de98d5ef
Revert "Add test for network transitions when CFStream is enabled"
6 years ago