Nicolas "Pixel" Noble
87a1081211
Merge remote-tracking branch 'google/v1.0.x' into master-upmerge-from-deep-under
2016-09-29 01:31:54 +02:00
Jan Tattermusch
4d2df96ff5
dont require libc-dev on coreclr
2016-09-21 19:57:19 +02:00
Jan Tattermusch
9c6276f5f7
fix C# distribtest on centos7
2016-09-21 16:39:32 +02:00
Jan Tattermusch
caa965b548
regenerate C# related files after backporting from master
2016-09-15 18:18:28 +02:00
Jan Tattermusch
e70f20b5a0
enable runing C# interop tests under coreclr
2016-09-15 18:18:26 +02:00
Jan Tattermusch
fb8fb404b8
install dotnet cli into ubuntu1404 distribtest docker
2016-09-15 18:18:24 +02:00
Jan Tattermusch
19e04b5388
get the right nuget version in linux distribtests
2016-09-15 18:18:24 +02:00
Jan Tattermusch
a98a2ad7fd
enable runing C# interop tests under coreclr
2016-09-09 12:58:10 +02:00
Jan Tattermusch
845323099e
install dotnet cli into ubuntu1404 distribtest docker
2016-09-08 16:21:40 +02:00
Jan Tattermusch
b85976f268
get the right nuget version in linux distribtests
2016-09-08 16:21:39 +02:00
Nicolas "Pixel" Noble
cdbe6b3963
Merge branch 'v1.0.x' into upmerge-from-v1.0.x
2016-08-24 00:08:49 +02:00
Alexander Polcyn
03548cfef1
update nuget in distrib test docker files
2016-08-17 15:35:46 -07:00
siddharthshukla
5e3193ecf6
Add PyPy 5.3.1 to dockerfile and template
2016-08-17 19:48:26 +02:00
Nicolas "Pixel" Noble
7f074e0e20
Merge branch 'v1.0.x' into manual-upmerge
2016-08-11 21:00:08 +02: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 "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
Nicolas "Pixel" Noble
30f809556f
Reducing diff.
2016-08-05 21:01:53 +02:00
Nicolas "Pixel" Noble
45fa6323db
That won't work properly. Falling back on fixing the list of dependencies.
2016-08-05 20:19:24 +02:00
Nicolas "Pixel" Noble
ba02ee1adc
Using the interop dependencies instead.
2016-08-05 20:12:22 +02:00
Nicolas "Pixel" Noble
fb1a318b6f
Hopefully fixing #7639 .
2016-08-05 19:33:59 +02:00
Jorge Canizales
31871df58f
@pgrosu’s fix of Go’s docker build
2016-08-04 15:12:53 -07:00
Alexander Polcyn
809292a7af
ran script to update actual docker files
2016-08-02 23:51:44 -07:00
Stanley Cheung
7d8c543d64
regenerate from template
2016-07-26 19:39:04 -07:00
Stanley Cheung
78f0fd4715
fix copyright
2016-07-26 19:38:28 -07:00
Stanley Cheung
fa1e4fa7f1
php: add php7 to jenkins basic and interop tests
2016-07-26 19:38:28 -07:00
Stanley Cheung
99955ab0af
php: remove protobuf-php clone hack
2016-07-26 19:38:28 -07:00
Stanley Cheung
7b672f8473
remove outdated php dockerfile dependency
2016-07-26 19:38:28 -07:00
kpayson64
15e5c3f406
Merge pull request #7512 from stanley-cheung/php-cleanup-dockerfile
...
PHP: add PHP7 to various Jenkins tests and update dockerfile
2016-07-25 18:42:47 -07:00
Stanley Cheung
211a2a0f12
fix copyright
2016-07-25 13:01:48 -07:00
Stanley Cheung
2e2cdffe9d
php: add php7 to jenkins basic and interop tests
2016-07-23 19:07:36 -07:00
Stanley Cheung
47168ea6ee
php: remove protobuf-php clone hack
2016-07-22 18:25:16 -07:00
Stanley Cheung
20f900dc23
remove outdated php dockerfile dependency
2016-07-22 18:25:16 -07:00
murgatroid99
316f73f6c1
Merge v1.0.x into master
2016-07-22 11:00:34 -07:00
Craig Tiller
5ca7e47493
Merge pull request #6737 from ctiller/delayed-write
...
Delay beginning most writes until we enter poll()
2016-07-19 09:25:49 -07:00
Masood Malekghassemi
e917486753
Install virtualenv in Python distribtest Dockerfiles
2016-07-15 23:48:25 -07:00
Craig Tiller
8da7b1f779
Fix some failures
2016-07-13 15:06:00 -07:00
Nicolas Noble
7a70bb5486
Merge pull request #7265 from thunderboltsid/issue-7094-retry
...
Retrying: Make the testing scripts executable on Python 3.x
2016-07-13 13:11:51 -07:00
Nicolas Noble
77041372ba
Merge pull request #7112 from thunderboltsid/issue-7110
...
Add dockerfile for pyenv and modify run_tests.py to include py35 and py36
2016-07-13 13:11:34 -07:00
Masood Malekghassemi
1fa0faa2e2
Add src/compiler to clang format
2016-07-12 13:19:38 -07:00
siddharthshukla
0589e533cd
Make testing toolchain python 3.x compliant
...
six is necessary for making these scripts cross compatible
between python 2.x and 3.x
Changes:
Add six to python_deps.include
Include python_deps.include to all Dockerfile templates in test directory
Include python_deps.include to all Dockerfile templates in stress_test directory
Include python_deps.include to all Dockerfile templates in interop_test directory
Replace print statements with print function calls (from futute..)
Replace .iteritems() with .items() wherever necessary
use six.moves to import BaseHTTPServer
Generate new dockerfiles using generate_projects.sh
2016-07-12 01:35:53 +02:00
siddharthshukla
c478214e47
Enable py35 and py36 testing
...
Add dockerfile template for python_pyenv_x64 docker image
Generate the dockerfile using generate_projects.sh
Modify run_tests.py to include python3.5 and python3.6
Runs python_jessie_x64 for python versions 2.7 and 3.4, and
python_pyenv_x64 for python versions 3.5 and 3.6
2016-07-11 23:05:05 +02:00
kpayson64
dcca468abe
Merge pull request #6791 from soltanmm/pain
...
Make running individual Python tests less painful
2016-07-06 11:02:46 -07:00
Craig Tiller
eda85c6765
Expunge all references to zookeeper
2016-07-01 12:45:19 -07:00
Masood Malekghassemi
ac586ba21e
Remove tox
2016-07-01 10:18:45 -07:00
Jan Tattermusch
2c084ee31e
build experimental nugets with dotnet CLI
2016-06-29 10:45:38 -07:00
Jan Tattermusch
b6960d068f
switch CoreCLR to preview2
2016-06-27 22:37:49 -07:00