| 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_gcc_rel", | 10 "v8_linux_gcc_rel", |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "--show-path", | 85 "--show-path", |
| 86 "python", | 86 "python", |
| 87 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 87 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 88 ], | 88 ], |
| 89 "name": "cleanup_temp" | 89 "name": "cleanup_temp" |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 "cmd": [ | 92 "cmd": [ |
| 93 "python", | 93 "python", |
| 94 "-u", | 94 "-u", |
| 95 "[DEPOT_TOOLS]/gn.py", | 95 "RECIPE_MODULE[build::v8]/resources/patch_mb_config.py", |
| 96 "--root=[SLAVE_BUILD]/v8", | 96 "[SLAVE_BUILD]/v8/infra/mb/mb_config.pyl", |
| 97 "gen", | 97 "/path/to/tmp/" |
| 98 "[TMP_BASE]/v8_gn_tmp_1", | |
| 99 "--args=is_debug=false target_cpu=\"x86\" use_goma=true goma_dir=\"None\"" | |
| 100 ], | 98 ], |
| 101 "name": "gn" | 99 "name": "patch mb config (fyi)" |
| 102 }, | 100 }, |
| 103 { | 101 { |
| 104 "cmd": [ | 102 "cmd": [ |
| 103 "python", |
| 104 "-u", |
| 105 "[SLAVE_BUILD]/v8/tools/mb/mb.py", |
| 106 "gen", |
| 107 "-m", |
| 108 "tryserver.v8", |
| 109 "-b", |
| 110 "v8_linux_gcc_rel", |
| 111 "--config-file", |
| 112 "[mb config]", |
| 113 "[TMP_BASE]/v8_gn_tmp_1" |
| 114 ], |
| 115 "env": { |
| 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 117 }, |
| 118 "name": "generate_build_files with gn (fyi)" |
| 119 }, |
| 120 { |
| 121 "cmd": [ |
| 105 "python", | 122 "python", |
| 106 "-u", | 123 "-u", |
| 107 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 124 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| 108 "[TMP_BASE]/v8_gn_tmp_1", | 125 "[TMP_BASE]/v8_gn_tmp_1", |
| 109 "[SLAVE_BUILD]/v8/out/Release", | 126 "[SLAVE_BUILD]/v8/out/Release", |
| 110 "all", | 127 "all", |
| 111 "all" | 128 "all" |
| 112 ], | 129 ], |
| 113 "name": "compare build flags (fyi)" | 130 "name": "compare build flags (fyi)" |
| 114 }, | 131 }, |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 212 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 196 "@@@STEP_LOG_END@durations@@@" | 213 "@@@STEP_LOG_END@durations@@@" |
| 197 ] | 214 ] |
| 198 }, | 215 }, |
| 199 { | 216 { |
| 200 "name": "$result", | 217 "name": "$result", |
| 201 "recipe_result": null, | 218 "recipe_result": null, |
| 202 "status_code": 0 | 219 "status_code": 0 |
| 203 } | 220 } |
| 204 ] | 221 ] |
| OLD | NEW |