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

Side by Side Diff: infra/bots/recipes/upload_dm_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_dm_results.py ('k') | infra/bots/recipes/upload_nano_results.py » ('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 sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[CWD]/tmp_upload", 7 "[CWD]/tmp_upload",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs tmp dir", 10 "name": "makedirs tmp dir",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 ], 92 ],
93 "name": "upload images" 93 "name": "upload images"
94 }, 94 },
95 { 95 {
96 "cmd": [ 96 "cmd": [
97 "gsutil", 97 "gsutil",
98 "cp", 98 "cp",
99 "-z", 99 "-z",
100 "json,log", 100 "json,log",
101 "[CWD]/tmp_upload/*", 101 "[CWD]/tmp_upload/*",
102 "gs://skia-infra-gm/trybot/dm-json-v1/2012/05/14/12/abc123/Test-Ubuntu-GCC -GCE-CPU-AVX2-x86_64-Debug-Trybot/1337000001/2100/2" 102 "gs://skia-infra-gm/trybot/dm-json-v1/2012/05/14/12/abc123/Test-Ubuntu-GCC -GCE-CPU-AVX2-x86_64-Debug-Trybot/1337000001/456789/12"
103 ], 103 ],
104 "name": "upload JSON and logs" 104 "name": "upload JSON and logs"
105 }, 105 },
106 { 106 {
107 "name": "$result", 107 "name": "$result",
108 "recipe_result": null, 108 "recipe_result": null,
109 "status_code": 0 109 "status_code": 0
110 } 110 }
111 ] 111 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/upload_dm_results.py ('k') | infra/bots/recipes/upload_nano_results.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698