commit | 61305df44ca2467dcfe5875248ba9cf59a0b809c | [log] [tgz] |
---|---|---|
author | Dan Shi <[email protected]> | Mon Oct 26 23:52:35 2015 |
committer | chrome-bot <[email protected]> | Tue Nov 03 17:08:07 2015 |
tree | 2f8ee721052b743b327551f67549754a5d5d0415 | |
parent | ba4e00f161e55bd7967e154aba7755f96470e935 [diff] |
Add support for devserver latestbuild RPC for Android build Add a new request argument os_type to differentiate requests for android builds and ChromeOS builds. The value needs to be set to `android` for any request related to Android build. If the value is not set or has other values, default to ChromeOS builds. BUG=chromium:512668 TEST=run devserver locally, and curl http://localhost:8082/stage?target=shamu-userdebug\&build_id=2040953\&artifacts=test_zip\&branch=git_mnc-release\&os_type=android curl http://localhost:8082/latestbuild?target=shamu-userdebug\&branch=git_mnc-release\&os_type=android Change-Id: I32dd118c7c03c5899742cebe437d34b9cef984de Reviewed-on: https://chromium-review.googlesource.com/308755 Commit-Ready: Dan Shi <[email protected]> Tested-by: Dan Shi <[email protected]> Reviewed-by: Simran Basi <[email protected]>