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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/failed_dm.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]"
10 ], 10 ],
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 113 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
114 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 114 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
115 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 115 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
116 "@@@STEP_LOG_END@python.inline@@@" 116 "@@@STEP_LOG_END@python.inline@@@"
117 ] 117 ]
118 }, 118 },
119 { 119 {
120 "cmd": [ 120 "cmd": [
121 "python", 121 "python",
122 "-u", 122 "-u",
123 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 123 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
124 "--", 124 "--",
125 "[DEPOT_TOOLS]/gsutil.py", 125 "[DEPOT_TOOLS]/gsutil.py",
126 "--force-version", 126 "--force-version",
127 "3.25", 127 "3.25",
128 "--", 128 "--",
129 "cp", 129 "cp",
130 "-R", 130 "-R",
131 "gs://chromium-skia-gm/playback_42/skps", 131 "gs://chromium-skia-gm/playback_42/skps",
132 "[SLAVE_BUILD]/playback" 132 "[SLAVE_BUILD]/playback"
133 ], 133 ],
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 180 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
181 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 181 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
182 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 182 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
183 "@@@STEP_LOG_END@python.inline@@@" 183 "@@@STEP_LOG_END@python.inline@@@"
184 ] 184 ]
185 }, 185 },
186 { 186 {
187 "cmd": [ 187 "cmd": [
188 "python", 188 "python",
189 "-u", 189 "-u",
190 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 190 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
191 "--", 191 "--",
192 "[DEPOT_TOOLS]/gsutil.py", 192 "[DEPOT_TOOLS]/gsutil.py",
193 "--force-version", 193 "--force-version",
194 "3.25", 194 "3.25",
195 "--", 195 "--",
196 "cp", 196 "cp",
197 "-R", 197 "-R",
198 "gs://chromium-skia-gm/skimage/input/*", 198 "gs://chromium-skia-gm/skimage/input/*",
199 "[SLAVE_BUILD]/images" 199 "[SLAVE_BUILD]/images"
200 ], 200 ],
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 "name": "dm", 294 "name": "dm",
295 "~followup_annotations": [ 295 "~followup_annotations": [
296 "step returned non-zero exit code: 1", 296 "step returned non-zero exit code: 1",
297 "@@@STEP_FAILURE@@@" 297 "@@@STEP_FAILURE@@@"
298 ] 298 ]
299 }, 299 },
300 { 300 {
301 "cmd": [ 301 "cmd": [
302 "python", 302 "python",
303 "-u", 303 "-u",
304 "[BUILD]/scripts/slave/recipe_modules/skia/resources/upload_dm_results.py" , 304 "RECIPE_MODULE[skia]/resources/upload_dm_results.py",
305 "[SLAVE_BUILD]/dm", 305 "[SLAVE_BUILD]/dm",
306 "164710", 306 "164710",
307 "Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug-Recipes", 307 "Test-Ubuntu13.10-ShuttleA-NoGPU-x86_64-Debug-Recipes",
308 "6", 308 "6",
309 "", 309 "",
310 "[SLAVE_BUILD]/skia/common/py/utils" 310 "[SLAVE_BUILD]/skia/common/py/utils"
311 ], 311 ],
312 "cwd": "[SLAVE_BUILD]/skia", 312 "cwd": "[SLAVE_BUILD]/skia",
313 "name": "Upload DM Results" 313 "name": "Upload DM Results"
314 }, 314 },
(...skipping 25 matching lines...) Expand all
340 "--dummy-flags" 340 "--dummy-flags"
341 ], 341 ],
342 "name": "nanobench" 342 "name": "nanobench"
343 }, 343 },
344 { 344 {
345 "name": "$final_result", 345 "name": "$final_result",
346 "reason": "Failed build steps: dm", 346 "reason": "Failed build steps: dm",
347 "status_code": 1 347 "status_code": 1
348 } 348 }
349 ] 349 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698