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

Side by Side Diff: scripts/slave/recipes/bisect.expected/broken_bad_revision_test.json

Issue 1829583002: Enabling descent into catapult rolls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@hax
Patch Set: Updating expectations, rebasing. Created 4 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisector", 10 "linux_perf_bisector",
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 "DEPS", 263 "DEPS",
264 "--commit", 264 "--commit",
265 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 265 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
266 ], 266 ],
267 "cwd": "[SLAVE_BUILD]", 267 "cwd": "[SLAVE_BUILD]",
268 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS", 268 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS",
269 "stdout": "/path/to/tmp/", 269 "stdout": "/path/to/tmp/",
270 "~followup_annotations": [ 270 "~followup_annotations": [
271 "@@@STEP_NEST_LEVEL@1@@@", 271 "@@@STEP_NEST_LEVEL@1@@@",
272 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", 272 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
273 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@",
273 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", 274 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@",
274 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" 275 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@"
275 ] 276 ]
276 }, 277 },
277 { 278 {
278 "cmd": [ 279 "cmd": [
279 "python", 280 "python",
280 "-u", 281 "-u",
281 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 282 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
282 "DEPS", 283 "DEPS",
283 "--commit", 284 "--commit",
284 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" 285 "e28dc0d49c331def2a3bbf3ddd0096eb51551155"
285 ], 286 ],
286 "cwd": "[SLAVE_BUILD]", 287 "cwd": "[SLAVE_BUILD]",
287 "name": "Resolving reference range.fetch file e28dc0d49c331def2a3bbf3ddd0096 eb51551155:DEPS", 288 "name": "Resolving reference range.fetch file e28dc0d49c331def2a3bbf3ddd0096 eb51551155:DEPS",
288 "stdout": "/path/to/tmp/", 289 "stdout": "/path/to/tmp/",
289 "~followup_annotations": [ 290 "~followup_annotations": [
290 "@@@STEP_NEST_LEVEL@1@@@", 291 "@@@STEP_NEST_LEVEL@1@@@",
291 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", 292 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
293 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
292 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", 294 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
293 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" 295 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
294 ] 296 ]
295 }, 297 },
296 { 298 {
297 "cmd": [], 299 "cmd": [],
298 "cwd": "[SLAVE_BUILD]", 300 "cwd": "[SLAVE_BUILD]",
299 "name": "Expanding revision range" 301 "name": "Expanding revision range"
300 }, 302 },
301 { 303 {
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 "@@@STEP_LOG_LINE@json.output@}@@@", 787 "@@@STEP_LOG_LINE@json.output@}@@@",
786 "@@@STEP_LOG_END@json.output@@@" 788 "@@@STEP_LOG_END@json.output@@@"
787 ] 789 ]
788 }, 790 },
789 { 791 {
790 "name": "$result", 792 "name": "$result",
791 "recipe_result": null, 793 "recipe_result": null,
792 "status_code": 0 794 "status_code": 0
793 } 795 }
794 ] 796 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698