Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Side by Side Diff: infra/bots/recipes/upload_nano_results.expected/normal_bot.json

Issue 2364693003: Add swarming task for nanobench upload (Closed)
Patch Set: Add CPU dimension Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [
2 {
3 "cmd": [
4 "python",
5 "-u",
6 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
7 "/path/to/tmp/",
8 "nanobench*.json"
9 ],
10 "cwd": "[CWD]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/data",
11 "name": "find results"
12 },
13 {
14 "cmd": [
15 "gsutil",
16 "cp",
17 "-a",
18 "public-read",
19 "-z",
20 "json",
21 "[CWD]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/data/nanobench_a bc123.json",
22 "gs://skia-perf/nano-json-v1/2012/05/14/12/Test-Ubuntu-GCC-GCE-CPU-AVX2-x8 6_64-Debug/nanobench_abc123.json"
23 ],
24 "name": "upload"
25 },
26 {
27 "name": "$result",
28 "recipe_result": null,
29 "status_code": 0
30 }
31 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/upload_nano_results.py ('k') | infra/bots/recipes/upload_nano_results.expected/trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698