You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2018/11/27 18:19:43 UTC

[geode-benchmarks] branch develop updated (d0675fd -> 392ecd9)

This is an automated email from the ASF dual-hosted git repository.

upthewaterspout pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git.


    from d0675fd  Change project name to geode-benchmarks.
     add 392ecd9  Adding scripts to automate launching VMs in google cloud

No new revisions were added by this update.

Summary of changes:
 build.gradle                                   |  1 +
 infrastructure/google_cloud/build_image.sh     | 45 ++++++++++++++++++++
 infrastructure/google_cloud/destroy_cluster.sh | 24 +++++++++++
 infrastructure/google_cloud/launch_cluster.sh  | 57 ++++++++++++++++++++++++++
 infrastructure/google_cloud/run_tests.sh       | 41 ++++++++++++++++++
 5 files changed, 168 insertions(+)
 create mode 100755 infrastructure/google_cloud/build_image.sh
 create mode 100755 infrastructure/google_cloud/destroy_cluster.sh
 create mode 100755 infrastructure/google_cloud/launch_cluster.sh
 create mode 100755 infrastructure/google_cloud/run_tests.sh