| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "--show-path", | 134 "--show-path", |
| 135 "python", | 135 "python", |
| 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 137 ], | 137 ], |
| 138 "name": "cleanup_temp" | 138 "name": "cleanup_temp" |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 "cmd": [ | 141 "cmd": [ |
| 142 "python", | 142 "python", |
| 143 "-u", | 143 "-u", |
| 144 "[DEPOT_TOOLS]/gn.py", | 144 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", |
| 145 "--root=[SLAVE_BUILD]/v8", | 145 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 146 "gen", | 146 "/path/to/tmp/" |
| 147 "[TMP_BASE]/v8_gn_tmp_1", | |
| 148 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" | |
| 149 ], | 147 ], |
| 150 "name": "gn" | 148 "name": "patch mb config (fyi)" |
| 151 }, | 149 }, |
| 152 { | 150 { |
| 153 "cmd": [ | 151 "cmd": [ |
| 152 "python", |
| 153 "-u", |
| 154 "[SLAVE_BUILD]/v8/tools/mb/mb.py", |
| 155 "gen", |
| 156 "-m", |
| 157 "client.v8", |
| 158 "-b", |
| 159 "V8 Linux - predictable", |
| 160 "--config-file", |
| 161 "[mb config]", |
| 162 "--goma-dir", |
| 163 "[CACHE]/cipd/goma", |
| 164 "[TMP_BASE]/v8_gn_tmp_1" |
| 165 ], |
| 166 "env": { |
| 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 168 }, |
| 169 "name": "generate_build_files with gn (fyi)" |
| 170 }, |
| 171 { |
| 172 "cmd": [ |
| 154 "python", | 173 "python", |
| 155 "-u", | 174 "-u", |
| 156 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 175 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 157 "[TMP_BASE]/v8_gn_tmp_1", | 176 "[TMP_BASE]/v8_gn_tmp_1", |
| 158 "[SLAVE_BUILD]/v8/out/Release", | 177 "[SLAVE_BUILD]/v8/out/Release", |
| 159 "all", | 178 "all", |
| 160 "all" | 179 "all" |
| 161 ], | 180 ], |
| 162 "name": "compare build flags (fyi)" | 181 "name": "compare build flags (fyi)" |
| 163 }, | 182 }, |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 }, | 671 }, |
| 653 "name": "Bisect a0.gclient runhooks", | 672 "name": "Bisect a0.gclient runhooks", |
| 654 "~followup_annotations": [ | 673 "~followup_annotations": [ |
| 655 "@@@STEP_NEST_LEVEL@1@@@" | 674 "@@@STEP_NEST_LEVEL@1@@@" |
| 656 ] | 675 ] |
| 657 }, | 676 }, |
| 658 { | 677 { |
| 659 "cmd": [ | 678 "cmd": [ |
| 660 "python", | 679 "python", |
| 661 "-u", | 680 "-u", |
| 662 "[DEPOT_TOOLS]/gn.py", | 681 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", |
| 663 "--root=[SLAVE_BUILD]/v8", | 682 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 664 "gen", | 683 "/path/to/tmp/" |
| 665 "[TMP_BASE]/v8_gn_tmp_2", | |
| 666 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" | |
| 667 ], | 684 ], |
| 668 "name": "Bisect a0.gn", | 685 "name": "Bisect a0.patch mb config (fyi)", |
| 669 "~followup_annotations": [ | 686 "~followup_annotations": [ |
| 670 "@@@STEP_NEST_LEVEL@1@@@" | 687 "@@@STEP_NEST_LEVEL@1@@@" |
| 671 ] | 688 ] |
| 689 }, |
| 690 { |
| 691 "cmd": [ |
| 692 "python", |
| 693 "-u", |
| 694 "[SLAVE_BUILD]/v8/tools/mb/mb.py", |
| 695 "gen", |
| 696 "-m", |
| 697 "client.v8", |
| 698 "-b", |
| 699 "V8 Linux - predictable", |
| 700 "--config-file", |
| 701 "[mb config]", |
| 702 "--goma-dir", |
| 703 "[CACHE]/cipd/goma", |
| 704 "[TMP_BASE]/v8_gn_tmp_2" |
| 705 ], |
| 706 "env": { |
| 707 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 708 }, |
| 709 "name": "Bisect a0.generate_build_files with gn (fyi)", |
| 710 "~followup_annotations": [ |
| 711 "@@@STEP_NEST_LEVEL@1@@@" |
| 712 ] |
| 672 }, | 713 }, |
| 673 { | 714 { |
| 674 "cmd": [ | 715 "cmd": [ |
| 675 "python", | 716 "python", |
| 676 "-u", | 717 "-u", |
| 677 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 718 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 678 "[TMP_BASE]/v8_gn_tmp_2", | 719 "[TMP_BASE]/v8_gn_tmp_2", |
| 679 "[SLAVE_BUILD]/v8/out/Release", | 720 "[SLAVE_BUILD]/v8/out/Release", |
| 680 "all", | 721 "all", |
| 681 "all" | 722 "all" |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 }, | 991 }, |
| 951 "name": "Bisect a2.gclient runhooks", | 992 "name": "Bisect a2.gclient runhooks", |
| 952 "~followup_annotations": [ | 993 "~followup_annotations": [ |
| 953 "@@@STEP_NEST_LEVEL@1@@@" | 994 "@@@STEP_NEST_LEVEL@1@@@" |
| 954 ] | 995 ] |
| 955 }, | 996 }, |
| 956 { | 997 { |
| 957 "cmd": [ | 998 "cmd": [ |
| 958 "python", | 999 "python", |
| 959 "-u", | 1000 "-u", |
| 960 "[DEPOT_TOOLS]/gn.py", | 1001 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", |
| 961 "--root=[SLAVE_BUILD]/v8", | 1002 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 962 "gen", | 1003 "/path/to/tmp/" |
| 963 "[TMP_BASE]/v8_gn_tmp_3", | |
| 964 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" | |
| 965 ], | 1004 ], |
| 966 "name": "Bisect a2.gn", | 1005 "name": "Bisect a2.patch mb config (fyi)", |
| 967 "~followup_annotations": [ | 1006 "~followup_annotations": [ |
| 968 "@@@STEP_NEST_LEVEL@1@@@" | 1007 "@@@STEP_NEST_LEVEL@1@@@" |
| 969 ] | 1008 ] |
| 1009 }, |
| 1010 { |
| 1011 "cmd": [ |
| 1012 "python", |
| 1013 "-u", |
| 1014 "[SLAVE_BUILD]/v8/tools/mb/mb.py", |
| 1015 "gen", |
| 1016 "-m", |
| 1017 "client.v8", |
| 1018 "-b", |
| 1019 "V8 Linux - predictable", |
| 1020 "--config-file", |
| 1021 "[mb config]", |
| 1022 "--goma-dir", |
| 1023 "[CACHE]/cipd/goma", |
| 1024 "[TMP_BASE]/v8_gn_tmp_3" |
| 1025 ], |
| 1026 "env": { |
| 1027 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 1028 }, |
| 1029 "name": "Bisect a2.generate_build_files with gn (fyi)", |
| 1030 "~followup_annotations": [ |
| 1031 "@@@STEP_NEST_LEVEL@1@@@" |
| 1032 ] |
| 970 }, | 1033 }, |
| 971 { | 1034 { |
| 972 "cmd": [ | 1035 "cmd": [ |
| 973 "python", | 1036 "python", |
| 974 "-u", | 1037 "-u", |
| 975 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 1038 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 976 "[TMP_BASE]/v8_gn_tmp_3", | 1039 "[TMP_BASE]/v8_gn_tmp_3", |
| 977 "[SLAVE_BUILD]/v8/out/Release", | 1040 "[SLAVE_BUILD]/v8/out/Release", |
| 978 "all", | 1041 "all", |
| 979 "all" | 1042 "all" |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1283 }, | 1346 }, |
| 1284 "name": "Bisect a1.gclient runhooks", | 1347 "name": "Bisect a1.gclient runhooks", |
| 1285 "~followup_annotations": [ | 1348 "~followup_annotations": [ |
| 1286 "@@@STEP_NEST_LEVEL@1@@@" | 1349 "@@@STEP_NEST_LEVEL@1@@@" |
| 1287 ] | 1350 ] |
| 1288 }, | 1351 }, |
| 1289 { | 1352 { |
| 1290 "cmd": [ | 1353 "cmd": [ |
| 1291 "python", | 1354 "python", |
| 1292 "-u", | 1355 "-u", |
| 1293 "[DEPOT_TOOLS]/gn.py", | 1356 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", |
| 1294 "--root=[SLAVE_BUILD]/v8", | 1357 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 1295 "gen", | 1358 "/path/to/tmp/" |
| 1296 "[TMP_BASE]/v8_gn_tmp_4", | |
| 1297 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" | |
| 1298 ], | 1359 ], |
| 1299 "name": "Bisect a1.gn", | 1360 "name": "Bisect a1.patch mb config (fyi)", |
| 1300 "~followup_annotations": [ | 1361 "~followup_annotations": [ |
| 1301 "@@@STEP_NEST_LEVEL@1@@@" | 1362 "@@@STEP_NEST_LEVEL@1@@@" |
| 1302 ] | 1363 ] |
| 1364 }, |
| 1365 { |
| 1366 "cmd": [ |
| 1367 "python", |
| 1368 "-u", |
| 1369 "[SLAVE_BUILD]/v8/tools/mb/mb.py", |
| 1370 "gen", |
| 1371 "-m", |
| 1372 "client.v8", |
| 1373 "-b", |
| 1374 "V8 Linux - predictable", |
| 1375 "--config-file", |
| 1376 "[mb config]", |
| 1377 "--goma-dir", |
| 1378 "[CACHE]/cipd/goma", |
| 1379 "[TMP_BASE]/v8_gn_tmp_4" |
| 1380 ], |
| 1381 "env": { |
| 1382 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 1383 }, |
| 1384 "name": "Bisect a1.generate_build_files with gn (fyi)", |
| 1385 "~followup_annotations": [ |
| 1386 "@@@STEP_NEST_LEVEL@1@@@" |
| 1387 ] |
| 1303 }, | 1388 }, |
| 1304 { | 1389 { |
| 1305 "cmd": [ | 1390 "cmd": [ |
| 1306 "python", | 1391 "python", |
| 1307 "-u", | 1392 "-u", |
| 1308 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 1393 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 1309 "[TMP_BASE]/v8_gn_tmp_4", | 1394 "[TMP_BASE]/v8_gn_tmp_4", |
| 1310 "[SLAVE_BUILD]/v8/out/Release", | 1395 "[SLAVE_BUILD]/v8/out/Release", |
| 1311 "all", | 1396 "all", |
| 1312 "all" | 1397 "all" |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1445 "~followup_annotations": [ | 1530 "~followup_annotations": [ |
| 1446 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" | 1531 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" |
| 1447 ] | 1532 ] |
| 1448 }, | 1533 }, |
| 1449 { | 1534 { |
| 1450 "name": "$result", | 1535 "name": "$result", |
| 1451 "reason": "Failures or flakes in build.", | 1536 "reason": "Failures or flakes in build.", |
| 1452 "status_code": 1 | 1537 "status_code": 1 |
| 1453 } | 1538 } |
| 1454 ] | 1539 ] |
| OLD | NEW |