Esun Kim
b8f1b71a05
Use clang-tidy 7
4 years ago
Esun Kim
0e0e12aa22
Using comp_db for clang-tidy
4 years ago
Esun Kim
cc742fabe5
Rebuild manylinux images to include python 3.9
4 years ago
Esun Kim
a07345a5e2
Upgrade six 1.15
4 years ago
root
2153047b43
add zlib1g-dev to include zlib.h
4 years ago
root
455e2c9847
replace jessie to stretch, using name PHP7 instead of PHP
4 years ago
root
f4a0a9d0ff
del php5 from php_jessie_x64 and run_tests.py
4 years ago
root
db768cfcbb
del unnecessary yum install
4 years ago
root
840e67984a
del several docker related files
4 years ago
Esun Kim
f8e684944c
Upgraded gcc to 8 in python_dev_centos7_x64
4 years ago
Jan Tattermusch
e36ee8ef19
fix sanity tests
4 years ago
Jan Tattermusch
5f02c33b6a
exclude upbdefs-generated from clang_tidy_all_the_things.sh
4 years ago
Jan Tattermusch
bc4d478a21
regenerate dockerfiles
4 years ago
Jan Tattermusch
2274ed51bb
make sure clang_tidy dockerfile is buildable
4 years ago
Esun Kim
c0047f46b5
Upgrade Ubuntu 14.04 -> 18.04
4 years ago
Jan Tattermusch
38dafdb0e8
install cmake in CXX test images
4 years ago
Jan Tattermusch
99cfec0034
remove no longer useful cxx_sanitizers_jessie portability test (clang "7.0")
4 years ago
Jan Tattermusch
847a4715e5
remove clang3.4 portability test: ubuntu14.04 is EOL
4 years ago
Jan Tattermusch
b1ab3c1217
add cmake to grpc_interop_cxx docker image
4 years ago
Jan Tattermusch
d4f3e05fef
switch C++ interop tests to cmake
4 years ago
Stanley Cheung
ac0f7e80ea
Attempt to de-flake dart interop build
4 years ago
Hannah Shi
d3c1cbf4cb
replace gawk with awk, so as not to introduce an extra dependency
4 years ago
James Newton-King
21e855592a
Output grpc-dotnet interop apps to specific directories
4 years ago
Hannah Shi
c69c06b8d6
generate api reference documents by doxygen
4 years ago
Mark D. Roth
5afa417c89
Revert "Merge pull request #23524 from markdroth/xds_logging_revert"
...
This reverts commit b5b9172915
, reversing
changes made to 47c6c826f7
.
4 years ago
Mark D. Roth
a0f08b1b06
Revert "Merge pull request #21941 from markdroth/xds_logging"
...
This reverts commit 37d5d93983
, reversing
changes made to 0e8190a3c9
.
4 years ago
Esun Kim
bec51c0175
Manylinux2010-based Ruby images
4 years ago
Stanley Cheung
15a16df640
Add --verbose to dart pub get command
4 years ago
Jan Tattermusch
91f36feac8
fix PHP interop tests build
4 years ago
Jan Tattermusch
d8c76321c3
fix C++ interop test build
4 years ago
Esun Kim
bfa1ca968c
Add gRPC-specific docker images for Ruby build
4 years ago
Esun Kim
40dbe0e28a
Removed grpc_artifact_protoc/Dockerfile
4 years ago
Esun Kim
c33c67edf6
Add Python 3.9 support
4 years ago
Mark D. Roth
c1d7180daa
Use upb textformat library to dump out raw xDS proto messages
4 years ago
Esun Kim
06b1a9b0d3
Add manylinux2014 docker images
4 years ago
Esun Kim
65590e1dd3
Make rvm install 32bit artifacts explicitly on i686
5 years ago
Esun Kim
65ecbbde61
Make grpc_artifact_centos6 updated
5 years ago
Stanley Cheung
8a856d3814
Fix PHP xDS test
5 years ago
Stanley Cheung
eccbac3443
Update grpc protoc plugins to support proto3 optional
5 years ago
Karthik Ravi Shankar
063704ebad
Revert "Update grpc protoc plugin to be compliant of proto3 field presence"
5 years ago
Stanley Cheung
3614b0088c
PHP xDS Interop test client
5 years ago
Stanley Cheung
dc9b100865
Update grpc protoc plugins to support proto3 optional
5 years ago
Esun Kim
3c5b02b17c
Removed unnecessary commands
5 years ago
Stanley Cheung
7d8f295ab0
Fix run_tests pip install error
5 years ago
Eric Anderson
eee38e35dd
tools/dockerfile: Run Java build twice to reduce flakiness
...
Downloads fail from time to time because Gradle does not retry certain
types of network failures
(https://github.com/gradle/gradle/issues/8264 ).
Retrying twice should reduce the flake rate below noticeable without
increasing the size of the interop image created for each new release
for historical testing.
Fixes #18892
5 years ago
Eric Anderson
61f66e81b6
tools: Put sha1 in container tag instead of name
...
Ideally instead of having names like ruby_jessie_x64_ruby_2_5 and
ruby_jessie_x64_ruby_2_6 they would have the name "ruby" with tags
containing jessie_x64_ruby_2_5/6. But fixing that would be much more
invasive. The sha1 in the tag is producing the worst effects, so this is
a case of the perfect being the enemy of the good.
Fixes #20546
5 years ago
Jan Tattermusch
cfbeb3edd7
Fix wrong error handling logic in php's build_interop.sh
...
If [[ "$DONE" != 1 ]] && echo "Failed to do composer install" && exit 1
is at the end of a shell script, even if DONE is 1, this will return with error
exit status. That's because [[ $DONE != 1 ]] has exitcode 1 and thus anything after && doesn't get executed
and the entire scripts exits the last exit code it seen (which is 1).
5 years ago
Jan Tattermusch
710be13856
refactor generate_proto_php.sh
5 years ago
Lidi Zheng
a0613c2f9f
Drop commands about Python 3.4 in manylinux2010 Dockerfile
5 years ago
Jan Tattermusch
bb3b5d1d23
switch grpc-dart interop test to dart2.7
5 years ago