| 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 - predictable", | 10 "V8 Linux - predictable", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 15 "--root", | 15 "--root", |
| 16 "v8", | 16 "v8", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"v8\": \"got_revision\"}", | 18 "{\"v8\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "v8@20123", | 24 "v8@20123", |
| 25 "--no_shallow", | 25 "--no_shallow", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" | 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@" |
| 58 ] | 57 ] |
| 59 }, | 58 }, |
| 60 { | 59 { |
| 61 "cmd": [ | 60 "cmd": [ |
| 62 "python", | 61 "python", |
| 63 "-u", | 62 "-u", |
| 64 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 63 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 65 "runhooks" | 64 "runhooks" |
| 66 ], | 65 ], |
| 67 "cwd": "[SLAVE_BUILD]", | |
| 68 "env": { | 66 "env": { |
| 69 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 67 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 70 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_verify_predictable=1 v8_target_arch=ia32", | 68 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_verify_predictable=1 v8_target_arch=ia32", |
| 71 "GYP_GENERATORS": "ninja", | 69 "GYP_GENERATORS": "ninja", |
| 72 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 70 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 73 }, | 71 }, |
| 74 "name": "gclient runhooks" | 72 "name": "gclient runhooks" |
| 75 }, | 73 }, |
| 76 { | 74 { |
| 77 "cmd": [ | 75 "cmd": [ |
| 78 "python", | 76 "python", |
| 79 "-u", | 77 "-u", |
| 80 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 78 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 81 "--show-path", | 79 "--show-path", |
| 82 "python", | 80 "python", |
| 83 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 81 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 84 ], | 82 ], |
| 85 "cwd": "[SLAVE_BUILD]", | |
| 86 "name": "cleanup_temp" | 83 "name": "cleanup_temp" |
| 87 }, | 84 }, |
| 88 { | 85 { |
| 89 "allow_subannotations": true, | 86 "allow_subannotations": true, |
| 90 "cmd": [ | 87 "cmd": [ |
| 91 "python", | 88 "python", |
| 92 "-u", | 89 "-u", |
| 93 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 90 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 94 "--src-dir", | 91 "--src-dir", |
| 95 "[SLAVE_BUILD]/v8", | 92 "[SLAVE_BUILD]/v8", |
| 96 "--output-json", | 93 "--output-json", |
| 97 "/path/to/tmp/json" | 94 "/path/to/tmp/json" |
| 98 ], | 95 ], |
| 99 "cwd": "[SLAVE_BUILD]", | |
| 100 "env": { | 96 "env": { |
| 101 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 102 }, | 98 }, |
| 103 "name": "clang_revision", | 99 "name": "clang_revision", |
| 104 "~followup_annotations": [ | 100 "~followup_annotations": [ |
| 105 "@@@STEP_LOG_LINE@json.output@{@@@", | 101 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 106 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 107 "@@@STEP_LOG_LINE@json.output@}@@@", | 103 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 108 "@@@STEP_LOG_END@json.output@@@" | 104 "@@@STEP_LOG_END@json.output@@@" |
| 109 ] | 105 ] |
| (...skipping 21 matching lines...) Expand all Loading... |
| 131 "--compiler", | 127 "--compiler", |
| 132 "goma-clang", | 128 "goma-clang", |
| 133 "--goma-jsonstatus", | 129 "--goma-jsonstatus", |
| 134 "/path/to/tmp/json", | 130 "/path/to/tmp/json", |
| 135 "--goma-service-account-json-file", | 131 "--goma-service-account-json-file", |
| 136 "/creds/service_accounts/service-account-goma-client.json", | 132 "/creds/service_accounts/service-account-goma-client.json", |
| 137 "--goma-dir", | 133 "--goma-dir", |
| 138 "[BUILD]/goma", | 134 "[BUILD]/goma", |
| 139 "--" | 135 "--" |
| 140 ], | 136 ], |
| 141 "cwd": "[SLAVE_BUILD]", | |
| 142 "env": { | 137 "env": { |
| 143 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 144 }, | 139 }, |
| 145 "name": "compile", | 140 "name": "compile", |
| 146 "~followup_annotations": [ | 141 "~followup_annotations": [ |
| 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 142 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 148 "@@@STEP_LOG_END@json.output (invalid)@@@" | 143 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 149 ] | 144 ] |
| 150 }, | 145 }, |
| 151 { | 146 { |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 347 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 353 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 348 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 354 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 349 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 355 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 350 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 356 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 351 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 357 "@@@STEP_LOG_END@durations@@@" | 352 "@@@STEP_LOG_END@durations@@@" |
| 358 ] | 353 ] |
| 359 }, | 354 }, |
| 360 { | 355 { |
| 361 "cmd": [], | 356 "cmd": [], |
| 362 "cwd": "[SLAVE_BUILD]", | |
| 363 "name": "Bisect" | 357 "name": "Bisect" |
| 364 }, | 358 }, |
| 365 { | 359 { |
| 366 "cmd": [ | 360 "cmd": [ |
| 367 "python", | 361 "python", |
| 368 "-u", | 362 "-u", |
| 369 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", | 363 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", |
| 370 "http://c.org/p/cr/json/builders/V8%20Linux%20-%20predictable/builds/571/s
ource_stamp", | 364 "http://c.org/p/cr/json/builders/V8%20Linux%20-%20predictable/builds/571/s
ource_stamp", |
| 371 "--outfile", | 365 "--outfile", |
| 372 "/path/to/tmp/json" | 366 "/path/to/tmp/json" |
| 373 ], | 367 ], |
| 374 "cwd": "[SLAVE_BUILD]", | |
| 375 "name": "Bisect.Fetch changes", | 368 "name": "Bisect.Fetch changes", |
| 376 "~followup_annotations": [ | 369 "~followup_annotations": [ |
| 377 "@@@STEP_NEST_LEVEL@1@@@", | 370 "@@@STEP_NEST_LEVEL@1@@@", |
| 378 "@@@STEP_LOG_LINE@json.output@{@@@", | 371 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 379 "@@@STEP_LOG_LINE@json.output@ \"changes\": [@@@", | 372 "@@@STEP_LOG_LINE@json.output@ \"changes\": [@@@", |
| 380 "@@@STEP_LOG_LINE@json.output@ {@@@", | 373 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 381 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a1\"@@@", | 374 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a1\"@@@", |
| 382 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 375 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 383 "@@@STEP_LOG_LINE@json.output@ {@@@", | 376 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 384 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a2\"@@@", | 377 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a2\"@@@", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 398 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", | 391 "RECIPE_MODULE[build::gitiles]/resources/gerrit_client.py", |
| 399 "--json-file", | 392 "--json-file", |
| 400 "/path/to/tmp/json", | 393 "/path/to/tmp/json", |
| 401 "--url", | 394 "--url", |
| 402 "https://chromium.googlesource.com/v8/v8/+log/a1~2..a3", | 395 "https://chromium.googlesource.com/v8/v8/+log/a1~2..a3", |
| 403 "--format", | 396 "--format", |
| 404 "json", | 397 "json", |
| 405 "--log-limit", | 398 "--log-limit", |
| 406 "100" | 399 "100" |
| 407 ], | 400 ], |
| 408 "cwd": "[SLAVE_BUILD]", | |
| 409 "name": "Bisect.Get change range", | 401 "name": "Bisect.Get change range", |
| 410 "~followup_annotations": [ | 402 "~followup_annotations": [ |
| 411 "@@@STEP_NEST_LEVEL@1@@@", | 403 "@@@STEP_NEST_LEVEL@1@@@", |
| 412 "@@@STEP_TEXT@<br />4 commits fetched@@@", | 404 "@@@STEP_TEXT@<br />4 commits fetched@@@", |
| 413 "@@@STEP_LOG_LINE@json.output@{@@@", | 405 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 414 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@", | 406 "@@@STEP_LOG_LINE@json.output@ \"log\": [@@@", |
| 415 "@@@STEP_LOG_LINE@json.output@ {@@@", | 407 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 416 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a3\", @@@", | 408 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a3\", @@@", |
| 417 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 3\"@@@", | 409 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 3\"@@@", |
| 418 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 410 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 419 "@@@STEP_LOG_LINE@json.output@ {@@@", | 411 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 420 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a2\", @@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a2\", @@@", |
| 421 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 2\"@@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 2\"@@@", |
| 422 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 414 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 423 "@@@STEP_LOG_LINE@json.output@ {@@@", | 415 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 424 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a1\", @@@", | 416 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a1\", @@@", |
| 425 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 1\"@@@", | 417 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 1\"@@@", |
| 426 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 418 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 427 "@@@STEP_LOG_LINE@json.output@ {@@@", | 419 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 428 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a0\", @@@", | 420 "@@@STEP_LOG_LINE@json.output@ \"commit\": \"a0\", @@@", |
| 429 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 0\"@@@", | 421 "@@@STEP_LOG_LINE@json.output@ \"msg\": \"Cool commit 0\"@@@", |
| 430 "@@@STEP_LOG_LINE@json.output@ }@@@", | 422 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 431 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 423 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 432 "@@@STEP_LOG_LINE@json.output@}@@@", | 424 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 433 "@@@STEP_LOG_END@json.output@@@" | 425 "@@@STEP_LOG_END@json.output@@@" |
| 434 ] | 426 ] |
| 435 }, | 427 }, |
| 436 { | 428 { |
| 437 "cmd": [], | 429 "cmd": [], |
| 438 "cwd": "[SLAVE_BUILD]", | |
| 439 "name": "Bisect a0" | 430 "name": "Bisect a0" |
| 440 }, | 431 }, |
| 441 { | 432 { |
| 442 "cmd": [ | 433 "cmd": [ |
| 443 "python", | 434 "python", |
| 444 "-u", | 435 "-u", |
| 445 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 436 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 446 "--master", | 437 "--master", |
| 447 "client.v8", | 438 "client.v8", |
| 448 "--builder", | 439 "--builder", |
| 449 "V8 Linux - predictable", | 440 "V8 Linux - predictable", |
| 450 "--slave", | 441 "--slave", |
| 451 "TestSlavename", | 442 "TestSlavename", |
| 452 "--spec", | 443 "--spec", |
| 453 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 444 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 454 "--root", | 445 "--root", |
| 455 "v8", | 446 "v8", |
| 456 "--revision_mapping_file", | 447 "--revision_mapping_file", |
| 457 "{\"v8\": \"got_revision\"}", | 448 "{\"v8\": \"got_revision\"}", |
| 458 "--git-cache-dir", | 449 "--git-cache-dir", |
| 459 "[GIT_CACHE]", | 450 "[GIT_CACHE]", |
| 460 "--output_json", | 451 "--output_json", |
| 461 "/path/to/tmp/json", | 452 "/path/to/tmp/json", |
| 462 "--revision", | 453 "--revision", |
| 463 "v8@a0", | 454 "v8@a0", |
| 464 "--no_shallow", | 455 "--no_shallow", |
| 465 "--output_manifest" | 456 "--output_manifest" |
| 466 ], | 457 ], |
| 467 "cwd": "[SLAVE_BUILD]", | |
| 468 "env": { | 458 "env": { |
| 469 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 459 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 470 }, | 460 }, |
| 471 "name": "Bisect a0.bot_update", | 461 "name": "Bisect a0.bot_update", |
| 472 "~followup_annotations": [ | 462 "~followup_annotations": [ |
| 473 "@@@STEP_NEST_LEVEL@1@@@", | 463 "@@@STEP_NEST_LEVEL@1@@@", |
| 474 "@@@STEP_TEXT@Some step text@@@", | 464 "@@@STEP_TEXT@Some step text@@@", |
| 475 "@@@STEP_LOG_LINE@json.output@{@@@", | 465 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 476 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 466 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 477 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 467 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 495 "@@@STEP_LOG_END@json.output@@@" | 485 "@@@STEP_LOG_END@json.output@@@" |
| 496 ] | 486 ] |
| 497 }, | 487 }, |
| 498 { | 488 { |
| 499 "cmd": [ | 489 "cmd": [ |
| 500 "python", | 490 "python", |
| 501 "-u", | 491 "-u", |
| 502 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 492 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 503 "runhooks" | 493 "runhooks" |
| 504 ], | 494 ], |
| 505 "cwd": "[SLAVE_BUILD]", | |
| 506 "env": { | 495 "env": { |
| 507 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 496 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 508 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_verify_predictable=1 v8_target_arch=ia32", | 497 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_verify_predictable=1 v8_target_arch=ia32", |
| 509 "GYP_GENERATORS": "ninja", | 498 "GYP_GENERATORS": "ninja", |
| 510 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 499 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 511 }, | 500 }, |
| 512 "name": "Bisect a0.gclient runhooks", | 501 "name": "Bisect a0.gclient runhooks", |
| 513 "~followup_annotations": [ | 502 "~followup_annotations": [ |
| 514 "@@@STEP_NEST_LEVEL@1@@@" | 503 "@@@STEP_NEST_LEVEL@1@@@" |
| 515 ] | 504 ] |
| 516 }, | 505 }, |
| 517 { | 506 { |
| 518 "allow_subannotations": true, | 507 "allow_subannotations": true, |
| 519 "cmd": [ | 508 "cmd": [ |
| 520 "python", | 509 "python", |
| 521 "-u", | 510 "-u", |
| 522 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 511 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 523 "--src-dir", | 512 "--src-dir", |
| 524 "[SLAVE_BUILD]/v8", | 513 "[SLAVE_BUILD]/v8", |
| 525 "--output-json", | 514 "--output-json", |
| 526 "/path/to/tmp/json" | 515 "/path/to/tmp/json" |
| 527 ], | 516 ], |
| 528 "cwd": "[SLAVE_BUILD]", | |
| 529 "env": { | 517 "env": { |
| 530 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 518 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 531 }, | 519 }, |
| 532 "name": "Bisect a0.clang_revision", | 520 "name": "Bisect a0.clang_revision", |
| 533 "~followup_annotations": [ | 521 "~followup_annotations": [ |
| 534 "@@@STEP_NEST_LEVEL@1@@@", | 522 "@@@STEP_NEST_LEVEL@1@@@", |
| 535 "@@@STEP_LOG_LINE@json.output@{@@@", | 523 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 536 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 524 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 537 "@@@STEP_LOG_LINE@json.output@}@@@", | 525 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 538 "@@@STEP_LOG_END@json.output@@@" | 526 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 23 matching lines...) Expand all Loading... |
| 562 "goma-clang", | 550 "goma-clang", |
| 563 "--goma-jsonstatus", | 551 "--goma-jsonstatus", |
| 564 "/path/to/tmp/json", | 552 "/path/to/tmp/json", |
| 565 "--goma-service-account-json-file", | 553 "--goma-service-account-json-file", |
| 566 "/creds/service_accounts/service-account-goma-client.json", | 554 "/creds/service_accounts/service-account-goma-client.json", |
| 567 "--goma-dir", | 555 "--goma-dir", |
| 568 "[BUILD]/goma", | 556 "[BUILD]/goma", |
| 569 "--", | 557 "--", |
| 570 "d8" | 558 "d8" |
| 571 ], | 559 ], |
| 572 "cwd": "[SLAVE_BUILD]", | |
| 573 "env": { | 560 "env": { |
| 574 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 561 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 575 }, | 562 }, |
| 576 "name": "Bisect a0.compile", | 563 "name": "Bisect a0.compile", |
| 577 "~followup_annotations": [ | 564 "~followup_annotations": [ |
| 578 "@@@STEP_NEST_LEVEL@1@@@", | 565 "@@@STEP_NEST_LEVEL@1@@@", |
| 579 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 566 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 580 "@@@STEP_LOG_END@json.output (invalid)@@@" | 567 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 581 ] | 568 ] |
| 582 }, | 569 }, |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 618 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 605 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 619 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 606 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 620 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 607 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 621 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 608 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 622 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 609 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 623 "@@@STEP_LOG_END@durations@@@" | 610 "@@@STEP_LOG_END@durations@@@" |
| 624 ] | 611 ] |
| 625 }, | 612 }, |
| 626 { | 613 { |
| 627 "cmd": [], | 614 "cmd": [], |
| 628 "cwd": "[SLAVE_BUILD]", | |
| 629 "name": "Available range", | 615 "name": "Available range", |
| 630 "~followup_annotations": [ | 616 "~followup_annotations": [ |
| 631 "@@@STEP_LINK@a1@https://chromium.googlesource.com/v8/v8/+/a1@@@", | 617 "@@@STEP_LINK@a1@https://chromium.googlesource.com/v8/v8/+/a1@@@", |
| 632 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@", | 618 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@", |
| 633 "@@@STEP_LINK@a3@https://chromium.googlesource.com/v8/v8/+/a3@@@" | 619 "@@@STEP_LINK@a3@https://chromium.googlesource.com/v8/v8/+/a3@@@" |
| 634 ] | 620 ] |
| 635 }, | 621 }, |
| 636 { | 622 { |
| 637 "cmd": [], | 623 "cmd": [], |
| 638 "cwd": "[SLAVE_BUILD]", | |
| 639 "name": "Bisect a2" | 624 "name": "Bisect a2" |
| 640 }, | 625 }, |
| 641 { | 626 { |
| 642 "cmd": [ | 627 "cmd": [ |
| 643 "python", | 628 "python", |
| 644 "-u", | 629 "-u", |
| 645 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 630 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 646 "--master", | 631 "--master", |
| 647 "client.v8", | 632 "client.v8", |
| 648 "--builder", | 633 "--builder", |
| 649 "V8 Linux - predictable", | 634 "V8 Linux - predictable", |
| 650 "--slave", | 635 "--slave", |
| 651 "TestSlavename", | 636 "TestSlavename", |
| 652 "--spec", | 637 "--spec", |
| 653 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 638 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 654 "--root", | 639 "--root", |
| 655 "v8", | 640 "v8", |
| 656 "--revision_mapping_file", | 641 "--revision_mapping_file", |
| 657 "{\"v8\": \"got_revision\"}", | 642 "{\"v8\": \"got_revision\"}", |
| 658 "--git-cache-dir", | 643 "--git-cache-dir", |
| 659 "[GIT_CACHE]", | 644 "[GIT_CACHE]", |
| 660 "--output_json", | 645 "--output_json", |
| 661 "/path/to/tmp/json", | 646 "/path/to/tmp/json", |
| 662 "--revision", | 647 "--revision", |
| 663 "v8@a2", | 648 "v8@a2", |
| 664 "--no_shallow", | 649 "--no_shallow", |
| 665 "--output_manifest" | 650 "--output_manifest" |
| 666 ], | 651 ], |
| 667 "cwd": "[SLAVE_BUILD]", | |
| 668 "env": { | 652 "env": { |
| 669 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 653 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 670 }, | 654 }, |
| 671 "name": "Bisect a2.bot_update", | 655 "name": "Bisect a2.bot_update", |
| 672 "~followup_annotations": [ | 656 "~followup_annotations": [ |
| 673 "@@@STEP_NEST_LEVEL@1@@@", | 657 "@@@STEP_NEST_LEVEL@1@@@", |
| 674 "@@@STEP_TEXT@Some step text@@@", | 658 "@@@STEP_TEXT@Some step text@@@", |
| 675 "@@@STEP_LOG_LINE@json.output@{@@@", | 659 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 676 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 660 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 677 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 661 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 695 "@@@STEP_LOG_END@json.output@@@" | 679 "@@@STEP_LOG_END@json.output@@@" |
| 696 ] | 680 ] |
| 697 }, | 681 }, |
| 698 { | 682 { |
| 699 "cmd": [ | 683 "cmd": [ |
| 700 "python", | 684 "python", |
| 701 "-u", | 685 "-u", |
| 702 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 686 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 703 "runhooks" | 687 "runhooks" |
| 704 ], | 688 ], |
| 705 "cwd": "[SLAVE_BUILD]", | |
| 706 "env": { | 689 "env": { |
| 707 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 690 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 708 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_verify_predictable=1 v8_target_arch=ia32", | 691 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_verify_predictable=1 v8_target_arch=ia32", |
| 709 "GYP_GENERATORS": "ninja", | 692 "GYP_GENERATORS": "ninja", |
| 710 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 693 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 711 }, | 694 }, |
| 712 "name": "Bisect a2.gclient runhooks", | 695 "name": "Bisect a2.gclient runhooks", |
| 713 "~followup_annotations": [ | 696 "~followup_annotations": [ |
| 714 "@@@STEP_NEST_LEVEL@1@@@" | 697 "@@@STEP_NEST_LEVEL@1@@@" |
| 715 ] | 698 ] |
| 716 }, | 699 }, |
| 717 { | 700 { |
| 718 "allow_subannotations": true, | 701 "allow_subannotations": true, |
| 719 "cmd": [ | 702 "cmd": [ |
| 720 "python", | 703 "python", |
| 721 "-u", | 704 "-u", |
| 722 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 705 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 723 "--src-dir", | 706 "--src-dir", |
| 724 "[SLAVE_BUILD]/v8", | 707 "[SLAVE_BUILD]/v8", |
| 725 "--output-json", | 708 "--output-json", |
| 726 "/path/to/tmp/json" | 709 "/path/to/tmp/json" |
| 727 ], | 710 ], |
| 728 "cwd": "[SLAVE_BUILD]", | |
| 729 "env": { | 711 "env": { |
| 730 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 712 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 731 }, | 713 }, |
| 732 "name": "Bisect a2.clang_revision", | 714 "name": "Bisect a2.clang_revision", |
| 733 "~followup_annotations": [ | 715 "~followup_annotations": [ |
| 734 "@@@STEP_NEST_LEVEL@1@@@", | 716 "@@@STEP_NEST_LEVEL@1@@@", |
| 735 "@@@STEP_LOG_LINE@json.output@{@@@", | 717 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 736 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 718 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 737 "@@@STEP_LOG_LINE@json.output@}@@@", | 719 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 738 "@@@STEP_LOG_END@json.output@@@" | 720 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 23 matching lines...) Expand all Loading... |
| 762 "goma-clang", | 744 "goma-clang", |
| 763 "--goma-jsonstatus", | 745 "--goma-jsonstatus", |
| 764 "/path/to/tmp/json", | 746 "/path/to/tmp/json", |
| 765 "--goma-service-account-json-file", | 747 "--goma-service-account-json-file", |
| 766 "/creds/service_accounts/service-account-goma-client.json", | 748 "/creds/service_accounts/service-account-goma-client.json", |
| 767 "--goma-dir", | 749 "--goma-dir", |
| 768 "[BUILD]/goma", | 750 "[BUILD]/goma", |
| 769 "--", | 751 "--", |
| 770 "d8" | 752 "d8" |
| 771 ], | 753 ], |
| 772 "cwd": "[SLAVE_BUILD]", | |
| 773 "env": { | 754 "env": { |
| 774 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 755 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 775 }, | 756 }, |
| 776 "name": "Bisect a2.compile", | 757 "name": "Bisect a2.compile", |
| 777 "~followup_annotations": [ | 758 "~followup_annotations": [ |
| 778 "@@@STEP_NEST_LEVEL@1@@@", | 759 "@@@STEP_NEST_LEVEL@1@@@", |
| 779 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 760 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 780 "@@@STEP_LOG_END@json.output (invalid)@@@" | 761 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 781 ] | 762 ] |
| 782 }, | 763 }, |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 862 "@@@STEP_LOG_LINE@slow@@@@", | 843 "@@@STEP_LOG_LINE@slow@@@@", |
| 863 "@@@STEP_LOG_LINE@slow@Stderr:@@@", | 844 "@@@STEP_LOG_LINE@slow@Stderr:@@@", |
| 864 "@@@STEP_LOG_LINE@slow@Some errput.@@@", | 845 "@@@STEP_LOG_LINE@slow@Some errput.@@@", |
| 865 "@@@STEP_LOG_LINE@slow@@@@", | 846 "@@@STEP_LOG_LINE@slow@@@@", |
| 866 "@@@STEP_LOG_END@slow@@@", | 847 "@@@STEP_LOG_END@slow@@@", |
| 867 "@@@STEP_FAILURE@@@" | 848 "@@@STEP_FAILURE@@@" |
| 868 ] | 849 ] |
| 869 }, | 850 }, |
| 870 { | 851 { |
| 871 "cmd": [], | 852 "cmd": [], |
| 872 "cwd": "[SLAVE_BUILD]", | |
| 873 "name": "Bisect a1" | 853 "name": "Bisect a1" |
| 874 }, | 854 }, |
| 875 { | 855 { |
| 876 "cmd": [ | 856 "cmd": [ |
| 877 "python", | 857 "python", |
| 878 "-u", | 858 "-u", |
| 879 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 859 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 880 "--master", | 860 "--master", |
| 881 "client.v8", | 861 "client.v8", |
| 882 "--builder", | 862 "--builder", |
| 883 "V8 Linux - predictable", | 863 "V8 Linux - predictable", |
| 884 "--slave", | 864 "--slave", |
| 885 "TestSlavename", | 865 "TestSlavename", |
| 886 "--spec", | 866 "--spec", |
| 887 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 867 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk'
: 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana
ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 888 "--root", | 868 "--root", |
| 889 "v8", | 869 "v8", |
| 890 "--revision_mapping_file", | 870 "--revision_mapping_file", |
| 891 "{\"v8\": \"got_revision\"}", | 871 "{\"v8\": \"got_revision\"}", |
| 892 "--git-cache-dir", | 872 "--git-cache-dir", |
| 893 "[GIT_CACHE]", | 873 "[GIT_CACHE]", |
| 894 "--output_json", | 874 "--output_json", |
| 895 "/path/to/tmp/json", | 875 "/path/to/tmp/json", |
| 896 "--revision", | 876 "--revision", |
| 897 "v8@a1", | 877 "v8@a1", |
| 898 "--no_shallow", | 878 "--no_shallow", |
| 899 "--output_manifest" | 879 "--output_manifest" |
| 900 ], | 880 ], |
| 901 "cwd": "[SLAVE_BUILD]", | |
| 902 "env": { | 881 "env": { |
| 903 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 882 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 904 }, | 883 }, |
| 905 "name": "Bisect a1.bot_update", | 884 "name": "Bisect a1.bot_update", |
| 906 "~followup_annotations": [ | 885 "~followup_annotations": [ |
| 907 "@@@STEP_NEST_LEVEL@1@@@", | 886 "@@@STEP_NEST_LEVEL@1@@@", |
| 908 "@@@STEP_TEXT@Some step text@@@", | 887 "@@@STEP_TEXT@Some step text@@@", |
| 909 "@@@STEP_LOG_LINE@json.output@{@@@", | 888 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 910 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 889 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 911 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 890 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 929 "@@@STEP_LOG_END@json.output@@@" | 908 "@@@STEP_LOG_END@json.output@@@" |
| 930 ] | 909 ] |
| 931 }, | 910 }, |
| 932 { | 911 { |
| 933 "cmd": [ | 912 "cmd": [ |
| 934 "python", | 913 "python", |
| 935 "-u", | 914 "-u", |
| 936 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 915 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 937 "runhooks" | 916 "runhooks" |
| 938 ], | 917 ], |
| 939 "cwd": "[SLAVE_BUILD]", | |
| 940 "env": { | 918 "env": { |
| 941 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 919 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 942 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_verify_predictable=1 v8_target_arch=ia32", | 920 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 use_goma=1
v8_enable_verify_predictable=1 v8_target_arch=ia32", |
| 943 "GYP_GENERATORS": "ninja", | 921 "GYP_GENERATORS": "ninja", |
| 944 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 922 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 945 }, | 923 }, |
| 946 "name": "Bisect a1.gclient runhooks", | 924 "name": "Bisect a1.gclient runhooks", |
| 947 "~followup_annotations": [ | 925 "~followup_annotations": [ |
| 948 "@@@STEP_NEST_LEVEL@1@@@" | 926 "@@@STEP_NEST_LEVEL@1@@@" |
| 949 ] | 927 ] |
| 950 }, | 928 }, |
| 951 { | 929 { |
| 952 "allow_subannotations": true, | 930 "allow_subannotations": true, |
| 953 "cmd": [ | 931 "cmd": [ |
| 954 "python", | 932 "python", |
| 955 "-u", | 933 "-u", |
| 956 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 934 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 957 "--src-dir", | 935 "--src-dir", |
| 958 "[SLAVE_BUILD]/v8", | 936 "[SLAVE_BUILD]/v8", |
| 959 "--output-json", | 937 "--output-json", |
| 960 "/path/to/tmp/json" | 938 "/path/to/tmp/json" |
| 961 ], | 939 ], |
| 962 "cwd": "[SLAVE_BUILD]", | |
| 963 "env": { | 940 "env": { |
| 964 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 941 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 965 }, | 942 }, |
| 966 "name": "Bisect a1.clang_revision", | 943 "name": "Bisect a1.clang_revision", |
| 967 "~followup_annotations": [ | 944 "~followup_annotations": [ |
| 968 "@@@STEP_NEST_LEVEL@1@@@", | 945 "@@@STEP_NEST_LEVEL@1@@@", |
| 969 "@@@STEP_LOG_LINE@json.output@{@@@", | 946 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 970 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 947 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 971 "@@@STEP_LOG_LINE@json.output@}@@@", | 948 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 972 "@@@STEP_LOG_END@json.output@@@" | 949 "@@@STEP_LOG_END@json.output@@@" |
| (...skipping 23 matching lines...) Expand all Loading... |
| 996 "goma-clang", | 973 "goma-clang", |
| 997 "--goma-jsonstatus", | 974 "--goma-jsonstatus", |
| 998 "/path/to/tmp/json", | 975 "/path/to/tmp/json", |
| 999 "--goma-service-account-json-file", | 976 "--goma-service-account-json-file", |
| 1000 "/creds/service_accounts/service-account-goma-client.json", | 977 "/creds/service_accounts/service-account-goma-client.json", |
| 1001 "--goma-dir", | 978 "--goma-dir", |
| 1002 "[BUILD]/goma", | 979 "[BUILD]/goma", |
| 1003 "--", | 980 "--", |
| 1004 "d8" | 981 "d8" |
| 1005 ], | 982 ], |
| 1006 "cwd": "[SLAVE_BUILD]", | |
| 1007 "env": { | 983 "env": { |
| 1008 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 984 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 1009 }, | 985 }, |
| 1010 "name": "Bisect a1.compile", | 986 "name": "Bisect a1.compile", |
| 1011 "~followup_annotations": [ | 987 "~followup_annotations": [ |
| 1012 "@@@STEP_NEST_LEVEL@1@@@", | 988 "@@@STEP_NEST_LEVEL@1@@@", |
| 1013 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 989 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 1014 "@@@STEP_LOG_END@json.output (invalid)@@@" | 990 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 1015 ] | 991 ] |
| 1016 }, | 992 }, |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1052 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", | 1028 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", |
| 1053 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", | 1029 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", |
| 1054 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", | 1030 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", |
| 1055 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", | 1031 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", |
| 1056 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1032 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1057 "@@@STEP_LOG_END@durations@@@" | 1033 "@@@STEP_LOG_END@durations@@@" |
| 1058 ] | 1034 ] |
| 1059 }, | 1035 }, |
| 1060 { | 1036 { |
| 1061 "cmd": [], | 1037 "cmd": [], |
| 1062 "cwd": "[SLAVE_BUILD]", | |
| 1063 "name": "Suspecting a2", | 1038 "name": "Suspecting a2", |
| 1064 "~followup_annotations": [ | 1039 "~followup_annotations": [ |
| 1065 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" | 1040 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" |
| 1066 ] | 1041 ] |
| 1067 }, | 1042 }, |
| 1068 { | 1043 { |
| 1069 "name": "$result", | 1044 "name": "$result", |
| 1070 "reason": "Failures or flakes in build.", | 1045 "reason": "Failures or flakes in build.", |
| 1071 "status_code": 1 | 1046 "status_code": 1 |
| 1072 } | 1047 } |
| 1073 ] | 1048 ] |
| OLD | NEW |