diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-03-30 11:17:23 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-03-30 11:17:23 -0700 |
commit | 2a4d478dc96d276d196fbb48218662d8ab77d612 (patch) | |
tree | 43a15ff08bc90a07d6558e75935b0e6d45fa7791 /tools/gce | |
parent | 3fdf18c2529aab13fb8749ddf6a3a2d310b6e9b3 (diff) |
Add a comment.
Diffstat (limited to 'tools/gce')
-rwxr-xr-x | tools/gce/create_interop_worker.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gce/create_interop_worker.sh b/tools/gce/create_interop_worker.sh index 23a8eb8699..3c49c6102a 100755 --- a/tools/gce/create_interop_worker.sh +++ b/tools/gce/create_interop_worker.sh @@ -29,6 +29,9 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Creates an interop worker on GCE. +# IMPORTANT: After this script finishes, there are still some manual +# steps needed there are hard to automatize. +# See go/grpc-jenkins-setup for followup instructions. set -ex |