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.v8", | 8 "client.v8", |
9 "--builder", | 9 "--builder", |
10 "V8 Linux - nosnap builder", | 10 "V8 Linux - nosnap builder", |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 { | 134 { |
135 "cmd": [ | 135 "cmd": [ |
136 "python", | 136 "python", |
137 "-u", | 137 "-u", |
138 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 138 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
139 "runhooks" | 139 "runhooks" |
140 ], | 140 ], |
141 "cwd": "[SLAVE_BUILD]/v8", | 141 "cwd": "[SLAVE_BUILD]/v8", |
142 "env": { | 142 "env": { |
143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
144 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 test_
isolation_mode=prepare use_goma=1 v8_target_arch=ia32 v8_use_snapshot=false", | 144 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=ia32 test_isolatio
n_mode=prepare use_goma=1 v8_target_arch=ia32 v8_use_snapshot=false", |
145 "GYP_GENERATORS": "ninja", | 145 "GYP_GENERATORS": "ninja", |
146 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 146 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
147 }, | 147 }, |
148 "name": "gclient runhooks" | 148 "name": "gclient runhooks" |
149 }, | 149 }, |
150 { | 150 { |
151 "cmd": [ | 151 "cmd": [ |
152 "python", | 152 "python", |
153 "-u", | 153 "-u", |
154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 ], | 210 ], |
211 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", | 211 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", |
212 "~followup_annotations": [ | 212 "~followup_annotations": [ |
213 "@@@STEP_LOG_LINE@python.inline@@@@", | 213 "@@@STEP_LOG_LINE@python.inline@@@@", |
214 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 214 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
215 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 215 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
216 "@@@STEP_LOG_END@python.inline@@@" | 216 "@@@STEP_LOG_END@python.inline@@@" |
217 ] | 217 ] |
218 }, | 218 }, |
219 { | 219 { |
220 "allow_subannotations": true, | |
221 "cmd": [ | |
222 "python", | |
223 "-u", | |
224 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | |
225 "--src-dir", | |
226 "[SLAVE_BUILD]/v8", | |
227 "--output-json", | |
228 "/path/to/tmp/json" | |
229 ], | |
230 "env": { | |
231 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
232 }, | |
233 "name": "clang_revision", | |
234 "~followup_annotations": [ | |
235 "@@@STEP_LOG_LINE@json.output@{@@@", | |
236 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | |
237 "@@@STEP_LOG_LINE@json.output@}@@@", | |
238 "@@@STEP_LOG_END@json.output@@@" | |
239 ] | |
240 }, | |
241 { | |
242 "cmd": [ | 220 "cmd": [ |
243 "python", | 221 "python", |
244 "-u", | 222 "-u", |
245 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
246 "--show-path", | 224 "--show-path", |
247 "python", | 225 "python", |
248 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
249 "--gsutil-py-path", | 227 "--gsutil-py-path", |
250 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 228 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
251 "--ninja-path", | 229 "--ninja-path", |
252 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
253 "--target", | 231 "--target", |
254 "Release", | 232 "Release", |
255 "--src-dir", | 233 "--src-dir", |
256 "[SLAVE_BUILD]/v8", | 234 "[SLAVE_BUILD]/v8", |
257 "--goma-cache-dir", | 235 "--goma-cache-dir", |
258 "[GOMA_CACHE]", | 236 "[GOMA_CACHE]", |
259 "--build-tool", | 237 "--build-tool", |
260 "ninja", | 238 "ninja", |
261 "--compiler", | 239 "--compiler", |
262 "goma-clang", | 240 "goma", |
263 "--goma-jsonstatus", | 241 "--goma-jsonstatus", |
264 "/path/to/tmp/json", | 242 "/path/to/tmp/json", |
265 "--goma-service-account-json-file", | 243 "--goma-service-account-json-file", |
266 "/creds/service_accounts/service-account-goma-client.json", | 244 "/creds/service_accounts/service-account-goma-client.json", |
267 "--goma-dir", | 245 "--goma-dir", |
268 "[CACHE]/cipd/goma", | 246 "[CACHE]/cipd/goma", |
269 "--" | 247 "--" |
270 ], | 248 ], |
271 "env": { | 249 "env": { |
272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 "name": "package build" | 325 "name": "package build" |
348 }, | 326 }, |
349 { | 327 { |
350 "cmd": [], | 328 "cmd": [], |
351 "name": "trigger", | 329 "name": "trigger", |
352 "trigger_specs": [ | 330 "trigger_specs": [ |
353 { | 331 { |
354 "builder_name": "V8 Linux - nosnap", | 332 "builder_name": "V8 Linux - nosnap", |
355 "properties": { | 333 "properties": { |
356 "parent_build_environment": { | 334 "parent_build_environment": { |
357 "GYP_DEFINES": "clang=1 target_arch=ia32 test_isolation_mode=prepare
use_goma=1 v8_target_arch=ia32 v8_use_snapshot=false", | 335 "GYP_DEFINES": "target_arch=ia32 test_isolation_mode=prepare use_gom
a=1 v8_target_arch=ia32 v8_use_snapshot=false", |
358 "GYP_GENERATORS": "ninja" | 336 "GYP_GENERATORS": "ninja" |
359 }, | 337 }, |
360 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 338 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
361 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 339 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
362 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 340 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
363 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 341 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
364 "swarm_hashes": { | 342 "swarm_hashes": { |
365 "bot_default": "[dummy hash for bot_default]", | 343 "bot_default": "[dummy hash for bot_default]", |
366 "mozilla": "[dummy hash for mozilla]", | 344 "mozilla": "[dummy hash for mozilla]", |
367 "simdjs": "[dummy hash for simdjs]", | 345 "simdjs": "[dummy hash for simdjs]", |
368 "test262": "[dummy hash for test262]" | 346 "test262": "[dummy hash for test262]" |
369 } | 347 } |
370 } | 348 } |
371 } | 349 } |
372 ], | 350 ], |
373 "~followup_annotations": [ | 351 "~followup_annotations": [ |
374 "@@@STEP_TEXT@V8 Linux - nosnap@@@" | 352 "@@@STEP_TEXT@V8 Linux - nosnap@@@" |
375 ] | 353 ] |
376 }, | 354 }, |
377 { | 355 { |
378 "name": "$result", | 356 "name": "$result", |
379 "recipe_result": null, | 357 "recipe_result": null, |
380 "status_code": 0 | 358 "status_code": 0 |
381 } | 359 } |
382 ] | 360 ] |
OLD | NEW |