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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/chromeos_analyze.json

Issue 1922503002: build: use explicit path for cros (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "chromeos_amd64-generic_chromium_compile_only_ng", 10 "chromeos_amd64-generic_chromium_compile_only_ng",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@" 102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@"
103 ] 103 ]
104 }, 104 },
105 { 105 {
106 "cmd": [ 106 "cmd": [
107 "cros", 107 "RECIPE_PACKAGE_REPO[depot_tools]/cros",
108 "chrome-sdk", 108 "chrome-sdk",
109 "--board=amd64-generic", 109 "--board=amd64-generic",
110 "--nocolor", 110 "--nocolor",
111 "--use-external-config", 111 "--use-external-config",
112 "--clear-sdk-cache", 112 "--clear-sdk-cache",
113 "--gomadir", 113 "--gomadir",
114 "[BUILD]/goma", 114 "[BUILD]/goma",
115 "--fastbuild", 115 "--fastbuild",
116 "--", 116 "--",
117 "python", 117 "python",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "@@@STEP_LOG_LINE@json.output@ }, @@@", 201 "@@@STEP_LOG_LINE@json.output@ }, @@@",
202 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", 202 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@",
203 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 203 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
204 "@@@STEP_LOG_LINE@json.output@ }@@@", 204 "@@@STEP_LOG_LINE@json.output@ }@@@",
205 "@@@STEP_LOG_LINE@json.output@}@@@", 205 "@@@STEP_LOG_LINE@json.output@}@@@",
206 "@@@STEP_LOG_END@json.output@@@" 206 "@@@STEP_LOG_END@json.output@@@"
207 ] 207 ]
208 }, 208 },
209 { 209 {
210 "cmd": [ 210 "cmd": [
211 "cros", 211 "RECIPE_PACKAGE_REPO[depot_tools]/cros",
212 "chrome-sdk", 212 "chrome-sdk",
213 "--board=amd64-generic", 213 "--board=amd64-generic",
214 "--nocolor", 214 "--nocolor",
215 "--use-external-config", 215 "--use-external-config",
216 "--gomadir", 216 "--gomadir",
217 "[BUILD]/goma", 217 "[BUILD]/goma",
218 "--fastbuild", 218 "--fastbuild",
219 "--", 219 "--",
220 "python", 220 "python",
221 "-u", 221 "-u",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 ], 254 ],
255 "cwd": "[SLAVE_BUILD]", 255 "cwd": "[SLAVE_BUILD]",
256 "name": "mark: before_tests" 256 "name": "mark: before_tests"
257 }, 257 },
258 { 258 {
259 "name": "$result", 259 "name": "$result",
260 "recipe_result": null, 260 "recipe_result": null,
261 "status_code": 0 261 "status_code": 0
262 } 262 }
263 ] 263 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698