sanjaypujare
55c340f60e
tools/interop_matric: add 1.50.2 for Java ( #31406 )
2 years ago
Sergii Tkachenko
fe3a482acc
Add grpc-java 1.50.1 to client_matrix.py ( #31394 )
2 years ago
Eric Anderson
8230865a29
interop_matrix: Bump 9 Java versions ( #31291 )
...
Java did 10 releases in a batch; update them almost all together. One
version has already been handled in 63104ed
.
2 years ago
Sergii Tkachenko
63104ed440
Add grpc-java 1.44.2 to client_matrix.py ( #31273 )
2 years ago
apolcyn
71f4fa7f92
update matrix images ( #31157 )
2 years ago
Zach Reyes
f7c3f4df3a
Add v1.49.0 release of grpc-go to interop matrix ( #30719 )
2 years ago
Yash Tibrewal
cbed2cef57
1.48.1: Update interop matrix image ( #30810 )
2 years ago
Terry Wilson
8d35fcff3b
Add grpc-java v1.49.0 to the client matrix. ( #30729 )
2 years ago
Jan Tattermusch
9e2bac1378
Add interop matrix 1.47.1 for C++, Python, Ruby and PHP ( #30598 )
...
* react to removal of C# from master
* add 1.47.1 to client_matrix.py
2 years ago
Yash Tibrewal
a7d50f7c42
interop: Add interop testing for C++, php, ruby and python ( #30340 )
2 years ago
Easwar Swaminathan
793d0d15c8
Add v1.48.0 release of grpc-go to interop matrix ( #30281 )
2 years ago
yifeizhuang
3d2e5038c3
grpc-java 1.48.1 release ( #30469 )
2 years ago
yifeizhuang
58e00f45cb
client image for java release 1.48.0 ( #30354 )
2 years ago
Doug Fawley
a709faa868
Add v1.47.0 release of grpc-go to interop matrix ( #29846 )
3 years ago
Sergii Tkachenko
3e8054cb3a
Add grpc-java 1.47.0 to client_matrix.py ( #29860 )
3 years ago
Eric Anderson
d4c5972cc6
Bump to Java 1.46.0 in the interop client matrix ( #29855 )
3 years ago
Eric Anderson
14dcb40304
Bump to Java 1.45.1 in the interop client matrix ( #29282 )
3 years ago
Lidi Zheng
f1e9adfded
Add v1.46.x to interop matrix ( #29741 )
...
* Add v1.46.x to interop matrix
* Add v1.46.2 to interop matrix
* Remove Go v1.46.2
* Add Go v1.46.0 back
3 years ago
Doug Fawley
1c14cc03e6
Add v1.44.0, v1.45.0, and v1.46.0 releases of grpc-go to interop matrix ( #29484 )
3 years ago
sanjaypujare
ff28d4e6ae
interop_matrix: add java 1.44.1 to the matrix ( #28928 )
...
Co-authored-by: Eric Anderson <ejona@google.com>
3 years ago
yifeizhuang
6b89acc7ba
adding a GCR image for java 1.44.0 for compatibility test ( #28697 )
...
Co-authored-by: Eric Anderson <ejona@google.com>
3 years ago
Terry Wilson
8a406c72df
Add Java 1.45.0 to the interop client matrix. ( #29060 )
3 years ago
Jan Tattermusch
a32c22f2a9
Add v1.43.0 and v1.44.0 releases to interop_matrix ( #28885 )
...
* add v1.43.0 and v1.44.0 releases, fix C#
* fix problem introduced by #28124
* regenerate testcases for csharp*__master
* fixup C# 1.42.0 interop matrix
* python interop image build is broken at 1.43.0
* fix python testcases for 1.44.0
3 years ago
ZHANG Dapeng
79d7959c3d
Update client_matrix for Java v1.43.1 ( #28368 )
...
* Update client_matrix for Java v1.43.0
* Bump java version again
3 years ago
Easwar Swaminathan
9bc0732b44
Add v1.43.0 release of grpc-go to interop matrix ( #28359 )
3 years ago
Lidi Zheng
7069770ee0
Merge the 3 repeating Python binary compilations (Attempt 2) ( #28543 )
...
* Revert "Revert "Merge the 3 repeating Python binary compilations (#28500 )" (#28539 )"
This reverts commit 0554cbee9c
.
* Update hardcoded Python path
* Repect existing images and only use new path for newer releases
* fix interop_matrix testcases
Co-authored-by: Jan Tattermusch <jtattermusch@google.com>
3 years ago
Jan Tattermusch
240557a55c
run_tests family scripts: autodetect TTY when running docker ( #28124 )
...
* autodetect terminal when running docker, add helptext for --travis run_tests arg
* address a TODO
* remove --travis from task_runner.py
3 years ago
Mark D. Roth
ce2d09f7b4
add 1.42.0 to interop matrix ( #28261 )
3 years ago
Zach Reyes
266c93fa3b
Add v1.42.0 release of grpc-go to interop matrix ( #27985 )
3 years ago
Terry Wilson
c4a101b5dc
Add Java v1.40.2 and v1.41.1 to the interop test client matrix. ( #27953 )
3 years ago
yifeizhuang
0aca504993
add gcr image for java release v1.42.1 ( #28094 )
...
* add gcr image for java release v1.42.1
* replace java release v1.42.0 with v1.42.1
3 years ago
Richard Belleville
59693b7e72
Migrate Infrastructure Scripts to Python 3 ( #27135 )
...
* Run 2to3 on tools directory
* Delete github_stats_tracking
* Re-run 2to3
* Remove unused script
* Remove unused script
* Remove unused line count utility
* Yapf. Isort
* Remove accidentally included file
* Migrate tools/distrib directory to python 3
* Remove unnecessary shebang
* Restore line_count directory
* Immediately convert subprocess.check_output output to string
* Take care of Python 2 shebangs
* Invoke scripts using a Python 3 interpreter
* Yapf. Isort
* Try installing Python 3 first
* See if we have any Python 3 versions installed
* Add Python 3.7 to Windows path
* Try adding a symlink
* Try to symlink differently
* Install six for Python 3
* Run run_interop_tests with python 3
* Try installing six in python3.7 explicitly
* Revert "Try installing six in python3.7 explicitly"
This reverts commit 2cf60d72f3
.
* And debug some more
* Fix issue with jobset.py
* Add debug for CI failure
* Revert microbenchmark changes
3 years ago
Sergii Tkachenko
86e0634fa4
Add grpc-java 1.42.0 to client_matrix.py ( #27949 )
3 years ago
Richard Belleville
cb95e9f3ee
Attempt to Fix #27614 ( #27904 )
...
* commit after sync
* Moving to v1.41.1
* Attempt to fix interop test
* Increase test timeout
* Regenerate testcases. Fix old Python images to 3.7
Co-authored-by: Donna Dionne <donnadionne@google.com>
3 years ago
Eric Anderson
8fa5f47ca2
Add grpc-java 1.41.0 to client_matrix.py ( #27447 )
3 years ago
Doug Fawley
0c82838860
Add v1.41.0 release of grpc-go to interop matrix ( #27477 )
3 years ago
Richard Belleville
b6cc72f129
Revert "Run 2to3 on tools directory ( #26002 )" ( #27183 )
...
This reverts commit a388361c3d
.
3 years ago
Richard Belleville
a388361c3d
Run 2to3 on tools directory ( #26002 )
...
* Run 2to3 on tools directory
* Delete github_stats_tracking
* Re-run 2to3
* Remove unused script
* Remove unused script
* Remove unused line count utility
* Yapf. Isort
* Remove accidentally included file
* Restore line_count directory
3 years ago
ZHANG Dapeng
0ae3c78a3c
Update client_matrix for Java v1.40.1 ( #27130 )
3 years ago
apolcyn
d70ae71852
Add 1.39.0 to wrapped lang interop matrix builds ( #27011 )
3 years ago
Jan Tattermusch
13171a8b29
add C# 2.38.1 and 2.39.1 to interop matrix ( #27084 )
3 years ago
yifeizhuang
48b194f737
release v1.40.0: build gcr images for release, fix python2.7 ( #27045 )
3 years ago
Menghan Li
aa6af14622
Add release of grpc-go to interop matrix ( #26893 )
3 years ago
ZHANG Dapeng
0f98fab8cf
Update interop matrix for Java v1.39.0 ( #26580 )
3 years ago
Zach Reyes
8a07394a46
Add v1.39.0 release of grpc-go to interop matrix ( #26586 )
3 years ago
Chengyuan Zhang
dc2efd6790
Update interop client matrix for Java 1.38.1 release ( #26510 )
3 years ago
Yash Tibrewal
dc651a5cbc
Add v1.38.0 to the interop matrix for cxx,python,ruby,php ( #26411 )
4 years ago
Eric Gribkoff
1fb9e732cf
add java 1.38.0 ( #26291 )
4 years ago
Easwar Swaminathan
e8a109819c
Add v1.38.0 release of grpc-go to interop matrix ( #26316 )
4 years ago
Chengyuan Zhang
abe8e854e5
Update Java client version in interop matrix. ( #26251 )
4 years ago