Nathaniel Manista
d0f30adc8b
Add Python to the list of interop servers to run.
10 years ago
Donna Dionne
6fd5a35ecc
Setting default ssh directory in the case of test runs running as root.
10 years ago
Yang Gao
1988221d15
Use environment variable to set root certs in c++ interop test.
10 years ago
Donna Dionne
93b1f3d18b
fixing builder.sh after code review comments.
10 years ago
Donna Dionne
4138a6a837
Rewrote the timeout for test commands
...
Added missing pingpong tests to cloud prod test
Cleaned up test output and inserted them into a google.visualization.Datatable object
10 years ago
Tim Emiola
5d6d005c99
Adds a grpc_show_servers command
10 years ago
Tim Emiola
5ebf880756
Replaces grpc_launch_server with grpc_launch_servers
10 years ago
Tim Emiola
d535bf3bc8
Allow the ruby tests to have service account info
10 years ago
Tim Emiola
b08dcfa773
Update docker creation script to use the full boot disk size
...
- automates the disk partitioning described in
https://cloud.google.com/compute/docs/disks/persistent-disks#repartitionrootpd
Removes an unnecessary semi-colon
10 years ago
murgatroid99
ddfafe8dcd
Fixed errors in Node test running
10 years ago
Donna Dionne
851f591956
Adding timeout for each test run so that failed tests do not block the running of the rest of the tests.
10 years ago
murgatroid99
975a07b949
Switched Protobuf-PHP references to my fork, removed references to git-on-borg
10 years ago
murgatroid99
23ed7b1fb9
Add node client and server to the list of interop tests to run
10 years ago
Donna Dionne
72bf29cbba
small conflict fix
10 years ago
Donna Dionne
f017b36751
fixing a small conflict
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
Tim Emiola
32960bbbd5
Fixes a bad option spec
10 years ago
Tim Emiola
78d56535fb
Fixes the prod test command flags
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
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
Tim Emiola
3ff195d885
Updates the java dockerfile and client command to reflect recent flag changes
10 years ago
Donna Dionne
f06fd4c4dd
Adding Docker support for cpp
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
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
48054c0a19
Minor bugfixes; adds independent command for support scripts on GCE machines
10 years ago
Tim Emiola
8a3ca244b7
bugfix: corrects a bug in grpc_sync_images
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
Tim Emiola
e2860c5bdb
Adds rubocop and fixes most style violations it detected
...
- add rubocop as a dev dependency
- fixed many style violations it reported, often using --auto-correct
- add a rubocop config
- .rubocop.yml shows the exceptions
- .rubocopy_todo.yml tracks outstanding style issues
- adds a rake task to allow rubocop styling checks to be automated
10 years ago
Tim Emiola
f3c7ae229d
Updates launch server to remove existing server if it's present
10 years ago
Tim Emiola
4036f002e1
Renames and grpc_update_docker_images to grpc_sync_images
...
- also allows it to sync multiple hosts
10 years ago
Tim Emiola
58192e8c9b
Simplify the docker image update cmd
10 years ago
Tim Emiola
3b1b43dc8c
Allows grpc_** that run gcloud compute ssh to run from docker containers
...
- adds _grpc_ensure_gcloud_ssh that creates the ~/.ssh/gcloud_compute_engine
key file if it does not exist
- update all the grpc_** commands that use ssh to call this
10 years ago
temiola
f31ed60d7c
Corrects the ruby dockerfile to ensure it has access to git-on-[].
...
Adds a command for triggering a pull of the latest built docker images.
Change on 2015/01/09 by temiola <temiola@google.com>
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=83641150
10 years ago
Nicolas Noble
ddef24620a
Adding the tools directory to the git export.
10 years ago