Esun Kim
0b26a2ff56
Added abseil-based sync
5 years ago
Lidi Zheng
b2f72702c9
Pin virtualenv to 16.7.9
5 years ago
Eric Gribkoff
1266b45ce0
Update client_matrix.py
5 years ago
Matthew Stevenson
d869bed623
Added in server builder.
5 years ago
Doug Fawley
5f76067228
Add v1.27.1 release of grpc-go to interop matrix
5 years ago
Vijay Pai
152f46b5f6
Move generic stub implementation to header (prepare for templates)
5 years ago
Mark D. Roth
01e87e2d93
Remove old JSON API
5 years ago
Eric Gribkoff
237e1cd033
typo
5 years ago
Matthew Stevenson
db6f5081dc
Remove experiment config file.
5 years ago
Jan Tattermusch
87f7674248
cleanup C++ distribtests
5 years ago
Jan Tattermusch
21512217f2
get rid of the https://grpc.io/release plague
5 years ago
Eric Gribkoff
0bc088fbd3
e2-standard-2
5 years ago
Eric Gribkoff
df470c3e68
fix with clause
5 years ago
Eric Gribkoff
dc504622e7
remove bootstrap.json
5 years ago
Eric Gribkoff
09df710f07
generate bootstrap
5 years ago
Lidi Zheng
c53dd61dc7
Stop building for Android
5 years ago
Lidi Zheng
bcfbd747e4
Make YAPF happy
5 years ago
Lidi Zheng
be4b16bc7c
Disable testing AsyncIO for versions that it doesn't exist yet
5 years ago
Eric Gribkoff
1e75218905
wait for backend health first
5 years ago
Eric Gribkoff
31fa9550e5
Add runner script for xDS integration tests
5 years ago
Lidi Zheng
13e1965b38
Let the template spit out the backslashes
5 years ago
Lidi Zheng
ef3e6da5ba
s/use_asyncio/use-asyncio/g
5 years ago
Lidi Zheng
4842e23e9c
Make YAPF happy
5 years ago
Lidi Zheng
3e2d5da7a2
Use as much template as possible & fix some wording
5 years ago
Lidi Zheng
dc202bdf1f
Adding gRPC Python AsyncIO interop client and server
5 years ago
Jan Tattermusch
5d9a67a56d
use third_party/boringssl-with-bazel/err_data.c instead of err_data.c
5 years ago
Ben Reed
01457b2b5a
Add ignore android flag in performance README.md
...
The tools/run_tests/performance/README.md file provides an example to
run workers in Java. However, this example does not work out of the
box, because the Java build requires an Android SDK. This change adds a
Gradle flag `-PskipAndroid=true` to the existing example, allowing it to
work as intended.
Signed-off-by: Ben Reed <benreed@google.com>
5 years ago
Yash Tibrewal
74309886bb
Replace LogicalThread with WorkSerializer
5 years ago
Jan Tattermusch
7ef862ddb9
do not generate crypto_test_data.cc
5 years ago
Matthew Stevenson
2c43dcc3b4
fix config file
5 years ago
Matthew Stevenson
e392d0ac7d
experiment test
5 years ago
Mark D. Roth
380eb750ec
New JSON API
5 years ago
Jan Tattermusch
f098606c4a
Revert "Revert "Reintroduce #21527 (boringssl submodule unification)""
...
This reverts commit cca892022b
.
5 years ago
Esun Kim
8a23a9c4fe
Add cmake_pkgconfig_simple
5 years ago
Esun Kim
37089877bf
Update abseil to the latest
5 years ago
Esun Kim
f63367e0ef
Update abseil to the latest
5 years ago
Esun Kim
74b7b7044b
No error when there is nothing to commit for submodule-at-head test
5 years ago
hcaseyal
cca892022b
Revert "Reintroduce #21527 (boringssl submodule unification)"
5 years ago
Jan Tattermusch
5898cd03d7
update third_party/boringssl-with-bazel, check_submodules.sh and grpc_deps.bzl
5 years ago
Jan Tattermusch
e7e5d0198f
Revert "Revert "Unify boringssl submodules and use non-developer boringssl cmake build""
...
This reverts commit fe2242e603
.
5 years ago
Mark D. Roth
ac7c1d20ed
Add LDS/RDS into XdsClient
5 years ago
Yash Tibrewal
6f5b4624af
Delete api_fuzzer
5 years ago
Richard Belleville
c4a8d65512
Remove yet more targets
5 years ago
Richard Belleville
87c7c2af3f
Stop building manylinux1 images
5 years ago
Lidi Zheng
26531bfcf0
Double the time limit for linux extra artifacts build
5 years ago
Jan Tattermusch
fe2242e603
Revert "Unify boringssl submodules and use non-developer boringssl cmake build"
5 years ago
Jan Tattermusch
3f3cf8b62a
Revert "grpclb stabilization"
5 years ago
Jan Tattermusch
6f88ab83ea
update check_submodules.sh and grpc_deps.bzl
5 years ago
Alexander Polcyn
1197454f5a
Regenerate projects
5 years ago
Ben Reed
c4c24df78e
Update PGP keys and keyserver for RVM install
...
The tools/gce/linux_kokoro_performance_worker_init.sh executes a script that installs a ruby version manager, RVM. For security reasons, this script relies on PGP keys from RVM maintainers.
It's execution failed at the installation of RVM, because the key for a new maintainer had not been received. This commit adds GPG key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB for RVM's maintainer "pkuczynski". It results in the successful installation of rvm stable.
The current keyserver, hkp://keys.gnupg.net, is not one of the keyservers listed on https://rvm.io/rvm/security . When navigating to https://keys.gnupg.net in a browser, the server does not provide a way to search for keys without authenticating and redirecting to a strange domain. This commit also moves the script to use hkp://pgp.mit.edu, a listed keyserver that is maintained by MIT.
Signed-off-by: Ben Reed <benreed@google.com>
5 years ago