diff options
author | Ravi Mistry <rmistry@google.com> | 2017-12-12 17:08:24 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-12-12 22:37:05 +0000 |
commit | 6f1362245277100c043e085e2efd0314af5436a3 (patch) | |
tree | f2e5ec5a8e76de3750f135ab24d271930992897f /infra/bots/recipes/upload_skiaserve.expected | |
parent | 72b4e07e44353892b5972379d6e98c7334e8fe14 (diff) |
Store skiaserve binary in GS from Release Android compile bots
Bug: skia:7399
Change-Id: Id60773f77694b06a938f9a126f30ca56e4965d30
Reviewed-on: https://skia-review.googlesource.com/83981
Commit-Queue: Ravi Mistry <rmistry@google.com>
Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipes/upload_skiaserve.expected')
-rw-r--r-- | infra/bots/recipes/upload_skiaserve.expected/normal_bot.json | 16 | ||||
-rw-r--r-- | infra/bots/recipes/upload_skiaserve.expected/trybot.json | 7 |
2 files changed, 23 insertions, 0 deletions
diff --git a/infra/bots/recipes/upload_skiaserve.expected/normal_bot.json b/infra/bots/recipes/upload_skiaserve.expected/normal_bot.json new file mode 100644 index 0000000000..d22b512460 --- /dev/null +++ b/infra/bots/recipes/upload_skiaserve.expected/normal_bot.json @@ -0,0 +1,16 @@ +[ + { + "cmd": [ + "gsutil", + "cp", + "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm-Release-Android/skiaserve", + "gs://skia-public-binaries/skiaserve/arm/None/" + ], + "name": "upload skiaserve" + }, + { + "name": "$result", + "recipe_result": null, + "status_code": 0 + } +]
\ No newline at end of file diff --git a/infra/bots/recipes/upload_skiaserve.expected/trybot.json b/infra/bots/recipes/upload_skiaserve.expected/trybot.json new file mode 100644 index 0000000000..7726ecb249 --- /dev/null +++ b/infra/bots/recipes/upload_skiaserve.expected/trybot.json @@ -0,0 +1,7 @@ +[ + { + "name": "$result", + "recipe_result": null, + "status_code": 0 + } +]
\ No newline at end of file |