Instead of adding a new bot for this I think we should just add this to the Android Release bot (and android_rel) trybot. Since those tests are executed in Swarming, the building machine is usually sitting idle waiting for the swarming jobs to execute (except running the android_junit_tests, which is very quick). Then we could just run the archive script. Preferably without using a temp folder (which is the current default) so we'd benefit from incremental builds.
That will be fast except in the cases where all Android tests are returning from cached results (i.e. a binary with the same sha1 hash had already run), but I think that's pretty uncommon.
Comment 1 by ehmaldonado@chromium.org
, Sep 27 2017