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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_succeeded.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
« no previous file with comments | « scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_targets_from_parameter.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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\": \"{}\"@@@",
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 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 "@@@STEP_LOG_END@report@@@", 587 "@@@STEP_LOG_END@report@@@",
569 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 588 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
570 ] 589 ]
571 }, 590 },
572 { 591 {
573 "name": "$result", 592 "name": "$result",
574 "recipe_result": null, 593 "recipe_result": null,
575 "status_code": 0 594 "status_code": 0
576 } 595 }
577 ] 596 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_targets_from_parameter.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698