Jan Tattermusch
7a6c2235d5
support passing extra args to run_tests.py
8 years ago
Jan Tattermusch
5b34c4fc09
address some TODOs
8 years ago
Jan Tattermusch
7a7792a9de
run matrix improvements
8 years ago
Jan Tattermusch
0b19470d2b
improve report collection
8 years ago
Jan Tattermusch
3b0d092e22
add matrix run script
8 years ago
Nicolas "Pixel" Noble
47c0053bfd
Removing sanity check.
8 years ago
Nicolas "Pixel" Noble
3f695277cf
Upgrading protobuf submodule to 3.0.2.
8 years ago
Jan Tattermusch
4d2df96ff5
dont require libc-dev on coreclr
8 years ago
Jan Tattermusch
9c6276f5f7
fix C# distribtest on centos7
8 years ago
Nicolas "Pixel" Noble
055b920828
Disabling header check for filegroups.
8 years ago
Nicolas "Pixel" Noble
880b4578ab
Backport of #8055 into v1.0.x.
8 years ago
Jan Tattermusch
caa965b548
regenerate C# related files after backporting from master
8 years ago
Jan Tattermusch
881a32f5a7
fix windows distribtest and add TODOs to remove hacks
8 years ago
Jan Tattermusch
41d2365e8a
remove dead gmock link in protoc artifact build
8 years ago
Jan Tattermusch
e70f20b5a0
enable runing C# interop tests under coreclr
8 years ago
Jan Tattermusch
ca29914adf
allow building all nugets on linux
8 years ago
Jan Tattermusch
fb8fb404b8
install dotnet cli into ubuntu1404 distribtest docker
8 years ago
Jan Tattermusch
50e98574b2
update path to C# test build by dotnet cli
8 years ago
Jan Tattermusch
19e04b5388
get the right nuget version in linux distribtests
8 years ago
Jan Tattermusch
8c76be7405
dotnet CLI distribtest
8 years ago
Jan Tattermusch
abfd37fc86
regenerate to fix santity test
8 years ago
murgatroid99
b6204f52cd
Add 'node6' to the other spot where it's needed in run_tests.py
8 years ago
murgatroid99
6485393534
Add Node 6 to the list of recognized compilers in run_tests.py
8 years ago
murgatroid99
303687f444
Revert change to grpc++_base uses section
8 years ago
murgatroid99
1ca0f3ea15
build.yaml changes to make certain builds work
8 years ago
Craig Tiller
102fa966b6
Rename some files to avoid conflicting .obj files on Windows
8 years ago
Stanley Cheung
8749c96595
php: bump version
8 years ago
Nicolas "Pixel" Noble
35b8c51485
Bumping version to 1.0.1-pre1.
8 years ago
Ken Payson
8348973de9
Use templates for python version dependencies
...
Also change grpcio-tools to be a runtime dependency of grpcio-tests,
grpcio-tools is run as part of the tests.
8 years ago
Alexander Polcyn
03548cfef1
update nuget in distrib test docker files
8 years ago
Ken Payson
69ff5de496
Add Python3.5 grpcio-tools binaries
8 years ago
Nicolas "Pixel" Noble
a469e5d42e
grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure.
8 years ago
Nicolas "Pixel" Noble
0f9337b6a0
Removing pre2 flag.
8 years ago
Alexander Polcyn
e495928e5b
update nuget client to latest version on performance workers
8 years ago
Ken Payson
5998cd760c
Add Python3.5 artifact targets
8 years ago
Nicolas "Pixel" Noble
6ee23ee614
There's no 'platform' in package_targets.py, only labels.
8 years ago
Nicolas "Pixel" Noble
f2c074a73e
Updating build package C# scripts.
8 years ago
murgatroid99
d161f20a91
Don't get dependencies for Node grpc-health-check package build
8 years ago
Nicolas "Pixel" Noble
0275d8c65b
Reducing diff.
8 years ago
Nicolas "Pixel" Noble
6fd8a7fa03
That won't work properly. Falling back on fixing the list of dependencies.
8 years ago
Nicolas "Pixel" Noble
e667fe19bf
Using the interop dependencies instead.
8 years ago
Nicolas "Pixel" Noble
737bd555cf
Hopefully fixing #7639 .
8 years ago
Jorge Canizales
0db98cda0d
Undo Go Docker fix - fixed in another PR
8 years ago
Alexander Polcyn
b561102794
change location of nuget back to normal
8 years ago
Jorge Canizales
31871df58f
@pgrosu’s fix of Go’s docker build
8 years ago
Jorge Canizales
6801b225a8
Repeat of commit f808eee
for interop tests
...
Trying to fix:
+ cd grpc
+ tools/jenkins/run_interop.sh
++ dirname tools/jenkins/run_interop.sh
+ cd tools/jenkins/../..
+ tools/run_tests/run_interop_tests.py -l all -s all --cloud_to_prod \
—cloud_to_prod_auth --use_docker --http2_interop -t -j 12
START: Building interop docker images.
START: build_docker_php7
Traceback (most recent call last):
File "tools/run_tests/run_interop_tests.py", line 738, in <module>
build_jobs, newline_on_success=True, maxjobs=args.jobs)
File "tools/run_tests/jobset.py", line 456, in run
if not js.start(cmdline):
File "tools/run_tests/jobset.py", line 369, in start
self._add_env)
File "tools/run_tests/jobset.py", line 218, in __init__
self.start()
File "tools/run_tests/jobset.py", line 228, in start
env = sanitized_environment(env)
File "tools/run_tests/jobset.py", line 53, in sanitized_environment
sanitized[str(key).encode()] = str(value).encode()
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 20:
ordinal not in range(128)
8 years ago
Muxi Yan
f808eee33a
Fix Jenkins test error
8 years ago
Muxi Yan
6b59ac8da5
Fix Jenkins test error
8 years ago
Jorge Canizales
cc3ecd104f
Point out what to do if the sanity check fails
8 years ago
Ken Payson
e5fd01a389
Bump python protobuf dependency to 3.0.0
8 years ago