Jan Tattermusch
802375393a
Use go1.16 for go interop tests and for newly added interop_matrix tests. ( #26124 )
...
* use go1.16 for go interop tests
* add go1.16 runtime support for interop_matrix tests
* update copyright headers
4 years ago
Yash Tibrewal
57cb063fb7
Add kokoro job for xds psm security tests ( #26033 )
...
* add kokoro job for xds psm security
* Fix scripts
* Cleanup
* Add copyright
4 years ago
Ivan Inozemtsev
5c95dd5c2c
Update dart to 2.12 release ( #25657 )
4 years ago
Richard Belleville
1437dc9816
Fix pypa link ( #25647 )
...
* Fix pypa link
* And 3.5 as well
4 years ago
Lidi Zheng
a6c5d6c43e
[xDS Proto] Pin PyPI dependencies in Dockerfiles ( #25510 )
4 years ago
Jan Tattermusch
cd53c55269
regenerate dockerfiles
4 years ago
Ivan Inozemtsev
2453a4b2d5
Fix dart interop test
4 years ago
James Newton-King
f759267c56
Flag to build latest framework to ASP.NET Core interop tests
4 years ago
Jan Tattermusch
64e33aa505
cmake not needed for grpc_interop_ruby
4 years ago
Jan Tattermusch
c5c123efc9
add cmake to ruby dockerfiles
4 years ago
Alexander Polcyn
70f3a25125
Delete unused grpclb-in-dns interop test suite
4 years ago
Jan Tattermusch
4d01188e5c
restore go1.8 image
4 years ago
Jan Tattermusch
985ce73b41
remove unused go1.7 image
4 years ago
Jan Tattermusch
7f08fc203a
generate go build_interop.sh from the template
4 years ago
Easwar Swaminathan
f520a45ccb
remove calls to deps
4 years ago
Easwar Swaminathan
ef191718d1
interop: Enable Go modules support
4 years ago
Jan Tattermusch
b29676dec5
restore go1.8 image
4 years ago
Jan Tattermusch
1fb53d9698
remove unused go1.7 image
4 years ago
Jan Tattermusch
0f2385a28d
generate go build_interop.sh from the template
4 years ago
Easwar Swaminathan
2b21f774c6
remove calls to deps
4 years ago
Easwar Swaminathan
694f226586
interop: Enable Go modules support
4 years ago
Jan Tattermusch
cf3d407e69
upgrade dart interop SDK to 2.10
4 years ago
Esun Kim
a07345a5e2
Upgrade six 1.15
4 years ago
root
840e67984a
del several docker related files
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
James Newton-King
21e855592a
Output grpc-dotnet interop apps to specific directories
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
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
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
Jan Tattermusch
bb3b5d1d23
switch grpc-dart interop test to dart2.7
5 years ago
Lidi Zheng
b2f72702c9
Pin virtualenv to 16.7.9
5 years ago
Lidi Zheng
13e1965b38
Let the template spit out the backslashes
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
Chengyuan Zhang
d659ad23ef
Skip building Android-dependent modules for Java interop test.
5 years ago
Lidi Zheng
fe919dd71e
Pin to 19.3.1
5 years ago
Lidi Zheng
0404939ad0
Let our CI use the latest pip version
5 years ago
Stanley Cheung
e43f925983
PHP: update docker image PHP 7 version
5 years ago
Stanley Cheung
e4081cca32
Limit retries to 5 times
5 years ago
Stanley Cheung
40427b1fc7
PHP: composer install could be flaky
5 years ago
Hannah Shi
2e1cfb75a8
change phpunit version from 4.8.36 to 5.7.27
5 years ago
Eric Anderson
05c603729e
Disable Gradle daemon for Java interop test building
...
We have seen an issue where `rm -r "$HOME/.gradle"` fails because
"Directory not empty". It seems likely this is due the fact Gradle is
still running in daemon form. The build script doesn't get any advantage
by running the daemon, so we just disable it.
Fixes #20423
5 years ago
Jan Tattermusch
976ebbf2b7
regenerate files
5 years ago
Lidi Zheng
3e2171ed61
Adopt reviewer's advice
5 years ago