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

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

Issue 2088593002: [Findit] pass compile_targets using build_parameter(recipe side change). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: . Created 4 years, 6 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",
5 "get",
6 "--host",
7 "cr-buildbucket.appspot.com",
8 "id1"
9 ],
10 "name": "buildbucket.get",
11 "stdout": "/path/to/tmp/json",
12 "~followup_annotations": [
13 "@@@STEP_LOG_LINE@json.output@{@@@",
14 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"parameters_json\": \"{\\\"additional_b uild_parameters\\\": {\\\"compile_targets\\\": [\\\"target_name\\\"]}}\"@@@",
16 "@@@STEP_LOG_LINE@json.output@ }@@@",
17 "@@@STEP_LOG_LINE@json.output@}@@@",
18 "@@@STEP_LOG_END@json.output@@@"
19 ]
20 },
21 {
22 "cmd": [
4 "python", 23 "python",
5 "-u", 24 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 25 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 26 "--master",
8 "tryserver.chromium.linux", 27 "tryserver.chromium.linux",
9 "--builder", 28 "--builder",
10 "linux_variable", 29 "linux_variable",
11 "--slave", 30 "--slave",
12 "build1-a1", 31 "build1-a1",
13 "--spec", 32 "--spec",
(...skipping 602 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 "@@@STEP_LOG_END@report@@@", 635 "@@@STEP_LOG_END@report@@@",
617 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 636 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
618 ] 637 ]
619 }, 638 },
620 { 639 {
621 "name": "$result", 640 "name": "$result",
622 "recipe_result": null, 641 "recipe_result": null,
623 "status_code": 0 642 "status_code": 0
624 } 643 }
625 ] 644 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698