| 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", |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 "client.v8", | 148 "client.v8", |
| 149 "-b", | 149 "-b", |
| 150 "V8 Linux - predictable", | 150 "V8 Linux - predictable", |
| 151 "--config-file", | 151 "--config-file", |
| 152 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 152 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 153 "--goma-dir", | 153 "--goma-dir", |
| 154 "[CACHE]/cipd/goma", | 154 "[CACHE]/cipd/goma", |
| 155 "--gyp-script=gypfiles/gyp_v8", | 155 "--gyp-script=gypfiles/gyp_v8", |
| 156 "//out/Release" | 156 "//out/Release" |
| 157 ], | 157 ], |
| 158 "cwd": "[SLAVE_BUILD]/v8", |
| 158 "env": { | 159 "env": { |
| 159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 160 }, | 161 }, |
| 161 "name": "generate_build_files", | 162 "name": "generate_build_files", |
| 162 "stdout": "/path/to/tmp/", | 163 "stdout": "/path/to/tmp/", |
| 163 "~followup_annotations": [ | 164 "~followup_annotations": [ |
| 164 "@@@STEP_LOG_LINE@stdout@some line@@@", | 165 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 165 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 166 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 166 "@@@STEP_LOG_LINE@stdout@moar@@@", | 167 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| 167 "@@@STEP_LOG_END@stdout@@@" | 168 "@@@STEP_LOG_END@stdout@@@" |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 "-m", | 209 "-m", |
| 209 "client.v8", | 210 "client.v8", |
| 210 "-b", | 211 "-b", |
| 211 "V8 Linux - predictable", | 212 "V8 Linux - predictable", |
| 212 "--config-file", | 213 "--config-file", |
| 213 "[mb config]", | 214 "[mb config]", |
| 214 "--goma-dir", | 215 "--goma-dir", |
| 215 "[CACHE]/cipd/goma", | 216 "[CACHE]/cipd/goma", |
| 216 "[SLAVE_BUILD]/v8/out/gn" | 217 "[SLAVE_BUILD]/v8/out/gn" |
| 217 ], | 218 ], |
| 219 "cwd": "[SLAVE_BUILD]/v8", |
| 218 "env": { | 220 "env": { |
| 219 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 220 }, | 222 }, |
| 221 "name": "generate_build_files with gn (fyi)" | 223 "name": "generate_build_files with gn (fyi)" |
| 222 }, | 224 }, |
| 223 { | 225 { |
| 224 "cmd": [ | 226 "cmd": [ |
| 225 "python", | 227 "python", |
| 226 "-u", | 228 "-u", |
| 227 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 229 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 "client.v8", | 707 "client.v8", |
| 706 "-b", | 708 "-b", |
| 707 "V8 Linux - predictable", | 709 "V8 Linux - predictable", |
| 708 "--config-file", | 710 "--config-file", |
| 709 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 711 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 710 "--goma-dir", | 712 "--goma-dir", |
| 711 "[CACHE]/cipd/goma", | 713 "[CACHE]/cipd/goma", |
| 712 "--gyp-script=gypfiles/gyp_v8", | 714 "--gyp-script=gypfiles/gyp_v8", |
| 713 "//out/Release" | 715 "//out/Release" |
| 714 ], | 716 ], |
| 717 "cwd": "[SLAVE_BUILD]/v8", |
| 715 "env": { | 718 "env": { |
| 716 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 719 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 717 }, | 720 }, |
| 718 "name": "Bisect a0.generate_build_files", | 721 "name": "Bisect a0.generate_build_files", |
| 719 "stdout": "/path/to/tmp/", | 722 "stdout": "/path/to/tmp/", |
| 720 "~followup_annotations": [ | 723 "~followup_annotations": [ |
| 721 "@@@STEP_NEST_LEVEL@1@@@", | 724 "@@@STEP_NEST_LEVEL@1@@@", |
| 722 "@@@STEP_LOG_LINE@stdout@some line@@@", | 725 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 723 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 726 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 724 "@@@STEP_LOG_LINE@stdout@moar@@@", | 727 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 "-m", | 773 "-m", |
| 771 "client.v8", | 774 "client.v8", |
| 772 "-b", | 775 "-b", |
| 773 "V8 Linux - predictable", | 776 "V8 Linux - predictable", |
| 774 "--config-file", | 777 "--config-file", |
| 775 "[mb config]", | 778 "[mb config]", |
| 776 "--goma-dir", | 779 "--goma-dir", |
| 777 "[CACHE]/cipd/goma", | 780 "[CACHE]/cipd/goma", |
| 778 "[SLAVE_BUILD]/v8/out/gn" | 781 "[SLAVE_BUILD]/v8/out/gn" |
| 779 ], | 782 ], |
| 783 "cwd": "[SLAVE_BUILD]/v8", |
| 780 "env": { | 784 "env": { |
| 781 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 785 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 782 }, | 786 }, |
| 783 "name": "Bisect a0.generate_build_files with gn (fyi)", | 787 "name": "Bisect a0.generate_build_files with gn (fyi)", |
| 784 "~followup_annotations": [ | 788 "~followup_annotations": [ |
| 785 "@@@STEP_NEST_LEVEL@1@@@" | 789 "@@@STEP_NEST_LEVEL@1@@@" |
| 786 ] | 790 ] |
| 787 }, | 791 }, |
| 788 { | 792 { |
| 789 "cmd": [ | 793 "cmd": [ |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 "client.v8", | 1054 "client.v8", |
| 1051 "-b", | 1055 "-b", |
| 1052 "V8 Linux - predictable", | 1056 "V8 Linux - predictable", |
| 1053 "--config-file", | 1057 "--config-file", |
| 1054 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 1058 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 1055 "--goma-dir", | 1059 "--goma-dir", |
| 1056 "[CACHE]/cipd/goma", | 1060 "[CACHE]/cipd/goma", |
| 1057 "--gyp-script=gypfiles/gyp_v8", | 1061 "--gyp-script=gypfiles/gyp_v8", |
| 1058 "//out/Release" | 1062 "//out/Release" |
| 1059 ], | 1063 ], |
| 1064 "cwd": "[SLAVE_BUILD]/v8", |
| 1060 "env": { | 1065 "env": { |
| 1061 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 1066 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 1062 }, | 1067 }, |
| 1063 "name": "Bisect a2.generate_build_files", | 1068 "name": "Bisect a2.generate_build_files", |
| 1064 "stdout": "/path/to/tmp/", | 1069 "stdout": "/path/to/tmp/", |
| 1065 "~followup_annotations": [ | 1070 "~followup_annotations": [ |
| 1066 "@@@STEP_NEST_LEVEL@1@@@", | 1071 "@@@STEP_NEST_LEVEL@1@@@", |
| 1067 "@@@STEP_LOG_LINE@stdout@some line@@@", | 1072 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 1068 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 1073 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 1069 "@@@STEP_LOG_LINE@stdout@moar@@@", | 1074 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1115 "-m", | 1120 "-m", |
| 1116 "client.v8", | 1121 "client.v8", |
| 1117 "-b", | 1122 "-b", |
| 1118 "V8 Linux - predictable", | 1123 "V8 Linux - predictable", |
| 1119 "--config-file", | 1124 "--config-file", |
| 1120 "[mb config]", | 1125 "[mb config]", |
| 1121 "--goma-dir", | 1126 "--goma-dir", |
| 1122 "[CACHE]/cipd/goma", | 1127 "[CACHE]/cipd/goma", |
| 1123 "[SLAVE_BUILD]/v8/out/gn" | 1128 "[SLAVE_BUILD]/v8/out/gn" |
| 1124 ], | 1129 ], |
| 1130 "cwd": "[SLAVE_BUILD]/v8", |
| 1125 "env": { | 1131 "env": { |
| 1126 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 1132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 1127 }, | 1133 }, |
| 1128 "name": "Bisect a2.generate_build_files with gn (fyi)", | 1134 "name": "Bisect a2.generate_build_files with gn (fyi)", |
| 1129 "~followup_annotations": [ | 1135 "~followup_annotations": [ |
| 1130 "@@@STEP_NEST_LEVEL@1@@@" | 1136 "@@@STEP_NEST_LEVEL@1@@@" |
| 1131 ] | 1137 ] |
| 1132 }, | 1138 }, |
| 1133 { | 1139 { |
| 1134 "cmd": [ | 1140 "cmd": [ |
| (...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1428 "client.v8", | 1434 "client.v8", |
| 1429 "-b", | 1435 "-b", |
| 1430 "V8 Linux - predictable", | 1436 "V8 Linux - predictable", |
| 1431 "--config-file", | 1437 "--config-file", |
| 1432 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", | 1438 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 1433 "--goma-dir", | 1439 "--goma-dir", |
| 1434 "[CACHE]/cipd/goma", | 1440 "[CACHE]/cipd/goma", |
| 1435 "--gyp-script=gypfiles/gyp_v8", | 1441 "--gyp-script=gypfiles/gyp_v8", |
| 1436 "//out/Release" | 1442 "//out/Release" |
| 1437 ], | 1443 ], |
| 1444 "cwd": "[SLAVE_BUILD]/v8", |
| 1438 "env": { | 1445 "env": { |
| 1439 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 1446 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 1440 }, | 1447 }, |
| 1441 "name": "Bisect a1.generate_build_files", | 1448 "name": "Bisect a1.generate_build_files", |
| 1442 "stdout": "/path/to/tmp/", | 1449 "stdout": "/path/to/tmp/", |
| 1443 "~followup_annotations": [ | 1450 "~followup_annotations": [ |
| 1444 "@@@STEP_NEST_LEVEL@1@@@", | 1451 "@@@STEP_NEST_LEVEL@1@@@", |
| 1445 "@@@STEP_LOG_LINE@stdout@some line@@@", | 1452 "@@@STEP_LOG_LINE@stdout@some line@@@", |
| 1446 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", | 1453 "@@@STEP_LOG_LINE@stdout@GYP_DEFINES='target_arch=x64 cool_flag=a=1'@@@", |
| 1447 "@@@STEP_LOG_LINE@stdout@moar@@@", | 1454 "@@@STEP_LOG_LINE@stdout@moar@@@", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1493 "-m", | 1500 "-m", |
| 1494 "client.v8", | 1501 "client.v8", |
| 1495 "-b", | 1502 "-b", |
| 1496 "V8 Linux - predictable", | 1503 "V8 Linux - predictable", |
| 1497 "--config-file", | 1504 "--config-file", |
| 1498 "[mb config]", | 1505 "[mb config]", |
| 1499 "--goma-dir", | 1506 "--goma-dir", |
| 1500 "[CACHE]/cipd/goma", | 1507 "[CACHE]/cipd/goma", |
| 1501 "[SLAVE_BUILD]/v8/out/gn" | 1508 "[SLAVE_BUILD]/v8/out/gn" |
| 1502 ], | 1509 ], |
| 1510 "cwd": "[SLAVE_BUILD]/v8", |
| 1503 "env": { | 1511 "env": { |
| 1504 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 1512 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 1505 }, | 1513 }, |
| 1506 "name": "Bisect a1.generate_build_files with gn (fyi)", | 1514 "name": "Bisect a1.generate_build_files with gn (fyi)", |
| 1507 "~followup_annotations": [ | 1515 "~followup_annotations": [ |
| 1508 "@@@STEP_NEST_LEVEL@1@@@" | 1516 "@@@STEP_NEST_LEVEL@1@@@" |
| 1509 ] | 1517 ] |
| 1510 }, | 1518 }, |
| 1511 { | 1519 { |
| 1512 "cmd": [ | 1520 "cmd": [ |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1624 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" | 1632 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" |
| 1625 ] | 1633 ] |
| 1626 }, | 1634 }, |
| 1627 { | 1635 { |
| 1628 "name": "$result", | 1636 "name": "$result", |
| 1629 "reason": "Failures or flakes in build.", | 1637 "reason": "Failures or flakes in build.", |
| 1630 "recipe_result": null, | 1638 "recipe_result": null, |
| 1631 "status_code": 1 | 1639 "status_code": 1 |
| 1632 } | 1640 } |
| 1633 ] | 1641 ] |
| OLD | NEW |