commit | f23dc49893a63de0efcfb0e45570b4b47b20c9bf | [log] [tgz] |
---|---|---|
author | borenet <borenet@chromium.org> | Fri Sep 23 06:37:57 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Sep 23 06:37:58 2016 -0700 |
tree | 08996c736d21790a47dfcf553b6f06492424860a | |
parent | 27c015dfcf4e2b8fb1abe327cc40204e2a4f452a [diff] [blame] |
Add swarming task for nanobench upload BUG=skia:5719 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2364693003 Review-Url: https://codereview.chromium.org/2364693003
diff --git a/infra/bots/upload_nano_results.isolate b/infra/bots/upload_nano_results.isolate new file mode 100644 index 0000000..767fa3a --- /dev/null +++ b/infra/bots/upload_nano_results.isolate
@@ -0,0 +1,10 @@ +{ + 'includes': [ + 'swarm_recipe.isolate', + ], + 'variables': { + 'files': [ + '../../../.gclient', + ], + }, +}