Chromium Code Reviews| Index: appengine/chrome_infra_mon_proxy/scripts/loadtest_startup.sh |
| diff --git a/appengine/chrome_infra_mon_proxy/scripts/loadtest_startup.sh b/appengine/chrome_infra_mon_proxy/scripts/loadtest_startup.sh |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9dcf48ec106609ecf077f07695eeec6f174e16b5 |
| --- /dev/null |
| +++ b/appengine/chrome_infra_mon_proxy/scripts/loadtest_startup.sh |
| @@ -0,0 +1,5 @@ |
| +#!/bin/bash |
| +echo "# crontab for user `whoami`" > crontab |
| +crontab -l >> crontab |
| +echo "* * * * * /bin/bash -c \"sudo docker run --rm gcr.io/chrome_infra_mon_proxy/loadtest_08bb1f6c6e43\"" >> crontab |
|
ghost stip (do not use)
2015/04/14 00:36:43
oh my
Sergey Berezin (google)
2015/04/16 04:39:07
Oh yeah :-) There is a long and sad story behind t
|
| +crontab crontab |