Tim Emiola
303af9f322
Runs the ruby tests during docker builds
10 years ago
Tim Emiola
8331591d92
Removes an unnecessary addition to the bash src file
10 years ago
Donna Dionne
72bf29cbba
small conflict fix
10 years ago
Donna Dionne
f017b36751
fixing a small conflict
10 years ago
Eric Anderson
c180e9f70c
Fix grpc_java* Docker images
...
The images seem to have been broken starting with 12e12a3
, but the
removal of Maven support from grpc-java also broke them further.
SSH handling no longer uses $HOME as it does not agree with /etc/passwd
in older docker versions[1] and prevented SSH from seeing the config
file.
Some effort was also made to reduce the image sizes by removing
temporary files.
1. https://github.com/docker/docker/issues/2968
10 years ago
Nicolas "Pixel" Noble
3c63c0ced3
Adding a few more tests.
10 years ago
Donna Dionne
ab2b4803b8
Adding additional comments and fixing reverted code.
10 years ago
Donna Dionne
bdf8c2aed8
Adding auth tests; test commands may change in the future and
...
refactoring will happen when the commands are final.
10 years ago
murgatroid99
47fd137e80
Fixed alignment issues
10 years ago
murgatroid99
c3c3a8f051
Added docker files for node interop tests
10 years ago
Donna Dionne
662cf72eb9
adding cloud to prod test for go.
10 years ago
Nicolas Noble
66b5bba25b
Fixing a couple of minor bugs, and adding a few tests.
10 years ago
Craig Tiller
e68de0e4c9
Small tweaks
...
Run faster on smaller machines.
Don't watch '.' prefixed files for changes. These files don't typically contribute to builds, and are used as vim temp files.
10 years ago
Tim Emiola
32960bbbd5
Fixes a bad option spec
10 years ago
Tim Emiola
78d56535fb
Fixes the prod test command flags
10 years ago
Craig Tiller
45bc600bdc
Restrict gcov to c/c++ for now
10 years ago
Tim Emiola
c3aabdd121
Adds a func for installing the Googles's roots.pem
...
roots.pem is not added to source control, but is instead saved on GCS.
The func copies roots.pem to docker host, to a location that can referenced by
Dockerfiles using the ADD directive
10 years ago
Tim Emiola
83182941b5
Updates/Adds test commands
...
- the client test gets new, necessary flags
- adds a prod test command that explicitly sets the SSL_CERT_FILE to pick up
certs that the c core can load successfully.
10 years ago
Tim Emiola
372755606c
Updates the ruby dockerfile to copy the cacerts directory from the docker host
10 years ago
David Klempner
e360568a70
Rename poll_kick_test to poll_kick_posix_test
10 years ago
Donna Dionne
b39d91daa8
Fixing a small typo
10 years ago
Donna Dionne
0eaafca3b2
Adding commands to run cloud to prod tests
...
Adding 2 runners to run the test matrix
10 years ago
Craig Tiller
8089d966d5
Remove clang-format tools
...
Use of these tools is dangerous until such time as we can figure out a standardized clang-format version to use everywhere.
10 years ago
murgatroid99
666450ef14
Updated comment
10 years ago
murgatroid99
c279165f72
Got run_tests.py and node tests working
10 years ago
Tim Emiola
3ff195d885
Updates the java dockerfile and client command to reflect recent flag changes
10 years ago
Tim Emiola
12e12a39ab
Updates the Java Dockerfiles to pull source from GitHub
10 years ago
Tim Emiola
41b6d9aad3
Switched to using protobuf-2.6.1 for now
10 years ago
murgatroid99
564b944b3c
Started fixing php test runner
10 years ago
Tim Emiola
7d5b1027ed
Updates java_base to pull in protobuf
10 years ago
Tim Emiola
6ed6036e02
Updates the Java Dockerfiles to pull source from GitHub
10 years ago
murgatroid99
2c8d5165a6
Added node test runner
10 years ago
Nathaniel Manista
7a3c38bed9
Add the _framework.face package.
10 years ago
Donna Dionne
aed5642d00
Adding docker cpp support
...
removing commented out line
10 years ago
Donna Dionne
f06fd4c4dd
Adding Docker support for cpp
10 years ago
murgatroid99
51fca2da4b
Made node library buildable from source tree
10 years ago
Tim Emiola
b776a1996d
Updates the Go dockerfile to reflect the package restructuring.
...
- also corrects an error in the Go client test command
10 years ago
Tim Emiola
09bc379417
Fixes a regression in the ruby dockerfile
...
- the line that built and installed grpc ruby was mistakenly removed.
10 years ago
Nicolas "Pixel" Noble
9d9b805cb1
Adressing comments.
10 years ago
Tim Emiola
1a8582f18e
removes noisy output when syncing
10 years ago
Tim Emiola
c8ee19b905
Adds a bash func that runs the interop test client command
10 years ago
Tim Emiola
fb6d7fd572
Adds Dockerfile for Go
10 years ago
Nathaniel Manista
840615ed27
Add Python to run-tests.
10 years ago
Tim Emiola
48054c0a19
Minor bugfixes; adds independent command for support scripts on GCE machines
10 years ago
Craig Tiller
6f5e2c42f9
Surface failure count
10 years ago
Tim Emiola
8a3ca244b7
bugfix: corrects a bug in grpc_sync_images
10 years ago
Tim Emiola
d2130c3561
Switches the grpc-repo dockerfiles to pull gRPC source from GitHub
10 years ago
Tim Emiola
a36b84ca65
Adds a command to copy the docker github credential from GCS
...
- updates grpc_update_image to install the github credential when the base
image is built
10 years ago
Craig Tiller
996d9dff47
Generate projects
10 years ago
Craig Tiller
d4eeff8a2d
Add ability to test
10 years ago