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 "client.dart.fyi", | 8 "client.dart.fyi", |
9 "--builder", | 9 "--builder", |
10 "v8-linux-release", | 10 "v8-linux-release", |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 { | 114 { |
115 "cmd": [ | 115 "cmd": [ |
116 "python", | 116 "python", |
117 "-u", | 117 "-u", |
118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 118 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
119 "runhooks" | 119 "runhooks" |
120 ], | 120 ], |
121 "cwd": "[SLAVE_BUILD]/v8", | 121 "cwd": "[SLAVE_BUILD]/v8", |
122 "env": { | 122 "env": { |
123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
124 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_enable_disassembler=1 v8_target_arch=ia32", | 124 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_goma=1 v8
_enable_disassembler=1 v8_target_arch=ia32", |
125 "GYP_GENERATORS": "ninja", | 125 "GYP_GENERATORS": "ninja", |
126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 126 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
127 }, | 127 }, |
128 "name": "gclient runhooks" | 128 "name": "gclient runhooks" |
129 }, | 129 }, |
130 { | 130 { |
131 "cmd": [ | 131 "cmd": [ |
132 "python", | 132 "python", |
133 "-u", | 133 "-u", |
134 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 134 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 ], | 190 ], |
191 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", | 191 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", |
192 "~followup_annotations": [ | 192 "~followup_annotations": [ |
193 "@@@STEP_LOG_LINE@python.inline@@@@", | 193 "@@@STEP_LOG_LINE@python.inline@@@@", |
194 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 194 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
195 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 195 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
196 "@@@STEP_LOG_END@python.inline@@@" | 196 "@@@STEP_LOG_END@python.inline@@@" |
197 ] | 197 ] |
198 }, | 198 }, |
199 { | 199 { |
200 "allow_subannotations": true, | |
201 "cmd": [ | |
202 "python", | |
203 "-u", | |
204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | |
205 "--src-dir", | |
206 "[SLAVE_BUILD]/v8", | |
207 "--output-json", | |
208 "/path/to/tmp/json" | |
209 ], | |
210 "env": { | |
211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
212 }, | |
213 "name": "clang_revision", | |
214 "~followup_annotations": [ | |
215 "@@@STEP_LOG_LINE@json.output@{@@@", | |
216 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
217 "@@@STEP_LOG_LINE@json.output@}@@@", | |
218 "@@@STEP_LOG_END@json.output@@@" | |
219 ] | |
220 }, | |
221 { | |
222 "cmd": [ | 200 "cmd": [ |
223 "python", | 201 "python", |
224 "-u", | 202 "-u", |
225 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 203 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
226 "--show-path", | 204 "--show-path", |
227 "python", | 205 "python", |
228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 206 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
229 "--gsutil-py-path", | 207 "--gsutil-py-path", |
230 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 208 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
231 "--ninja-path", | 209 "--ninja-path", |
232 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 210 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
233 "--target", | 211 "--target", |
234 "Release", | 212 "Release", |
235 "--src-dir", | 213 "--src-dir", |
236 "[SLAVE_BUILD]/v8", | 214 "[SLAVE_BUILD]/v8", |
237 "--goma-cache-dir", | 215 "--goma-cache-dir", |
238 "[GOMA_CACHE]", | 216 "[GOMA_CACHE]", |
239 "--build-tool", | 217 "--build-tool", |
240 "ninja", | 218 "ninja", |
241 "--compiler", | 219 "--compiler", |
242 "goma-clang", | 220 "goma", |
243 "--goma-jsonstatus", | 221 "--goma-jsonstatus", |
244 "/path/to/tmp/json", | 222 "/path/to/tmp/json", |
245 "--goma-service-account-json-file", | 223 "--goma-service-account-json-file", |
246 "/creds/service_accounts/service-account-goma-client.json", | 224 "/creds/service_accounts/service-account-goma-client.json", |
247 "--goma-dir", | 225 "--goma-dir", |
248 "[CACHE]/cipd/goma", | 226 "[CACHE]/cipd/goma", |
249 "--" | 227 "--" |
250 ], | 228 ], |
251 "env": { | 229 "env": { |
252 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 230 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
(...skipping 25 matching lines...) Expand all Loading... |
278 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571,
\"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \
"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" | 256 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"4.2\", \"buildername\": \"v8-linux-release\", \"buildnumber\": 571,
\"mastername\": \"client.dart.fyi\", \"parent_buildername\": null, \"recipe\": \
"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \
"/path/to/workdir/TestSlavename\"}" |
279 ], | 257 ], |
280 "name": "package build" | 258 "name": "package build" |
281 }, | 259 }, |
282 { | 260 { |
283 "name": "$result", | 261 "name": "$result", |
284 "recipe_result": null, | 262 "recipe_result": null, |
285 "status_code": 0 | 263 "status_code": 0 |
286 } | 264 } |
287 ] | 265 ] |
OLD | NEW |