kpayson64
8006ed3d94
Merge pull request #7729 from apolcyn/update_to_sys_interactive
...
update to system interactive in distrib tests
2016-08-22 19:46:00 -07:00
Nicolas "Pixel" Noble
35b8c51485
Bumping version to 1.0.1-pre1.
2016-08-18 21:57:20 +02:00
Nicolas Noble
90e4bd5fbb
Merge pull request #7745 from nicolasnoble/no-more-pre
...
Removing pre2 flag.
2016-08-18 12:16:48 -07:00
Nicolas Noble
9882e9b3df
Merge pull request #7776 from kpayson64/templatize_dependencies
...
Use templates for python version dependencies
2016-08-18 12:16:41 -07:00
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.
2016-08-18 11:27:47 -07:00
Nicolas Noble
fedcf7d8ad
Merge pull request #7752 from nicolasnoble/unsecure-should-be-unsecure
...
grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure.
2016-08-18 11:05:13 -07:00
Alexander Polcyn
03548cfef1
update nuget in distrib test docker files
2016-08-17 15:35:46 -07:00
Ken Payson
69ff5de496
Add Python3.5 grpcio-tools binaries
2016-08-17 15:31:16 -07:00
Nicolas "Pixel" Noble
a469e5d42e
grpc++_unsecure shouldn't depend on grpc but on grpc_unsecure.
2016-08-17 05:47:55 +02:00
makdharma
3bc78cd0b5
Merge pull request #7448 from jcanizales/p0-archive-fix
...
Work around Cocoapods dynamic frameworks incompatibility with XCode archive
2016-08-16 09:17:29 -07:00
Nicolas "Pixel" Noble
0f9337b6a0
Removing pre2 flag.
2016-08-16 03:07:09 +02:00
kpayson64
bcc0d8870a
Merge pull request #7732 from kpayson64/python3_artifacts
...
Add Python3.5 artifact targets
2016-08-15 16:16:18 -07:00
Ken Payson
5998cd760c
Add Python3.5 artifact targets
2016-08-15 10:57:47 -07:00
Nicolas Noble
04132ae14a
Merge pull request #7717 from nicolasnoble/update-build-packages
...
Updating build package C# scripts.
2016-08-12 10:12:33 -07:00
Nicolas "Pixel" Noble
6ee23ee614
There's no 'platform' in package_targets.py, only labels.
2016-08-12 09:46:07 +02:00
Nicolas "Pixel" Noble
f2c074a73e
Updating build package C# scripts.
2016-08-12 03:23:10 +02:00
murgatroid99
d161f20a91
Don't get dependencies for Node grpc-health-check package build
2016-08-11 17:01:45 -07:00
Nicolas Noble
10776b99cf
Merge pull request #7623 from apolcyn/sys_inter_with_nuget
...
Updating Ix-Async to System Interactive and nuget
2016-08-09 11:10:26 -07:00
Nicolas Noble
aa0ac69794
Merge pull request #7605 from sreecha/perf-fix-ga
...
Add clientSuccess and serverSuccess to BQ schema
2016-08-09 11:07:23 -07:00
Jorge Canizales
8ac55f8a8c
Solve merge conflict at gRPC-ProtoRPC.podspec
2016-08-08 18:39:56 -07:00
Jorge Canizales
a9b1c5cbe1
Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-archive-fix
2016-08-07 18:46:38 -07:00
Nicolas "Pixel" Noble
0275d8c65b
Reducing diff.
2016-08-05 19:42:32 -07:00
Nicolas "Pixel" Noble
6fd8a7fa03
That won't work properly. Falling back on fixing the list of dependencies.
2016-08-05 19:42:24 -07:00
Nicolas "Pixel" Noble
e667fe19bf
Using the interop dependencies instead.
2016-08-05 19:42:15 -07:00
Nicolas "Pixel" Noble
737bd555cf
Hopefully fixing #7639 .
2016-08-05 19:42:06 -07:00
Jorge Canizales
0db98cda0d
Undo Go Docker fix - fixed in another PR
2016-08-05 17:19:34 -07:00
Jorge Canizales
d4230bbf02
Merge commit '4e57e8be3911e3030e2ccfd6478be75a3c2b0250' into p0-advance-protobuf-version
2016-08-05 17:17:45 -07:00
Alexander Polcyn
b561102794
change location of nuget back to normal
2016-08-05 09:41:49 -07:00
Jorge Canizales
31871df58f
@pgrosu’s fix of Go’s docker build
2016-08-04 15:12:53 -07:00
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)
2016-08-04 14:50:45 -07:00
Muxi Yan
f808eee33a
Fix Jenkins test error
2016-08-03 19:32:14 -07:00
Muxi Yan
6b59ac8da5
Fix Jenkins test error
2016-08-03 19:29:29 -07:00
Jorge Canizales
cc3ecd104f
Point out what to do if the sanity check fails
2016-08-03 15:39:16 -07:00
kpayson64
8ebb2a9594
Merge pull request #7613 from kpayson64/py_protobuf_upgrade
...
Bump python protobuf dependency to 3.0.0
2016-08-03 13:42:00 -07:00
Ken Payson
e5fd01a389
Bump python protobuf dependency to 3.0.0
2016-08-03 11:43:15 -07:00
Jorge Canizales
3df9bdf880
Update generated files with new protobuf version
...
Also make the script fetch protoc from the usual place.
2016-08-03 10:48:23 -07:00
Alexander Polcyn
2717aea387
using temporary nuget location on windows
2016-08-03 00:38:08 -07:00
Alexander Polcyn
809292a7af
ran script to update actual docker files
2016-08-02 23:51:44 -07:00
kpayson64
9fa684fa0d
Merge pull request #7610 from kpayson64/downgrade_setuptools
...
Downgrade docker setuptools
2016-08-02 12:46:09 -07:00
Ken Payson
f32e71eaca
Downgrade docker setuptools
2016-08-02 11:11:23 -07:00
Jan Tattermusch
baa8c31984
Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtm
...
Update .NET core dependencies to RTM
2016-08-02 15:10:42 +08:00
Sree Kuchibhotla
1b22cddc7d
Add clientSuccess and serverSuccess to BQ schema
2016-08-01 22:13:33 -07:00
Jan Tattermusch
0a5a0cab7b
build everything
2016-07-31 03:27:54 +08:00
Jorge Canizales
7a2bc14fc0
Merge commit '5e623b8d8d8d106bd4ab9a6d77ef43b1a134d8ec' into p0-advance-protobuf-version
2016-07-29 15:45:02 -07:00
Jorge Canizales
8a9fe2ad97
nit: format ObjC test targets better
...
So they can be commented out.
2016-07-29 15:44:47 -07:00
Jorge Canizales
4343c904e2
Update Protobuf submodule to v3.0.0 (GA)
2016-07-29 15:39:45 -07:00
Nicolas "Pixel" Noble
3260a1731a
Bumping to 1.0.0-pre2.
2016-07-29 22:56:12 +02:00
Nicolas Noble
18e54a54a1
Merge pull request #7567 from murgatroid99/node_artifact_build_health_check
...
Build the Node health-check package in the build_packages script
2016-07-29 13:36:42 -07:00
Alexander Polcyn
161767771b
update to use new nuget client in tests
2016-07-28 15:02:39 -07:00
murgatroid99
5d65eb6bbe
Build the Node health-check package in the build_packages script
2016-07-28 14:49:52 -07:00