| 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 "tryserver.v8", | 8 "tryserver.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "v8_linux_arm_dbg", | 10 "v8_linux_arm_dbg", |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/ci
pd/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_
dchecks=1 v8_optimized_debug=1 v8_target_arch=arm", | 150 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]/ci
pd/goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1 v8_enable_slow_
dchecks=1 v8_optimized_debug=1 v8_target_arch=arm", |
| 151 "GYP_GENERATORS": "ninja", | 151 "GYP_GENERATORS": "ninja", |
| 152 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 152 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 153 }, | 153 }, |
| 154 "name": "gclient runhooks" | 154 "name": "gclient runhooks" |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 "cmd": [ | 157 "cmd": [ |
| 158 "python", | 158 "python", |
| 159 "-u", | 159 "-u", |
| 160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 161 "--show-path", |
| 162 "python", |
| 163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 164 ], |
| 165 "name": "cleanup_temp" |
| 166 }, |
| 167 { |
| 168 "cmd": [ |
| 169 "python", |
| 170 "-u", |
| 160 "[DEPOT_TOOLS]/gn.py", | 171 "[DEPOT_TOOLS]/gn.py", |
| 161 "--root=[SLAVE_BUILD]/v8", | 172 "--root=[SLAVE_BUILD]/v8", |
| 162 "gen", | 173 "gen", |
| 163 "[TMP_BASE]/v8_gn_tmp_1", | 174 "[TMP_BASE]/v8_gn_tmp_1", |
| 164 "--args=is_debug=true target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]/
cipd/goma\"" | 175 "--args=is_debug=true target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]/
cipd/goma\"" |
| 165 ], | 176 ], |
| 166 "name": "gn" | 177 "name": "gn" |
| 167 }, | 178 }, |
| 168 { | 179 { |
| 169 "cmd": [ | 180 "cmd": [ |
| (...skipping 16 matching lines...) Expand all Loading... |
| 186 ], | 197 ], |
| 187 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", | 198 "name": "rmtree [TMP_BASE]/v8_gn_tmp_1", |
| 188 "~followup_annotations": [ | 199 "~followup_annotations": [ |
| 189 "@@@STEP_LOG_LINE@python.inline@@@@", | 200 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 190 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", | 201 "@@@STEP_LOG_LINE@python.inline@import shutil, sys@@@", |
| 191 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", | 202 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1])@@@", |
| 192 "@@@STEP_LOG_END@python.inline@@@" | 203 "@@@STEP_LOG_END@python.inline@@@" |
| 193 ] | 204 ] |
| 194 }, | 205 }, |
| 195 { | 206 { |
| 196 "cmd": [ | |
| 197 "python", | |
| 198 "-u", | |
| 199 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 200 "--show-path", | |
| 201 "python", | |
| 202 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | |
| 203 ], | |
| 204 "name": "cleanup_temp" | |
| 205 }, | |
| 206 { | |
| 207 "allow_subannotations": true, | 207 "allow_subannotations": true, |
| 208 "cmd": [ | 208 "cmd": [ |
| 209 "python", | 209 "python", |
| 210 "-u", | 210 "-u", |
| 211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 212 "--src-dir", | 212 "--src-dir", |
| 213 "[SLAVE_BUILD]/v8", | 213 "[SLAVE_BUILD]/v8", |
| 214 "--output-json", | 214 "--output-json", |
| 215 "/path/to/tmp/json" | 215 "/path/to/tmp/json" |
| 216 ], | 216 ], |
| (...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1308 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1308 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1309 "@@@STEP_LOG_END@durations@@@" | 1309 "@@@STEP_LOG_END@durations@@@" |
| 1310 ] | 1310 ] |
| 1311 }, | 1311 }, |
| 1312 { | 1312 { |
| 1313 "name": "$result", | 1313 "name": "$result", |
| 1314 "recipe_result": null, | 1314 "recipe_result": null, |
| 1315 "status_code": 0 | 1315 "status_code": 0 |
| 1316 } | 1316 } |
| 1317 ] | 1317 ] |
| OLD | NEW |