Nicolas "Pixel" Noble
d14b6acdcc
Finalizing this a bit.
9 years ago
Eric Anderson
b1b331a59e
Don't bother with full build in java docker
...
The command in the docker image is just to prepare a cache to reduce
download for later builds. We only run installDist in build_interop.sh,
so don't bother with full build.
Fixes grpc/grpc-java#1370
9 years ago
Craig Tiller
3ab10f878b
Install "time" so that we can profile things
9 years ago
Jan Tattermusch
ed342b1c4d
meaningful name for grpc_jenkins_slave
9 years ago
Jan Tattermusch
2bb4d3fda2
dockerfile cleanup
9 years ago
Jan Tattermusch
788ee23ab3
cleanup sanity tests
9 years ago
Jan Tattermusch
b96ff5dd19
fix copyrights
9 years ago
Jan Tattermusch
8453acde02
move dockerfiles where they belong
9 years ago
Jan Tattermusch
adc9c08123
move artifact dockerfiles
9 years ago
Jan Tattermusch
5371d734de
move jenkins_slave dockerfiles under tools/dockerfile
9 years ago
Craig Tiller
cb6ce54e31
Update copyrights
9 years ago
Craig Tiller
c506e24a57
Update copyrights
9 years ago
Craig Tiller
482234f456
Get better output for clang-format diffs
9 years ago
Craig Tiller
897e4fe2ad
Update copyrights
9 years ago
Nicolas "Pixel" Noble
c51fbaa098
Actually making the clang format test properly fail sanity.
9 years ago
Jan Tattermusch
3ee9d48f2a
also removing grpc_java_android docker file
9 years ago
Jan Tattermusch
0c05dcd6bd
cleanup dockerfiles and scripts for old interop infrastructure
9 years ago
Masood Malekghassemi
5a65bcd48c
Bring Cython tests back online
9 years ago
yang-g
035cf093de
enable_ssl to use_tls
9 years ago
Craig Tiller
71a0f9d3b0
Fix clang-format script
9 years ago
Craig Tiller
ddf3a511aa
Add clang-format to sanity
9 years ago
Masood Malekghassemi
db34486027
Fix Python dockerfile
9 years ago
nmittler
46ef6b0e13
Adding apr to grpc-java Dockerfile
9 years ago
Tim Emiola
6ff393f405
Remove redundant docker files from grpc repo
9 years ago
Stanley Cheung
8ad4968e23
php: fix gce testing dockerfile
9 years ago
Donna Dionne
0218dcae0e
small fix for go docker private image building
9 years ago
Donna Dionne
689b70596d
adding build.sh for go so that go can test with private changes and private docker images.
...
fixing a go docker image build error.
9 years ago
Eric Anderson
c0944ddd19
For Docker grpc_java, no longer build Netty
...
In grpc/grpc-java#425 we will be removing the netty submodule.
10 years ago
Xudong Ma
bce7190631
Update dockerfile of gRpc Android interop test to use the code inside grpc-java repository.
10 years ago
Eric Anderson
798d36ee94
Don't build codegen in grpc/java dockerfile
...
We commit the codegen into Git, so it is already available. Travis-CI is
testing the codegen, so we don't need to test it as part of interop
tests.
This means we no longer need a C compiler installed, so we stop using
grpc/base.
10 years ago
Xudong Ma
8cbc2506d5
Enable service_account_creds test and compute_engine_creds for gRpc-java.
10 years ago
Donna Dionne
241563b003
Adding 2 helper build scripts to allow docker images to be built
...
from local repositories.
Framework is already set up in private_build_and_test.sh; helper build script
is needed for each langauge.
10 years ago
Xudong Ma
12ef17cbcd
Add two more AVD for api level 21 and 19.
...
Change the target to Google-Api, since gms only exist in Google-Api targets for api level 19 and older.
10 years ago
Craig Tiller
d4db33dcab
Add missing copyright notices
10 years ago
Nicolas "Pixel" Noble
b98188e826
Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d.
10 years ago
Xudong Ma
fc70e3946a
Rename to grpc_java_android
10 years ago
Xudong Ma
64f92900d1
Android Dockerfile for integration test
10 years ago
Donna Dionne
79d68d550b
To allow local private changes to be build into private
...
docker images to do interop testing before submitting code
c++ and java are done previously, adding ruby and node.
see script tools/gce_setup/private_build_and_test.sh
10 years ago
Eric Anderson
aa518cc3bf
Add 'installDist' task to grpc-java Docker build
...
This will allow us to not run Gradle every time we run an integration
test.
10 years ago
Stanley Cheung
8ade472c57
add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setup
10 years ago
Stanley Cheung
c984d0bcd8
php dockerfile: one dependency was listed twice
10 years ago
zeliard
3e3e0ad348
merge from upstream (grpc) master
10 years ago
Tim Emiola
ca302f51da
Updates the ruby docker file to refresh bundler
10 years ago
Donna Dionne
f9f8aca5b0
Scripts to build java and cxx docker images from local (uncommitted) code and
...
run interop tests in GCE VMs.
10 years ago
Donna Dionne
e8382dedbe
Also fixing docker file to ensure service account is copied.
10 years ago
Tim Emiola
0c62832cc1
Updated the version to 0.6.0
10 years ago
Tim Emiola
1e3361c161
Use the local version of the distpackages when build debian files
10 years ago
Tim Emiola
0bfdfa126d
Simplifies the work needed to create a new deb
...
- automates much of the workflow for building a deb package
- adds a version.txt file that is used configure the version on the deb package
* updates the Dockerfile to make use of this
10 years ago
murgatroid99
650b2c71b9
Generate interop-related code in docker build
10 years ago
murgatroid99
3781a634b0
Changed PHP version to 5.5 in Dockerfiles
10 years ago