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
Jorge Canizales
3df9bdf880
Update generated files with new protobuf version
...
Also make the script fetch protoc from the usual place.
8 years ago
Alexander Polcyn
2717aea387
using temporary nuget location on windows
8 years ago
Alexander Polcyn
809292a7af
ran script to update actual docker files
8 years ago
Ken Payson
f32e71eaca
Downgrade docker setuptools
8 years ago
Sree Kuchibhotla
1b22cddc7d
Add clientSuccess and serverSuccess to BQ schema
8 years ago
Jan Tattermusch
0a5a0cab7b
build everything
8 years ago
Jorge Canizales
8a9fe2ad97
nit: format ObjC test targets better
...
So they can be commented out.
8 years ago
Jorge Canizales
4343c904e2
Update Protobuf submodule to v3.0.0 (GA)
8 years ago
Nicolas "Pixel" Noble
3260a1731a
Bumping to 1.0.0-pre2.
8 years ago
Alexander Polcyn
161767771b
update to use new nuget client in tests
8 years ago
murgatroid99
5d65eb6bbe
Build the Node health-check package in the build_packages script
8 years ago
Stanley Cheung
7d8c543d64
regenerate from template
8 years ago
Stanley Cheung
78f0fd4715
fix copyright
8 years ago
Stanley Cheung
fa1e4fa7f1
php: add php7 to jenkins basic and interop tests
8 years ago
Stanley Cheung
99955ab0af
php: remove protobuf-php clone hack
8 years ago
Stanley Cheung
7b672f8473
remove outdated php dockerfile dependency
8 years ago
Ken Payson
cc17af1681
Remove non-manylinux linux .whl artifacts
8 years ago
Masood Malekghassemi
6f7d4221af
Upgrade virtualenv pip in Python docgen
...
Also ignore the docgen-generated directories under doc/.
8 years ago
murgatroid99
1c2268b453
Correct shell scripting mistake in node package generation code
8 years ago
Jorge Canizales
9e6372380d
Update protobuf submodule to 3.0.0-beta-4
...
Which has the fix for oneofs when using dynamic frameworks in ObjectiveC
8 years ago