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 "chromium.chromiumos", | 8 "chromium.chromiumos", |
9 "--builder", | 9 "--builder", |
10 "ChromiumOS x86-generic Compile", | 10 "ChromiumOS x86-generic Compile", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 93 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
98 ] | 98 ] |
99 }, | 99 }, |
100 { | 100 { |
101 "cmd": [ | 101 "cmd": [ |
102 "cros", | 102 "RECIPE_PACKAGE_REPO[depot_tools]/cros", |
103 "chrome-sdk", | 103 "chrome-sdk", |
104 "--board=x86-generic", | 104 "--board=x86-generic", |
105 "--nocolor", | 105 "--nocolor", |
106 "--use-external-config", | 106 "--use-external-config", |
107 "--clear-sdk-cache", | 107 "--clear-sdk-cache", |
108 "--gomadir", | 108 "--gomadir", |
109 "[BUILD]/goma", | 109 "[BUILD]/goma", |
110 "--", | 110 "--", |
111 "python", | 111 "python", |
112 "-u", | 112 "-u", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 165 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
166 "--show-path", | 166 "--show-path", |
167 "python", | 167 "python", |
168 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 168 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
169 ], | 169 ], |
170 "cwd": "[SLAVE_BUILD]", | 170 "cwd": "[SLAVE_BUILD]", |
171 "name": "cleanup_temp" | 171 "name": "cleanup_temp" |
172 }, | 172 }, |
173 { | 173 { |
174 "cmd": [ | 174 "cmd": [ |
175 "cros", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/cros", |
176 "chrome-sdk", | 176 "chrome-sdk", |
177 "--board=x86-generic", | 177 "--board=x86-generic", |
178 "--nocolor", | 178 "--nocolor", |
179 "--use-external-config", | 179 "--use-external-config", |
180 "--gomadir", | 180 "--gomadir", |
181 "[BUILD]/goma", | 181 "[BUILD]/goma", |
182 "--", | 182 "--", |
183 "python", | 183 "python", |
184 "-u", | 184 "-u", |
185 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 185 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 ], | 245 ], |
246 "cwd": "[SLAVE_BUILD]", | 246 "cwd": "[SLAVE_BUILD]", |
247 "name": "package build" | 247 "name": "package build" |
248 }, | 248 }, |
249 { | 249 { |
250 "name": "$result", | 250 "name": "$result", |
251 "recipe_result": null, | 251 "recipe_result": null, |
252 "status_code": 0 | 252 "status_code": 0 |
253 } | 253 } |
254 ] | 254 ] |
OLD | NEW |