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 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'v8/third_party/
valgrind': 'https://chromium.googlesource.com/chromium/deps/valgrind/binaries'},
'deps_file': '.DEPS.git', 'managed': True, 'name': 'v8', 'url': 'https://chromi
um.googlesource.com/v8/v8'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
9 "--patch_root", | 9 "--patch_root", |
10 "v8", | 10 "v8", |
11 "--revision_mapping_file", | 11 "--revision_mapping_file", |
12 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", | 12 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c
lient_revision\"}", |
13 "--git-cache-dir", | 13 "--git-cache-dir", |
14 "[GIT_CACHE]", | 14 "[GIT_CACHE]", |
15 "--output_json", | 15 "--output_json", |
16 "/path/to/tmp/json", | 16 "/path/to/tmp/json", |
17 "--revision", | 17 "--revision", |
18 "v8@20123", | 18 "v8@20123", |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 "cmd": [ | 133 "cmd": [ |
134 "python", | 134 "python", |
135 "-u", | 135 "-u", |
136 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 136 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
137 "runhooks" | 137 "runhooks" |
138 ], | 138 ], |
139 "cwd": "[SLAVE_BUILD]/v8", | 139 "cwd": "[SLAVE_BUILD]/v8", |
140 "env": { | 140 "env": { |
141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
142 "GYP_CHROMIUM_NO_ACTION": "1", | 142 "GYP_CHROMIUM_NO_ACTION": "1", |
143 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' has_valgrind=1 target_arch=x64
test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 143 "GYP_DEFINES": "gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation
_mode=prepare use_goma=1 v8_target_arch=x64", |
144 "GYP_GENERATORS": "ninja", | 144 "GYP_GENERATORS": "ninja", |
145 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 145 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
146 }, | 146 }, |
147 "name": "gclient runhooks" | 147 "name": "gclient runhooks" |
148 }, | 148 }, |
149 { | 149 { |
150 "cmd": [ | 150 "cmd": [ |
151 "python", | 151 "python", |
152 "-u", | 152 "-u", |
153 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 153 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
319 "--isolate-server", | 319 "--isolate-server", |
320 "https://isolateserver.appspot.com", | 320 "https://isolateserver.appspot.com", |
321 "--verbose", | 321 "--verbose", |
322 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json", | 322 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json", |
323 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", | 323 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", |
324 "[SLAVE_BUILD]/v8/out/Release/check-static-initializers.isolated.gen.json"
, | 324 "[SLAVE_BUILD]/v8/out/Release/check-static-initializers.isolated.gen.json"
, |
325 "[SLAVE_BUILD]/v8/out/Release/mjsunit.isolated.gen.json", | 325 "[SLAVE_BUILD]/v8/out/Release/mjsunit.isolated.gen.json", |
326 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", | 326 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", |
327 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json", | 327 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json", |
328 "[SLAVE_BUILD]/v8/out/Release/perf.isolated.gen.json", | 328 "[SLAVE_BUILD]/v8/out/Release/perf.isolated.gen.json", |
329 "[SLAVE_BUILD]/v8/out/Release/run-valgrind.isolated.gen.json", | |
330 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", | 329 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", |
331 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" | 330 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" |
332 ], | 331 ], |
333 "name": "isolate tests", | 332 "name": "isolate tests", |
334 "~followup_annotations": [ | 333 "~followup_annotations": [ |
335 "@@@STEP_LOG_LINE@json.output@{@@@", | 334 "@@@STEP_LOG_LINE@json.output@{@@@", |
336 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar
ks]\", @@@", | 335 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar
ks]\", @@@", |
337 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", | 336 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def
ault]\", @@@", |
338 "@@@STEP_LOG_LINE@json.output@ \"check-static-initializers\": \"[dummy ha
sh for check-static-initializers]\", @@@", | 337 "@@@STEP_LOG_LINE@json.output@ \"check-static-initializers\": \"[dummy ha
sh for check-static-initializers]\", @@@", |
339 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", | 338 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\",
@@@", |
340 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", | 339 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\",
@@@", |
341 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o
ptimize_for_size]\", @@@", | 340 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o
ptimize_for_size]\", @@@", |
342 "@@@STEP_LOG_LINE@json.output@ \"perf\": \"[dummy hash for perf]\", @@@", | 341 "@@@STEP_LOG_LINE@json.output@ \"perf\": \"[dummy hash for perf]\", @@@", |
343 "@@@STEP_LOG_LINE@json.output@ \"run-valgrind\": \"[dummy hash for run-va
lgrind]\", @@@", | |
344 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", | 342 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @
@@", |
345 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", | 343 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@
@@", |
346 "@@@STEP_LOG_LINE@json.output@}@@@", | 344 "@@@STEP_LOG_LINE@json.output@}@@@", |
347 "@@@STEP_LOG_END@json.output@@@" | 345 "@@@STEP_LOG_END@json.output@@@" |
348 ] | 346 ] |
349 }, | 347 }, |
350 { | 348 { |
351 "cmd": [ | 349 "cmd": [ |
352 "python", | 350 "python", |
353 "-u", | 351 "-u", |
354 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 352 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
355 "--", | 353 "--", |
356 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 354 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
357 "----", | 355 "----", |
358 "cp", | 356 "cp", |
359 "-a", | 357 "-a", |
360 "public-read", | 358 "public-read", |
361 "{\"benchmarks\": \"[dummy hash for benchmarks]\", \"bot_default\": \"[dum
my hash for bot_default]\", \"check-static-initializers\": \"[dummy hash for che
ck-static-initializers]\", \"mjsunit\": \"[dummy hash for mjsunit]\", \"mozilla\
": \"[dummy hash for mozilla]\", \"optimize_for_size\": \"[dummy hash for optimi
ze_for_size]\", \"perf\": \"[dummy hash for perf]\", \"run-valgrind\": \"[dummy
hash for run-valgrind]\", \"simdjs\": \"[dummy hash for simdjs]\", \"test262\":
\"[dummy hash for test262]\"}", | 359 "{\"benchmarks\": \"[dummy hash for benchmarks]\", \"bot_default\": \"[dum
my hash for bot_default]\", \"check-static-initializers\": \"[dummy hash for che
ck-static-initializers]\", \"mjsunit\": \"[dummy hash for mjsunit]\", \"mozilla\
": \"[dummy hash for mozilla]\", \"optimize_for_size\": \"[dummy hash for optimi
ze_for_size]\", \"perf\": \"[dummy hash for perf]\", \"simdjs\": \"[dummy hash f
or simdjs]\", \"test262\": \"[dummy hash for test262]\"}", |
362 "gs://chromium-v8/v8-linux64-rel/full-build-linux_f2cbea7e89a45f46819777bb
78a1f5bd0241f64c.json" | 360 "gs://chromium-v8/v8-linux64-rel/full-build-linux_f2cbea7e89a45f46819777bb
78a1f5bd0241f64c.json" |
363 ], | 361 ], |
364 "name": "gsutil upload", | 362 "name": "gsutil upload", |
365 "~followup_annotations": [ | 363 "~followup_annotations": [ |
366 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v
8-linux64-rel/full-build-linux_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.json@@@" | 364 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v
8-linux64-rel/full-build-linux_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.json@@@" |
367 ] | 365 ] |
368 }, | 366 }, |
369 { | 367 { |
370 "allow_subannotations": true, | 368 "allow_subannotations": true, |
371 "cmd": [ | 369 "cmd": [ |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 405 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
408 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 406 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
409 "swarm_hashes": { | 407 "swarm_hashes": { |
410 "benchmarks": "[dummy hash for benchmarks]", | 408 "benchmarks": "[dummy hash for benchmarks]", |
411 "bot_default": "[dummy hash for bot_default]", | 409 "bot_default": "[dummy hash for bot_default]", |
412 "check-static-initializers": "[dummy hash for check-static-initializ
ers]", | 410 "check-static-initializers": "[dummy hash for check-static-initializ
ers]", |
413 "mjsunit": "[dummy hash for mjsunit]", | 411 "mjsunit": "[dummy hash for mjsunit]", |
414 "mozilla": "[dummy hash for mozilla]", | 412 "mozilla": "[dummy hash for mozilla]", |
415 "optimize_for_size": "[dummy hash for optimize_for_size]", | 413 "optimize_for_size": "[dummy hash for optimize_for_size]", |
416 "perf": "[dummy hash for perf]", | 414 "perf": "[dummy hash for perf]", |
417 "run-valgrind": "[dummy hash for run-valgrind]", | |
418 "simdjs": "[dummy hash for simdjs]", | 415 "simdjs": "[dummy hash for simdjs]", |
419 "test262": "[dummy hash for test262]" | 416 "test262": "[dummy hash for test262]" |
420 } | 417 } |
421 } | 418 } |
422 }, | 419 }, |
423 { | 420 { |
424 "builder_name": "V8 Linux64 - avx2", | 421 "builder_name": "V8 Linux64 - avx2", |
425 "properties": { | 422 "properties": { |
426 "parent_build_environment": { | 423 "parent_build_environment": { |
427 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" | 424 "GYP_DEFINES": "target_arch=x64 cool_flag=a=1" |
428 }, | 425 }, |
429 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 426 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
430 "parent_got_revision_cp": "refs/heads/master@{#50110}", | 427 "parent_got_revision_cp": "refs/heads/master@{#50110}", |
431 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 428 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
432 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 429 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
433 "swarm_hashes": { | 430 "swarm_hashes": { |
434 "benchmarks": "[dummy hash for benchmarks]", | 431 "benchmarks": "[dummy hash for benchmarks]", |
435 "bot_default": "[dummy hash for bot_default]", | 432 "bot_default": "[dummy hash for bot_default]", |
436 "check-static-initializers": "[dummy hash for check-static-initializ
ers]", | 433 "check-static-initializers": "[dummy hash for check-static-initializ
ers]", |
437 "mjsunit": "[dummy hash for mjsunit]", | 434 "mjsunit": "[dummy hash for mjsunit]", |
438 "mozilla": "[dummy hash for mozilla]", | 435 "mozilla": "[dummy hash for mozilla]", |
439 "optimize_for_size": "[dummy hash for optimize_for_size]", | 436 "optimize_for_size": "[dummy hash for optimize_for_size]", |
440 "perf": "[dummy hash for perf]", | 437 "perf": "[dummy hash for perf]", |
441 "run-valgrind": "[dummy hash for run-valgrind]", | |
442 "simdjs": "[dummy hash for simdjs]", | 438 "simdjs": "[dummy hash for simdjs]", |
443 "test262": "[dummy hash for test262]" | 439 "test262": "[dummy hash for test262]" |
444 } | 440 } |
445 } | 441 } |
446 } | 442 } |
447 ], | 443 ], |
448 "~followup_annotations": [ | 444 "~followup_annotations": [ |
449 "@@@STEP_TEXT@V8 Linux64<br />V8 Linux64 - avx2@@@" | 445 "@@@STEP_TEXT@V8 Linux64<br />V8 Linux64 - avx2@@@" |
450 ] | 446 ] |
451 }, | 447 }, |
(...skipping 20 matching lines...) Expand all Loading... |
472 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", | 468 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400
38896debc4", |
473 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", | 469 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", |
474 "swarm_hashes": { | 470 "swarm_hashes": { |
475 "benchmarks": "[dummy hash for benchmarks]", | 471 "benchmarks": "[dummy hash for benchmarks]", |
476 "bot_default": "[dummy hash for bot_default]", | 472 "bot_default": "[dummy hash for bot_default]", |
477 "check-static-initializers": "[dummy hash for check-static-initializ
ers]", | 473 "check-static-initializers": "[dummy hash for check-static-initializ
ers]", |
478 "mjsunit": "[dummy hash for mjsunit]", | 474 "mjsunit": "[dummy hash for mjsunit]", |
479 "mozilla": "[dummy hash for mozilla]", | 475 "mozilla": "[dummy hash for mozilla]", |
480 "optimize_for_size": "[dummy hash for optimize_for_size]", | 476 "optimize_for_size": "[dummy hash for optimize_for_size]", |
481 "perf": "[dummy hash for perf]", | 477 "perf": "[dummy hash for perf]", |
482 "run-valgrind": "[dummy hash for run-valgrind]", | |
483 "simdjs": "[dummy hash for simdjs]", | 478 "simdjs": "[dummy hash for simdjs]", |
484 "test262": "[dummy hash for test262]" | 479 "test262": "[dummy hash for test262]" |
485 } | 480 } |
486 } | 481 } |
487 } | 482 } |
488 ], | 483 ], |
489 "~followup_annotations": [ | 484 "~followup_annotations": [ |
490 "@@@STEP_TEXT@v8_trigger_proxy@@@" | 485 "@@@STEP_TEXT@v8_trigger_proxy@@@" |
491 ] | 486 ] |
492 }, | 487 }, |
493 { | 488 { |
494 "name": "$result", | 489 "name": "$result", |
495 "recipe_result": null, | 490 "recipe_result": null, |
496 "status_code": 0 | 491 "status_code": 0 |
497 } | 492 } |
498 ] | 493 ] |
OLD | NEW |