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

Side by Side Diff: scripts/slave/recipes/infra/build_repo_real_try.expected/ok-outer.json

Issue 1688783002: Better view for build_repo_real_try recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | Annotate | Revision Log
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 "chromium.infra", 8 "chromium.infra",
9 "--builder", 9 "--builder",
10 "build_repo_real", 10 "build_repo_real",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "@@@STEP_LOG_LINE@json.output@ }, @@@", 51 "@@@STEP_LOG_LINE@json.output@ }, @@@",
52 "@@@STEP_LOG_LINE@json.output@ \"root\": \"build\", @@@", 52 "@@@STEP_LOG_LINE@json.output@ \"root\": \"build\", @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 53 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
54 "@@@STEP_LOG_LINE@json.output@}@@@", 54 "@@@STEP_LOG_LINE@json.output@}@@@",
55 "@@@STEP_LOG_END@json.output@@@", 55 "@@@STEP_LOG_END@json.output@@@",
56 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86 8509\"@@@", 56 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86 8509\"@@@",
57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@"
58 ] 58 ]
59 }, 59 },
60 { 60 {
61 "allow_subannotations": true,
61 "cmd": [ 62 "cmd": [
62 "python", 63 "python",
63 "-u", 64 "-u",
64 "[SLAVE_BUILD]/build/scripts/tools/run_recipe.py", 65 "[SLAVE_BUILD]/build/scripts/tools/run_recipe.py",
65 "infra/build_repo_real_try", 66 "infra/build_repo_real_try",
66 "--master-overrides-slave", 67 "--master-overrides-slave",
67 "--properties-file", 68 "--properties-file",
68 "{\"actual_run\": \"True\", \"buildername\": \"build_repo_real\", \"buildn umber\": 571, \"mastername\": \"chromium.infra\", \"slavename\": \"TestSlavename \"}" 69 "{\"actual_run\": \"True\", \"buildername\": \"build_repo_real\", \"buildn umber\": 571, \"mastername\": \"chromium.infra\", \"slavename\": \"TestSlavename \"}"
69 ], 70 ],
70 "cwd": "[SLAVE_BUILD]", 71 "cwd": "[SLAVE_BUILD]",
71 "name": "ci actual execute_inner" 72 "name": "ci actual execute_inner"
72 }, 73 },
73 { 74 {
75 "allow_subannotations": true,
74 "cmd": [ 76 "cmd": [
75 "python", 77 "python",
76 "-u", 78 "-u",
77 "[SLAVE_BUILD]/build/scripts/tools/run_recipe.py", 79 "[SLAVE_BUILD]/build/scripts/tools/run_recipe.py",
78 "infra/build_repo_real_try", 80 "infra/build_repo_real_try",
79 "--master-overrides-slave", 81 "--master-overrides-slave",
80 "--properties-file", 82 "--properties-file",
81 "{\"actual_run\": \"True\", \"buildername\": \"build_repo_real\", \"buildn umber\": 571, \"issue\": \"1662543002\", \"mastername\": \"chromium.infra\", \"p atch_project\": \"build\", \"patch_storage\": \"rietveld\", \"patchset\": \"1\", \"reason\": \"CQ\", \"rietveld\": \"https://codereview.chromium.org\", \"slaven ame\": \"TestSlavename\"}" 83 "{\"actual_run\": \"True\", \"buildername\": \"build_repo_real\", \"buildn umber\": 571, \"issue\": \"1662543002\", \"mastername\": \"chromium.infra\", \"p atch_project\": \"build\", \"patch_storage\": \"rietveld\", \"patchset\": \"1\", \"reason\": \"CQ\", \"rietveld\": \"https://codereview.chromium.org\", \"slaven ame\": \"TestSlavename\"}"
82 ], 84 ],
83 "cwd": "[SLAVE_BUILD]", 85 "cwd": "[SLAVE_BUILD]",
84 "name": "try patch from Rietveld" 86 "name": "try patch from Rietveld"
85 }, 87 },
86 { 88 {
87 "name": "$result", 89 "name": "$result",
88 "recipe_result": null, 90 "recipe_result": null,
89 "status_code": 0 91 "status_code": 0
90 } 92 }
91 ] 93 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698