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

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

Issue 2455523004: Fix recipes for Gerrit property rename (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « infra/bots/recipes/upload_nano_results.py ('k') | infra/config/recipes.cfg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 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", 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/", 7 "/path/to/tmp/",
8 "nanobench*.json" 8 "nanobench*.json"
9 ], 9 ],
10 "cwd": "[CWD]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/data ", 10 "cwd": "[CWD]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/data ",
11 "name": "find results" 11 "name": "find results"
12 }, 12 },
13 { 13 {
14 "cmd": [ 14 "cmd": [
15 "gsutil", 15 "gsutil",
16 "cp", 16 "cp",
17 "-a", 17 "-a",
18 "public-read", 18 "public-read",
19 "-z", 19 "-z",
20 "json", 20 "json",
21 "[CWD]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/data/nano bench_abc123.json", 21 "[CWD]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/data/nano bench_abc123.json",
22 "gs://skia-perf/trybot/nano-json-v1/2012/05/14/12/Test-Ubuntu-GCC-GCE-CPU- AVX2-x86_64-Debug-Trybot/2100/2/nanobench_abc123.json" 22 "gs://skia-perf/trybot/nano-json-v1/2012/05/14/12/Test-Ubuntu-GCC-GCE-CPU- AVX2-x86_64-Debug-Trybot/456789/12/nanobench_abc123.json"
23 ], 23 ],
24 "name": "upload" 24 "name": "upload"
25 }, 25 },
26 { 26 {
27 "name": "$result", 27 "name": "$result",
28 "recipe_result": null, 28 "recipe_result": null,
29 "status_code": 0 29 "status_code": 0
30 } 30 }
31 ] 31 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/upload_nano_results.py ('k') | infra/config/recipes.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698