OLD | NEW |
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 Loading... |
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 Loading... |
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 Loading... |
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 ] |
OLD | NEW |