Matt Kwong
380c3a7e1e
Merge pull request #10562 from matt-kwong/pin-bazel-version-2
...
Pin Bazel version to 0.4.4 in Dockerfile
2017-04-11 11:46:06 -07:00
Jan Tattermusch
498e2b350a
Merge pull request #10480 from jtattermusch/csharp_new_projects
...
C# new .csproj projects
2017-04-11 17:24:04 +02:00
Matt Kwong
20f0d5ba01
Merge pull request #10551 from matt-kwong/fix-csharp-docker
...
Remove unnecessary C# dependency in Dockerfiles
2017-04-10 18:33:17 -07:00
Matt Kwong
5101b3f7cf
Pin Bazel version to 0.4.4 in Dockerfile
2017-04-10 14:34:39 -07:00
Matt Kwong
fa9da3c2db
Fix C# Dockerfiles
2017-04-10 11:42:15 -07:00
Jan Tattermusch
8b43521343
fix C# build_packages scripts
2017-04-07 09:06:43 +02:00
Ken Payson
975b5103e5
Fix build on Alpine linux + add portability tests
2017-04-06 13:39:35 -07:00
Jan Tattermusch
c4c95ada89
make C# docker image in sync with GCE performance workers
2017-04-06 13:20:49 +02:00
Matt Kwong
0ff1957a5b
Fix test coverage reporting
2017-03-31 09:54:11 -07:00
Jan Tattermusch
be2807de92
Add newest dotnet SDK to C# dockerfile
2017-03-09 17:38:50 +01:00
matt-kwong
e188c7d39a
Merge pull request #10033 from matt-kwong/fix-dockerfiles
...
Fix pyenv Dockerfile
2017-03-08 17:49:48 -08:00
Matt Kwong
5faabc45c5
Fix pyenv dockerfile
2017-03-08 12:42:24 -08:00
Mehrdad Afshari
9b3c73d1cd
Updated protobuf dependency for python to 3.2.0
2017-03-07 22:10:15 +00:00
murgatroid99
972b7975a6
Fixed package name in dockerfile
2017-01-13 09:28:09 -08:00
murgatroid99
93d0b580a5
Properly generate electron dependencies in test Dockerfile from template
2017-01-12 17:57:36 -08:00
murgatroid99
433d3f1d42
Merge branch 'master' into node_electron_build
2017-01-12 12:39:25 -08:00
Nicolas "Pixel" Noble
229def1a86
Adding Bazel tests.
2017-01-05 23:28:02 +01:00
murgatroid99
c34cac2891
Merge branch 'master' into node_electron_build
2017-01-04 15:43:02 -08:00
Jan Tattermusch
7dd2cc6f68
cleanup and speedup of sanity tests
2016-12-22 10:54:25 +01:00
murgatroid99
804c9e90fc
Add Electron tests to portability test matrix
2016-12-05 14:32:56 -08:00
Matt Kwong
180ea4bb20
Set Bazel to specific commit in Dockerfile
2016-12-01 15:26:59 -08:00
Matt Kwong
e403607ba7
Revert "Enable port tests to be run using gcc4.8"
...
This reverts commit 029ed106c5 .
2016-11-03 13:50:40 -07:00
Matt Kwong
1347e40563
Use Jessie instead of Ubuntu Dockerfile for GCC-4.8 tests
2016-11-02 18:07:40 -07:00
Matt Kwong
029ed106c5
Enable port tests to be run using gcc4.8
2016-11-02 11:37:40 -07:00
murgatroid99
c0aa97d158
Merge branch 'master' into uv_core_transport
2016-10-12 16:41:38 -07:00
murgatroid99
22d50e98d8
Fix sanity and move a header include
2016-10-12 10:59:59 -07:00
murgatroid99
1687cab9ed
Add libuv tests, and installation step in dockerfile
2016-10-12 10:59:11 -07:00
Matt Kwong
41c06a2ed5
move changes from dockerfile to template
2016-10-11 13:49:23 -07:00
Matt Kwong
66a1eea681
changed wheezy dockerfile to install git version > 1.7 to support local submodule cloning
2016-09-29 18:30:19 -07:00
Jan Tattermusch
a98a2ad7fd
enable runing C# interop tests under coreclr
2016-09-09 12:58:10 +02: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
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
7b672f8473
remove outdated php dockerfile dependency
2016-07-26 19:38:28 -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
20f900dc23
remove outdated php dockerfile dependency
2016-07-22 18:25:16 -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
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
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