From 24ef6a77c8b197ff2911ea58f73a8ebe36173943 Mon Sep 17 00:00:00 2001 From: Wencheng Lu Date: Tue, 21 Mar 2017 22:11:12 -0700 Subject: [PATCH 1/3] update gcloud ssh command --- script/linux-gae-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/linux-gae-instance b/script/linux-gae-instance index 7c3a4c09f..62c2fb5b3 100755 --- a/script/linux-gae-instance +++ b/script/linux-gae-instance @@ -177,7 +177,7 @@ function download_nginx_logs() { retry -n 2 -s 10 \ ${GCLOUD} compute ssh --project=${PROJECT} --zone=${vm_zone} ${vm_name} \ - --command="\"sudo tar czf ${remote_archive} /var/log/; sudo chmod 777 ${remote_archive}\"" \ + --command="sudo tar czf ${remote_archive} /var/log/; sudo chmod 777 ${remote_archive}" \ || error_exit "Cannot tar backend VM logs." retry -n 2 -s 10 \ From a6ebbd3511c10276498102130302fd601fdee9bd Mon Sep 17 00:00:00 2001 From: Wencheng Lu Date: Tue, 21 Mar 2017 23:36:38 -0700 Subject: [PATCH 2/3] trigger presubmit test --- script/linux-gae-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/linux-gae-instance b/script/linux-gae-instance index 62c2fb5b3..1bf2dde47 100755 --- a/script/linux-gae-instance +++ b/script/linux-gae-instance @@ -178,7 +178,7 @@ function download_nginx_logs() { retry -n 2 -s 10 \ ${GCLOUD} compute ssh --project=${PROJECT} --zone=${vm_zone} ${vm_name} \ --command="sudo tar czf ${remote_archive} /var/log/; sudo chmod 777 ${remote_archive}" \ - || error_exit "Cannot tar backend VM logs." + || error_exit "Cannot tar the backend VM logs." retry -n 2 -s 10 \ ${GCLOUD} compute copy-files --project=${PROJECT} --zone=${vm_zone} \ From bd9b63ed4c160895ffc588f5bdc70f563358cf27 Mon Sep 17 00:00:00 2001 From: Wencheng Lu Date: Wed, 22 Mar 2017 08:54:39 -0700 Subject: [PATCH 3/3] trigger jenkins test --- script/linux-gae-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/linux-gae-instance b/script/linux-gae-instance index 1bf2dde47..62c2fb5b3 100755 --- a/script/linux-gae-instance +++ b/script/linux-gae-instance @@ -178,7 +178,7 @@ function download_nginx_logs() { retry -n 2 -s 10 \ ${GCLOUD} compute ssh --project=${PROJECT} --zone=${vm_zone} ${vm_name} \ --command="sudo tar czf ${remote_archive} /var/log/; sudo chmod 777 ${remote_archive}" \ - || error_exit "Cannot tar the backend VM logs." + || error_exit "Cannot tar backend VM logs." retry -n 2 -s 10 \ ${GCLOUD} compute copy-files --project=${PROJECT} --zone=${vm_zone} \