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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux___predictable_bisect.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - predictable", 10 "V8 Linux - predictable",
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 "@@@STEP_LOG_LINE@json.output@ }@@@", 353 "@@@STEP_LOG_LINE@json.output@ }@@@",
354 "@@@STEP_LOG_LINE@json.output@ ]@@@", 354 "@@@STEP_LOG_LINE@json.output@ ]@@@",
355 "@@@STEP_LOG_LINE@json.output@}@@@", 355 "@@@STEP_LOG_LINE@json.output@}@@@",
356 "@@@STEP_LOG_END@json.output@@@" 356 "@@@STEP_LOG_END@json.output@@@"
357 ] 357 ]
358 }, 358 },
359 { 359 {
360 "cmd": [ 360 "cmd": [
361 "python", 361 "python",
362 "-u", 362 "-u",
363 "RECIPE_MODULE[gitiles]/resources/gerrit_client.py", 363 "RECIPE_MODULE[build.gitiles]/resources/gerrit_client.py",
364 "--json-file", 364 "--json-file",
365 "/path/to/tmp/json", 365 "/path/to/tmp/json",
366 "--url", 366 "--url",
367 "https://chromium.googlesource.com/v8/v8/+log/a1~2..a3", 367 "https://chromium.googlesource.com/v8/v8/+log/a1~2..a3",
368 "--format", 368 "--format",
369 "json", 369 "json",
370 "--log-limit", 370 "--log-limit",
371 "100" 371 "100"
372 ], 372 ],
373 "cwd": "[SLAVE_BUILD]", 373 "cwd": "[SLAVE_BUILD]",
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 "~followup_annotations": [ 955 "~followup_annotations": [
956 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" 956 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@"
957 ] 957 ]
958 }, 958 },
959 { 959 {
960 "name": "$result", 960 "name": "$result",
961 "reason": "Failures or flakes in build.", 961 "reason": "Failures or flakes in build.",
962 "status_code": 1 962 "status_code": 1
963 } 963 }
964 ] 964 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698