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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 "[DEPOT_TOOLS]/gn.py", | 133 "[DEPOT_TOOLS]/gn.py", |
134 "--root=[SLAVE_BUILD]/v8", | 134 "--root=[SLAVE_BUILD]/v8", |
135 "gen", | 135 "gen", |
136 "[TMP_BASE]/v8_gn_tmp_1", | 136 "[TMP_BASE]/v8_gn_tmp_1", |
137 "--args=use_sysroot=false icu_use_data_file = false v8_test_isolation_mode
= \"prepare\" is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE
]/cipd/goma\"" | 137 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"[CACHE]
/cipd/goma\"" |
138 ], | 138 ], |
139 "name": "gn" | 139 "name": "gn" |
140 }, | 140 }, |
141 { | 141 { |
142 "cmd": [ | 142 "cmd": [ |
143 "python", | 143 "python", |
144 "-u", | 144 "-u", |
145 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 145 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
146 "[TMP_BASE]/v8_gn_tmp_1", | 146 "[TMP_BASE]/v8_gn_tmp_1", |
147 "[SLAVE_BUILD]/v8/out/Release", | 147 "[SLAVE_BUILD]/v8/out/Release", |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 401 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
402 "@@@STEP_LOG_END@durations@@@" | 402 "@@@STEP_LOG_END@durations@@@" |
403 ] | 403 ] |
404 }, | 404 }, |
405 { | 405 { |
406 "name": "$result", | 406 "name": "$result", |
407 "recipe_result": null, | 407 "recipe_result": null, |
408 "status_code": 0 | 408 "status_code": 0 |
409 } | 409 } |
410 ] | 410 ] |
OLD | NEW |