| 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 - presubmit", | 10 "V8 Linux - presubmit", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 "name": "gclient runhooks" | 72 "name": "gclient runhooks" |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "cmd": [ | 75 "cmd": [ |
| 76 "python", | 76 "python", |
| 77 "-u", | 77 "-u", |
| 78 "[DEPOT_TOOLS]/gn.py", | 78 "[DEPOT_TOOLS]/gn.py", |
| 79 "--root=[SLAVE_BUILD]/v8", | 79 "--root=[SLAVE_BUILD]/v8", |
| 80 "gen", | 80 "gen", |
| 81 "[TMP_BASE]/v8_gn_tmp_1", | 81 "[TMP_BASE]/v8_gn_tmp_1", |
| 82 "--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=\"None\"
" | 82 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"None\"" |
| 83 ], | 83 ], |
| 84 "name": "gn" | 84 "name": "gn" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| 88 "python", | 88 "python", |
| 89 "-u", | 89 "-u", |
| 90 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 90 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 91 "[TMP_BASE]/v8_gn_tmp_1", | 91 "[TMP_BASE]/v8_gn_tmp_1", |
| 92 "[SLAVE_BUILD]/v8/out/Release", | 92 "[SLAVE_BUILD]/v8/out/Release", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 ], | 169 ], |
| 170 "cwd": "[SLAVE_BUILD]/v8", | 170 "cwd": "[SLAVE_BUILD]/v8", |
| 171 "name": "Presubmit" | 171 "name": "Presubmit" |
| 172 }, | 172 }, |
| 173 { | 173 { |
| 174 "name": "$result", | 174 "name": "$result", |
| 175 "recipe_result": null, | 175 "recipe_result": null, |
| 176 "status_code": 0 | 176 "status_code": 0 |
| 177 } | 177 } |
| 178 ] | 178 ] |
| OLD | NEW |