diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-10-10 11:54:14 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-10-12 12:26:02 +0200 |
commit | f5ccae70f6d034f0f5ae2b894f583cdc89e1e24a (patch) | |
tree | a20ba2221b6935271c887444a05be5464a906025 /tools/gce | |
parent | 72b51330a7587490b396751399f3d5ea4b527751 (diff) |
add instructions for updating
Diffstat (limited to 'tools/gce')
-rwxr-xr-x | tools/gce/create_linux_kokoro_performance_worker.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/gce/create_linux_kokoro_performance_worker.sh b/tools/gce/create_linux_kokoro_performance_worker.sh index 7bb1ecbf0b..63d54a48bf 100755 --- a/tools/gce/create_linux_kokoro_performance_worker.sh +++ b/tools/gce/create_linux_kokoro_performance_worker.sh @@ -15,6 +15,13 @@ # Creates a performance worker on GCE to be used on Kokoro. +# IMPORTANT: Instructions for updating +# If the VM configuration / installed software is updated, +# - all existing performance worker VMs need to be updated to reflect the changes +# - a new GCE image named "grpc-performance-kokoro-v1" needs to be created, +# incrementing the version number. +# - kokoro jobs need to be reconfigured to use the new image version + set -ex cd "$(dirname "$0")" |