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

Side by Side Diff: infra/bots/recipes/upload_dm_results.expected/failed_once.json

Issue 2392143004: Use calendar.timegm instead of time.mktime in recipes (Closed)
Patch Set: 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
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 ], 105 ],
106 "name": "upload images (attempt 2)" 106 "name": "upload images (attempt 2)"
107 }, 107 },
108 { 108 {
109 "cmd": [ 109 "cmd": [
110 "gsutil", 110 "gsutil",
111 "cp", 111 "cp",
112 "-z", 112 "-z",
113 "json,log", 113 "json,log",
114 "[CWD]/tmp_upload/*", 114 "[CWD]/tmp_upload/*",
115 "gs://skia-infra-gm/dm-json-v1/2012/05/14/12/abc123/Test-Ubuntu-GCC-GCE-CP U-AVX2-x86_64-Debug/1337018001" 115 "gs://skia-infra-gm/dm-json-v1/2012/05/14/12/abc123/Test-Ubuntu-GCC-GCE-CP U-AVX2-x86_64-Debug/1337000001"
116 ], 116 ],
117 "name": "upload JSON and logs" 117 "name": "upload JSON and logs"
118 }, 118 },
119 { 119 {
120 "name": "$result", 120 "name": "$result",
121 "recipe_result": null, 121 "recipe_result": null,
122 "status_code": 0 122 "status_code": 0
123 } 123 }
124 ] 124 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/upload_dm_results.py ('k') | infra/bots/recipes/upload_dm_results.expected/normal_bot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698