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

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

Issue 2390723003: Add retries to upload_dm_results (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
« no previous file with comments | « infra/bots/recipes/upload_dm_results.expected/failed_all.json ('k') | no next file » | 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 ], 83 ],
84 "name": "find images" 84 "name": "find images"
85 }, 85 },
86 { 86 {
87 "cmd": [ 87 "cmd": [
88 "gsutil", 88 "gsutil",
89 "cp", 89 "cp",
90 "[CWD]/dm/*", 90 "[CWD]/dm/*",
91 "gs://skia-infra-gm/dm-images-v1" 91 "gs://skia-infra-gm/dm-images-v1"
92 ], 92 ],
93 "name": "upload images" 93 "name": "upload images",
94 "~followup_annotations": [
95 "step returned non-zero exit code: 1",
96 "@@@STEP_FAILURE@@@"
97 ]
94 }, 98 },
95 { 99 {
96 "cmd": [ 100 "cmd": [
101 "gsutil",
102 "cp",
103 "[CWD]/dm/*",
104 "gs://skia-infra-gm/dm-images-v1"
105 ],
106 "name": "upload images (attempt 2)"
107 },
108 {
109 "cmd": [
97 "gsutil", 110 "gsutil",
98 "cp", 111 "cp",
99 "-z", 112 "-z",
100 "json,log", 113 "json,log",
101 "[CWD]/tmp_upload/*", 114 "[CWD]/tmp_upload/*",
102 "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/1337018001"
103 ], 116 ],
104 "name": "upload JSON and logs" 117 "name": "upload JSON and logs"
105 }, 118 },
106 { 119 {
107 "name": "$result", 120 "name": "$result",
108 "recipe_result": null, 121 "recipe_result": null,
109 "status_code": 0 122 "status_code": 0
110 } 123 }
111 ] 124 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/upload_dm_results.expected/failed_all.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698