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

Side by Side Diff: infra/bots/recipes/upload_dm_results.expected/failed_all.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
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": [
97 "gsutil", 101 "gsutil",
98 "cp", 102 "cp",
99 "-z", 103 "[CWD]/dm/*",
100 "json,log", 104 "gs://skia-infra-gm/dm-images-v1"
101 "[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"
103 ], 105 ],
104 "name": "upload JSON and logs" 106 "name": "upload images (attempt 2)",
107 "~followup_annotations": [
108 "step returned non-zero exit code: 1",
109 "@@@STEP_FAILURE@@@"
110 ]
111 },
112 {
113 "cmd": [
114 "gsutil",
115 "cp",
116 "[CWD]/dm/*",
117 "gs://skia-infra-gm/dm-images-v1"
118 ],
119 "name": "upload images (attempt 3)",
120 "~followup_annotations": [
121 "step returned non-zero exit code: 1",
122 "@@@STEP_FAILURE@@@"
123 ]
124 },
125 {
126 "cmd": [
127 "gsutil",
128 "cp",
129 "[CWD]/dm/*",
130 "gs://skia-infra-gm/dm-images-v1"
131 ],
132 "name": "upload images (attempt 4)",
133 "~followup_annotations": [
134 "step returned non-zero exit code: 1",
135 "@@@STEP_FAILURE@@@"
136 ]
137 },
138 {
139 "cmd": [
140 "gsutil",
141 "cp",
142 "[CWD]/dm/*",
143 "gs://skia-infra-gm/dm-images-v1"
144 ],
145 "name": "upload images (attempt 5)",
146 "~followup_annotations": [
147 "step returned non-zero exit code: 1",
148 "@@@STEP_FAILURE@@@"
149 ]
105 }, 150 },
106 { 151 {
107 "name": "$result", 152 "name": "$result",
153 "reason": "Step('upload images (attempt 5)') failed with return_code 1",
108 "recipe_result": null, 154 "recipe_result": null,
109 "status_code": 0 155 "status_code": 1
110 } 156 }
111 ] 157 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/upload_dm_results.py ('k') | infra/bots/recipes/upload_dm_results.expected/failed_once.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698