madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Write a deployment script for Swarming and Isolate server #187

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Write an deployment automation script that:
- Deploy to staging and switch as default: ./tools/gae upload -x -A <server>-dev
- Run remote_smoke_test.py -A <server>-dev
- Deploy to prod and switch as default: ./tools/gae upload -x -A <server>
- Run remote_smoke_test.py -A <server>

Original issue reported on code.google.com by maruel@chromium.org on 4 Dec 2014 at 5:56

GoogleCodeExporter commented 9 years ago

Original comment by maruel@chromium.org on 8 Dec 2014 at 7:55

GoogleCodeExporter commented 9 years ago
Issue 166 has been merged into this issue.

Original comment by maruel@chromium.org on 9 Jan 2015 at 8:00

GoogleCodeExporter commented 9 years ago
I wrote one internally but I think I could generalize it more, so I'll keep the 
issue open.

Original comment by maruel@chromium.org on 27 Jan 2015 at 2:45