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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_affected_targets_only.json

Issue 2345203002: Roll recipe dependencies (nontrivial). (Closed)
Patch Set: Created 4 years, 3 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 "/opt/infra-tools/buildbucket", 4 "/opt/infra-tools/buildbucket",
5 "get", 5 "get",
6 "--host", 6 "--host",
7 "cr-buildbucket.appspot.com", 7 "cr-buildbucket.appspot.com",
8 "id1" 8 "id1"
9 ], 9 ],
10 "name": "buildbucket.get", 10 "name": "buildbucket.get",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "[GIT_CACHE]", 55 "[GIT_CACHE]",
56 "--output_json", 56 "--output_json",
57 "/path/to/tmp/json", 57 "/path/to/tmp/json",
58 "--revision", 58 "--revision",
59 "src@r1", 59 "src@r1",
60 "--output_manifest" 60 "--output_manifest"
61 ], 61 ],
62 "cwd": "[BUILDER_CACHE]/linux", 62 "cwd": "[BUILDER_CACHE]/linux",
63 "env": { 63 "env": {
64 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 64 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
65 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 65 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
66 }, 66 },
67 "name": "bot_update", 67 "name": "bot_update",
68 "~followup_annotations": [ 68 "~followup_annotations": [
69 "@@@STEP_TEXT@Some step text@@@", 69 "@@@STEP_TEXT@Some step text@@@",
70 "@@@STEP_LOG_LINE@json.output@{@@@", 70 "@@@STEP_LOG_LINE@json.output@{@@@",
71 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 71 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
72 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 72 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@", 73 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@",
74 "@@@STEP_LOG_LINE@json.output@ }, @@@", 74 "@@@STEP_LOG_LINE@json.output@ }, @@@",
75 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 75 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "[GIT_CACHE]", 321 "[GIT_CACHE]",
322 "--output_json", 322 "--output_json",
323 "/path/to/tmp/json", 323 "/path/to/tmp/json",
324 "--revision", 324 "--revision",
325 "src@r1", 325 "src@r1",
326 "--output_manifest" 326 "--output_manifest"
327 ], 327 ],
328 "cwd": "[BUILDER_CACHE]/linux", 328 "cwd": "[BUILDER_CACHE]/linux",
329 "env": { 329 "env": {
330 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 330 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
331 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 331 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
332 }, 332 },
333 "name": "test r1.bot_update", 333 "name": "test r1.bot_update",
334 "~followup_annotations": [ 334 "~followup_annotations": [
335 "@@@STEP_NEST_LEVEL@1@@@", 335 "@@@STEP_NEST_LEVEL@1@@@",
336 "@@@STEP_TEXT@Some step text@@@", 336 "@@@STEP_TEXT@Some step text@@@",
337 "@@@STEP_LOG_LINE@json.output@{@@@", 337 "@@@STEP_LOG_LINE@json.output@{@@@",
338 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 338 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
339 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 339 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
340 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@", 340 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r1\"@@@",
341 "@@@STEP_LOG_LINE@json.output@ }, @@@", 341 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 "@@@STEP_LOG_END@report@@@", 750 "@@@STEP_LOG_END@report@@@",
751 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 751 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
752 ] 752 ]
753 }, 753 },
754 { 754 {
755 "name": "$result", 755 "name": "$result",
756 "recipe_result": null, 756 "recipe_result": null,
757 "status_code": 0 757 "status_code": 0
758 } 758 }
759 ] 759 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698