| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32", | 123 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32", |
| 124 "GYP_GENERATORS": "ninja", | 124 "GYP_GENERATORS": "ninja", |
| 125 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 125 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 126 }, | 126 }, |
| 127 "name": "gclient runhooks" | 127 "name": "gclient runhooks" |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 "cmd": [ | 130 "cmd": [ |
| 131 "python", | 131 "python", |
| 132 "-u", | 132 "-u", |
| 133 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 134 "--show-path", |
| 135 "python", |
| 136 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 137 ], |
| 138 "name": "cleanup_temp" |
| 139 }, |
| 140 { |
| 141 "cmd": [ |
| 142 "python", |
| 143 "-u", |
| 133 "[DEPOT_TOOLS]/gn.py", | 144 "[DEPOT_TOOLS]/gn.py", |
| 134 "--root=[SLAVE_BUILD]/v8", | 145 "--root=[SLAVE_BUILD]/v8", |
| 135 "gen", | 146 "gen", |
| 136 "[TMP_BASE]/v8_gn_tmp_1", | 147 "[TMP_BASE]/v8_gn_tmp_1", |
| 137 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" | 148 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" |
| 138 ], | 149 ], |
| 139 "name": "gn" | 150 "name": "gn" |
| 140 }, | 151 }, |
| 141 { | 152 { |
| 142 "cmd": [ | 153 "cmd": [ |
| (...skipping 16 matching lines...) Expand all Loading... |
| 159 ], | 170 ], |
| 160 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", | 171 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", |
| 161 "~followup_annotations": [ | 172 "~followup_annotations": [ |
| 162 "@@@STEP_LOG_LINE@python.inline@@@@", | 173 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 163 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 174 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
| 164 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 175 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
| 165 "@@@STEP_LOG_END@python.inline@@@" | 176 "@@@STEP_LOG_END@python.inline@@@" |
| 166 ] | 177 ] |
| 167 }, | 178 }, |
| 168 { | 179 { |
| 169 "cmd": [ | |
| 170 "python", | |
| 171 "-u", | |
| 172 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 173 "--show-path", | |
| 174 "python", | |
| 175 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | |
| 176 ], | |
| 177 "name": "cleanup_temp" | |
| 178 }, | |
| 179 { | |
| 180 "allow_subannotations": true, | 180 "allow_subannotations": true, |
| 181 "cmd": [ | 181 "cmd": [ |
| 182 "python", | 182 "python", |
| 183 "-u", | 183 "-u", |
| 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 185 "--src-dir", | 185 "--src-dir", |
| 186 "[SLAVE_BUILD]/v8", | 186 "[SLAVE_BUILD]/v8", |
| 187 "--output-json", | 187 "--output-json", |
| 188 "/path/to/tmp/json" | 188 "/path/to/tmp/json" |
| 189 ], | 189 ], |
| (...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32", | 649 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32", |
| 650 "GYP_GENERATORS": "ninja", | 650 "GYP_GENERATORS": "ninja", |
| 651 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 651 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 652 }, | 652 }, |
| 653 "name": "Bisect a0.gclient runhooks", | 653 "name": "Bisect a0.gclient runhooks", |
| 654 "~followup_annotations": [ | 654 "~followup_annotations": [ |
| 655 "@@@STEP_NEST_LEVEL@1@@@" | 655 "@@@STEP_NEST_LEVEL@1@@@" |
| 656 ] | 656 ] |
| 657 }, | 657 }, |
| 658 { | 658 { |
| 659 "cmd": [ |
| 660 "python", |
| 661 "-u", |
| 662 "[DEPOT_TOOLS]/gn.py", |
| 663 "--root=[SLAVE_BUILD]/v8", |
| 664 "gen", |
| 665 "[TMP_BASE]/v8_gn_tmp_2", |
| 666 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" |
| 667 ], |
| 668 "name": "Bisect a0.gn", |
| 669 "~followup_annotations": [ |
| 670 "@@@STEP_NEST_LEVEL@1@@@" |
| 671 ] |
| 672 }, |
| 673 { |
| 674 "cmd": [ |
| 675 "python", |
| 676 "-u", |
| 677 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 678 "[TMP_BASE]/v8_gn_tmp_2", |
| 679 "[SLAVE_BUILD]/v8/out/Release", |
| 680 "all", |
| 681 "all" |
| 682 ], |
| 683 "name": "Bisect a0.compare build flags (fyi)", |
| 684 "~followup_annotations": [ |
| 685 "@@@STEP_NEST_LEVEL@1@@@" |
| 686 ] |
| 687 }, |
| 688 { |
| 689 "cmd": [ |
| 690 "python", |
| 691 "-u", |
| 692 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", |
| 693 "[TMP_BASE]/v8_gn_tmp_2" |
| 694 ], |
| 695 "name": "Bisect a0.rmtree [TMP_BASE]/v8_gn_tmp_2", |
| 696 "~followup_annotations": [ |
| 697 "@@@STEP_NEST_LEVEL@1@@@", |
| 698 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 699 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
| 700 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
| 701 "@@@STEP_LOG_END@python.inline@@@" |
| 702 ] |
| 703 }, |
| 704 { |
| 659 "allow_subannotations": true, | 705 "allow_subannotations": true, |
| 660 "cmd": [ | 706 "cmd": [ |
| 661 "python", | 707 "python", |
| 662 "-u", | 708 "-u", |
| 663 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 709 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 664 "--src-dir", | 710 "--src-dir", |
| 665 "[SLAVE_BUILD]/v8", | 711 "[SLAVE_BUILD]/v8", |
| 666 "--output-json", | 712 "--output-json", |
| 667 "/path/to/tmp/json" | 713 "/path/to/tmp/json" |
| 668 ], | 714 ], |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 901 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32", | 947 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32", |
| 902 "GYP_GENERATORS": "ninja", | 948 "GYP_GENERATORS": "ninja", |
| 903 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 949 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 904 }, | 950 }, |
| 905 "name": "Bisect a2.gclient runhooks", | 951 "name": "Bisect a2.gclient runhooks", |
| 906 "~followup_annotations": [ | 952 "~followup_annotations": [ |
| 907 "@@@STEP_NEST_LEVEL@1@@@" | 953 "@@@STEP_NEST_LEVEL@1@@@" |
| 908 ] | 954 ] |
| 909 }, | 955 }, |
| 910 { | 956 { |
| 957 "cmd": [ |
| 958 "python", |
| 959 "-u", |
| 960 "[DEPOT_TOOLS]/gn.py", |
| 961 "--root=[SLAVE_BUILD]/v8", |
| 962 "gen", |
| 963 "[TMP_BASE]/v8_gn_tmp_3", |
| 964 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" |
| 965 ], |
| 966 "name": "Bisect a2.gn", |
| 967 "~followup_annotations": [ |
| 968 "@@@STEP_NEST_LEVEL@1@@@" |
| 969 ] |
| 970 }, |
| 971 { |
| 972 "cmd": [ |
| 973 "python", |
| 974 "-u", |
| 975 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 976 "[TMP_BASE]/v8_gn_tmp_3", |
| 977 "[SLAVE_BUILD]/v8/out/Release", |
| 978 "all", |
| 979 "all" |
| 980 ], |
| 981 "name": "Bisect a2.compare build flags (fyi)", |
| 982 "~followup_annotations": [ |
| 983 "@@@STEP_NEST_LEVEL@1@@@" |
| 984 ] |
| 985 }, |
| 986 { |
| 987 "cmd": [ |
| 988 "python", |
| 989 "-u", |
| 990 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", |
| 991 "[TMP_BASE]/v8_gn_tmp_3" |
| 992 ], |
| 993 "name": "Bisect a2.rmtree [TMP_BASE]/v8_gn_tmp_3", |
| 994 "~followup_annotations": [ |
| 995 "@@@STEP_NEST_LEVEL@1@@@", |
| 996 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 997 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
| 998 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
| 999 "@@@STEP_LOG_END@python.inline@@@" |
| 1000 ] |
| 1001 }, |
| 1002 { |
| 911 "allow_subannotations": true, | 1003 "allow_subannotations": true, |
| 912 "cmd": [ | 1004 "cmd": [ |
| 913 "python", | 1005 "python", |
| 914 "-u", | 1006 "-u", |
| 915 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 1007 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 916 "--src-dir", | 1008 "--src-dir", |
| 917 "[SLAVE_BUILD]/v8", | 1009 "[SLAVE_BUILD]/v8", |
| 918 "--output-json", | 1010 "--output-json", |
| 919 "/path/to/tmp/json" | 1011 "/path/to/tmp/json" |
| 920 ], | 1012 ], |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1188 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32", | 1280 "GYP_DEFINES": "clang=1 gomadir='[CACHE]/cipd/goma' target_arch=ia32 use_g
oma=1 v8_enable_verify_predictable=1 v8_target_arch=ia32", |
| 1189 "GYP_GENERATORS": "ninja", | 1281 "GYP_GENERATORS": "ninja", |
| 1190 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 1282 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 1191 }, | 1283 }, |
| 1192 "name": "Bisect a1.gclient runhooks", | 1284 "name": "Bisect a1.gclient runhooks", |
| 1193 "~followup_annotations": [ | 1285 "~followup_annotations": [ |
| 1194 "@@@STEP_NEST_LEVEL@1@@@" | 1286 "@@@STEP_NEST_LEVEL@1@@@" |
| 1195 ] | 1287 ] |
| 1196 }, | 1288 }, |
| 1197 { | 1289 { |
| 1290 "cmd": [ |
| 1291 "python", |
| 1292 "-u", |
| 1293 "[DEPOT_TOOLS]/gn.py", |
| 1294 "--root=[SLAVE_BUILD]/v8", |
| 1295 "gen", |
| 1296 "[TMP_BASE]/v8_gn_tmp_4", |
| 1297 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" |
| 1298 ], |
| 1299 "name": "Bisect a1.gn", |
| 1300 "~followup_annotations": [ |
| 1301 "@@@STEP_NEST_LEVEL@1@@@" |
| 1302 ] |
| 1303 }, |
| 1304 { |
| 1305 "cmd": [ |
| 1306 "python", |
| 1307 "-u", |
| 1308 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 1309 "[TMP_BASE]/v8_gn_tmp_4", |
| 1310 "[SLAVE_BUILD]/v8/out/Release", |
| 1311 "all", |
| 1312 "all" |
| 1313 ], |
| 1314 "name": "Bisect a1.compare build flags (fyi)", |
| 1315 "~followup_annotations": [ |
| 1316 "@@@STEP_NEST_LEVEL@1@@@" |
| 1317 ] |
| 1318 }, |
| 1319 { |
| 1320 "cmd": [ |
| 1321 "python", |
| 1322 "-u", |
| 1323 "\nimport shutil, sys\nshutil.rmtree(sys.argv[1])\n", |
| 1324 "[TMP_BASE]/v8_gn_tmp_4" |
| 1325 ], |
| 1326 "name": "Bisect a1.rmtree [TMP_BASE]/v8_gn_tmp_4", |
| 1327 "~followup_annotations": [ |
| 1328 "@@@STEP_NEST_LEVEL@1@@@", |
| 1329 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 1330 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
| 1331 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
| 1332 "@@@STEP_LOG_END@python.inline@@@" |
| 1333 ] |
| 1334 }, |
| 1335 { |
| 1198 "allow_subannotations": true, | 1336 "allow_subannotations": true, |
| 1199 "cmd": [ | 1337 "cmd": [ |
| 1200 "python", | 1338 "python", |
| 1201 "-u", | 1339 "-u", |
| 1202 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 1340 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 1203 "--src-dir", | 1341 "--src-dir", |
| 1204 "[SLAVE_BUILD]/v8", | 1342 "[SLAVE_BUILD]/v8", |
| 1205 "--output-json", | 1343 "--output-json", |
| 1206 "/path/to/tmp/json" | 1344 "/path/to/tmp/json" |
| 1207 ], | 1345 ], |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1307 "~followup_annotations": [ | 1445 "~followup_annotations": [ |
| 1308 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" | 1446 "@@@STEP_LINK@a2@https://chromium.googlesource.com/v8/v8/+/a2@@@" |
| 1309 ] | 1447 ] |
| 1310 }, | 1448 }, |
| 1311 { | 1449 { |
| 1312 "name": "$result", | 1450 "name": "$result", |
| 1313 "reason": "Failures or flakes in build.", | 1451 "reason": "Failures or flakes in build.", |
| 1314 "status_code": 1 | 1452 "status_code": 1 |
| 1315 } | 1453 } |
| 1316 ] | 1454 ] |
| OLD | NEW |