| 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 Linux64 ASAN", | 10 "V8 Linux64 ASAN", |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 "GYP_DEFINES": "asan=1 clang=1 gomadir='[CACHE]/cipd/goma' lsan=1 target_a
rch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", | 144 "GYP_DEFINES": "asan=1 clang=1 gomadir='[CACHE]/cipd/goma' lsan=1 target_a
rch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", |
| 145 "GYP_GENERATORS": "ninja", | 145 "GYP_GENERATORS": "ninja", |
| 146 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 146 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 147 }, | 147 }, |
| 148 "name": "gclient runhooks" | 148 "name": "gclient runhooks" |
| 149 }, | 149 }, |
| 150 { | 150 { |
| 151 "cmd": [ | 151 "cmd": [ |
| 152 "python", | 152 "python", |
| 153 "-u", | 153 "-u", |
| 154 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 155 "--show-path", |
| 156 "python", |
| 157 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 158 ], |
| 159 "name": "cleanup_temp" |
| 160 }, |
| 161 { |
| 162 "cmd": [ |
| 163 "python", |
| 164 "-u", |
| 154 "[DEPOT_TOOLS]/gn.py", | 165 "[DEPOT_TOOLS]/gn.py", |
| 155 "--root=[SLAVE_BUILD]/v8", | 166 "--root=[SLAVE_BUILD]/v8", |
| 156 "gen", | 167 "gen", |
| 157 "[TMP_BASE]/v8_gn_tmp_1", | 168 "[TMP_BASE]/v8_gn_tmp_1", |
| 158 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" | 169 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" |
| 159 ], | 170 ], |
| 160 "name": "gn" | 171 "name": "gn" |
| 161 }, | 172 }, |
| 162 { | 173 { |
| 163 "cmd": [ | 174 "cmd": [ |
| (...skipping 16 matching lines...) Expand all Loading... |
| 180 ], | 191 ], |
| 181 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", | 192 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", |
| 182 "~followup_annotations": [ | 193 "~followup_annotations": [ |
| 183 "@@@STEP_LOG_LINE@python.inline@@@@", | 194 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 184 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 195 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
| 185 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 196 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
| 186 "@@@STEP_LOG_END@python.inline@@@" | 197 "@@@STEP_LOG_END@python.inline@@@" |
| 187 ] | 198 ] |
| 188 }, | 199 }, |
| 189 { | 200 { |
| 190 "cmd": [ | |
| 191 "python", | |
| 192 "-u", | |
| 193 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 194 "--show-path", | |
| 195 "python", | |
| 196 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | |
| 197 ], | |
| 198 "name": "cleanup_temp" | |
| 199 }, | |
| 200 { | |
| 201 "allow_subannotations": true, | 201 "allow_subannotations": true, |
| 202 "cmd": [ | 202 "cmd": [ |
| 203 "python", | 203 "python", |
| 204 "-u", | 204 "-u", |
| 205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 206 "--src-dir", | 206 "--src-dir", |
| 207 "[SLAVE_BUILD]/v8", | 207 "[SLAVE_BUILD]/v8", |
| 208 "--output-json", | 208 "--output-json", |
| 209 "/path/to/tmp/json" | 209 "/path/to/tmp/json" |
| 210 ], | 210 ], |
| (...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 "~followup_annotations": [ | 795 "~followup_annotations": [ |
| 796 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" | 796 "@@@STEP_TEXT@V8 Linux ASAN arm - debug builder<br />V8 Linux ASAN mipsel
- debug builder<br />V8 Linux64 ASAN - debug builder<br />V8 Linux64 ASAN arm64
- debug builder<br />V8 Linux64 ASAN no inline - release builder@@@" |
| 797 ] | 797 ] |
| 798 }, | 798 }, |
| 799 { | 799 { |
| 800 "name": "$result", | 800 "name": "$result", |
| 801 "recipe_result": null, | 801 "recipe_result": null, |
| 802 "status_code": 0 | 802 "status_code": 0 |
| 803 } | 803 } |
| 804 ] | 804 ] |
| OLD | NEW |