aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce_setup
Commit message (Collapse)AuthorAge
* cleanup dockerfiles and scripts for old interop infrastructureGravatar Jan Tattermusch2015-10-15
|
* change default value of use_test_caGravatar yang-g2015-10-07
|
* remove flag use_prod_roots in interop test and add use_test_ca per the ↵Gravatar yang-g2015-10-06
| | | | interop test spec
* enable_ssl to use_tlsGravatar yang-g2015-10-01
|
* Prevent failed docker builds from accumulatingGravatar Eric Anderson2015-09-22
| | | | | | | By default docker does not clean up temporary images when the build fails to allow the user to inspect the state of the container to determine what went wrong. Those images don't help us at all and just accumulate until disk usage is 100%.
* Merge remote-tracking branch 'upstream/master' into interopGravatar yang-g2015-09-02
|\
* | more changesGravatar yang-g2015-09-02
| |
* | Fix auth testsGravatar yang-g2015-09-02
| |
| * Updating service account as service account is regenerated for the project.Gravatar Donna Dionne2015-09-02
|/
* enable oauth2_auth_token and per_rpc_creds interop tests for C#Gravatar Jan Tattermusch2015-07-31
|
* removing unnecessary tests.Gravatar Donna Dionne2015-07-29
|
* Adding new interop testsGravatar Donna Dionne2015-07-27
|
* Merge pull request #1827 from madongfly/creds_testGravatar donnadionne2015-06-02
|\ | | | | Enable service_account_creds test and compute_engine_creds for gRpc-java.
* | Adding csharp_dotnet into interop testsGravatar Donna Dionne2015-06-01
| | | | | | | | Currently the binaries are built manually which will be automatd in the future.
* | Adding csharp_dotnet into cloud suite of testsGravatar Donna Dionne2015-06-01
| | | | | | | | Currently the build is manual but will be automated over time
| * Enable service_account_creds test and compute_engine_creds for gRpc-java.Gravatar Xudong Ma2015-05-29
|/
* Add missing copyright noticesGravatar Craig Tiller2015-05-21
|
* change default instance used as windows interop serverGravatar Jan Tattermusch2015-05-19
|
* grpc_docker.sh support for running C# server on WindowsGravatar Jan Tattermusch2015-05-18
|
* add php jwt_token_creds test commandGravatar Stanley Cheung2015-05-14
|
* Modifying test result and log storage for better keeping of test history.Gravatar Donna Dionne2015-05-13
|
* added ability to run auth interop test clients on windowsGravatar Jan Tattermusch2015-05-12
|
* Merge pull request #1553 from jtattermusch/interop_windows_runnersGravatar Tim Emiola2015-05-12
|\ | | | | Runner scripts for interop tests on Windows
* | Adding 2 new test runner scripts to help to separate tests into smaller runs andGravatar Donna Dionne2015-05-11
| | | | | | | | getting faster results.
| * make windows host configurableGravatar Jan Tattermusch2015-05-11
| |
| * added interop and cloud to prod runner scripts for windows interop clientsGravatar Jan Tattermusch2015-05-11
|/
* more division of logs to make it easier to analyze test results.Gravatar Donna Dionne2015-05-06
|
* Merge branch 'master' of github.com:google/grpc into test-logGravatar Donna Dionne2015-05-06
|\
* | Ensuring test logs are not over written between runs.Gravatar Donna Dionne2015-05-06
| |
| * add command for the rest of PHP interop testGravatar Stanley Cheung2015-05-05
|/
* add php compute_engine_creds auth interop testGravatar Stanley Cheung2015-05-05
|
* Merge pull request #1450 from donnadionne/phpGravatar Stanley Cheung2015-05-04
|\ | | | | adding php to cloud to prod tests.
| * adding php to cloud to prod tests.Gravatar Donna Dionne2015-05-01
| |
* | add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setupGravatar Stanley Cheung2015-05-01
| |
* | fixed grpc_docker.sh to run C# auth tests correctlyGravatar Jan Tattermusch2015-04-28
| |
* | adding auth interop tests for C# to grpc_docker.shGravatar Jan Tattermusch2015-04-27
| |
* | Corrects command/flags used in ruby interop testsGravatar Tim Emiola2015-04-23
| |
* | Adding more arguments and default values to allow the environment to be ↵Gravatar Donna Dionne2015-04-22
| | | | | | | | | | | | specified when using the script.
* | Making modifications after commentsGravatar Donna Dionne2015-04-22
| | | | | | | | Add uploading private result to GCS
* | Scripts to build java and cxx docker images from local (uncommitted) code andGravatar Donna Dionne2015-04-20
|/ | | | run interop tests in GCE VMs.
* Merge pull request #1282 from tbetbetbe/grpc_ruby_add_jwt_auth_interopGravatar Michael Lumish2015-04-14
|\ | | | | Grpc ruby enable jwt auth and and an interop test for it
| * Adds the command to the interop test runner to run the jwt ruby auth test cmdGravatar Tim Emiola2015-04-14
| |
* | Adding python to cloud prod tests.Gravatar Donna Dionne2015-04-14
| |
* | Merge pull request #1278 from soltanmm/interopGravatar donnadionne2015-04-14
|\ \ | | | | | | Python cloud prod interop gen command
| * | Add Python cloud prod gen interop commandGravatar Masood Malekghassemi2015-04-14
| | |
| * | Fix documentation typoGravatar Masood Malekghassemi2015-04-14
| |/
* / Adding links to individual test logs in test result page.Gravatar Donna Dionne2015-04-14
|/
* Fix wrong docker instance in Python interop testsGravatar Masood Malekghassemi2015-04-10
|
* Adding php client to interop tests.Gravatar Donna Dionne2015-04-10
|
* Add OAuth interop tests to PythonGravatar Masood Malekghassemi2015-04-09
| | | | | Also adds the commands to the grpc_docker shell library script to support running in docker.