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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-Trybot.json

Issue 1072483002: Pass --undefok to DM and nanobench for more graceful branch failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 8 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 "git.bat", 4 "git.bat",
5 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]\\skia", 7 "cwd": "[SLAVE_BUILD]\\skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "--format=%at", 279 "--format=%at",
280 "-s" 280 "-s"
281 ], 281 ],
282 "cwd": "[SLAVE_BUILD]\\skia", 282 "cwd": "[SLAVE_BUILD]\\skia",
283 "name": "git show", 283 "name": "git show",
284 "stdout": "/path/to/tmp/" 284 "stdout": "/path/to/tmp/"
285 }, 285 },
286 { 286 {
287 "cmd": [ 287 "cmd": [
288 "[SLAVE_BUILD]\\skia\\out\\Release\\nanobench", 288 "[SLAVE_BUILD]\\skia\\out\\Release\\nanobench",
289 "--undefok",
289 "-i", 290 "-i",
290 "[SLAVE_BUILD]\\skia\\resources", 291 "[SLAVE_BUILD]\\skia\\resources",
291 "--skps", 292 "--skps",
292 "[SLAVE_BUILD]\\playback\\skps", 293 "[SLAVE_BUILD]\\playback\\skps",
293 "--nocpu", 294 "--nocpu",
294 "--dummy-flags", 295 "--dummy-flags",
295 "--outResultsFile", 296 "--outResultsFile",
296 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T rybot\\data\\nanobench_164710_1408633190.json", 297 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T rybot\\data\\nanobench_164710_1408633190.json",
297 "--properties", 298 "--properties",
298 "gitHash", 299 "gitHash",
(...skipping 25 matching lines...) Expand all
324 "5", 325 "5",
325 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T rybot\\data", 326 "[SLAVE_BUILD]\\perfdata\\Perf-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Release-T rybot\\data",
326 "164710", 327 "164710",
327 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil", 328 "[DEPOT_TOOLS]\\third_party\\gsutil\\gsutil",
328 "500" 329 "500"
329 ], 330 ],
330 "cwd": "[SLAVE_BUILD]\\skia", 331 "cwd": "[SLAVE_BUILD]\\skia",
331 "name": "Upload Nanobench Results" 332 "name": "Upload Nanobench Results"
332 } 333 }
333 ] 334 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698