| 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 Mac64 - xcode", | 10 "V8 Mac64 - xcode", |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 "-m", | 178 "-m", |
| 179 "client.v8", | 179 "client.v8", |
| 180 "-b", | 180 "-b", |
| 181 "V8 Mac64 - xcode", | 181 "V8 Mac64 - xcode", |
| 182 "--config-file", | 182 "--config-file", |
| 183 "[mb config]", | 183 "[mb config]", |
| 184 "--goma-dir", | 184 "--goma-dir", |
| 185 "[CACHE]/cipd/goma", | 185 "[CACHE]/cipd/goma", |
| 186 "[SLAVE_BUILD]/v8/out/gn" | 186 "[SLAVE_BUILD]/v8/out/gn" |
| 187 ], | 187 ], |
| 188 "cwd": "[SLAVE_BUILD]/v8", |
| 188 "env": { | 189 "env": { |
| 189 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 190 }, | 191 }, |
| 191 "name": "generate_build_files with gn (fyi)" | 192 "name": "generate_build_files with gn (fyi)" |
| 192 }, | 193 }, |
| 193 { | 194 { |
| 194 "cmd": [ | 195 "cmd": [ |
| 195 "python", | 196 "python", |
| 196 "-u", | 197 "-u", |
| 197 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", | 198 "[SLAVE_BUILD]/v8/tools/gyp_flag_compare.py", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 270 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 270 "@@@STEP_LOG_END@json.output (invalid)@@@" | 271 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 271 ] | 272 ] |
| 272 }, | 273 }, |
| 273 { | 274 { |
| 274 "name": "$result", | 275 "name": "$result", |
| 275 "recipe_result": null, | 276 "recipe_result": null, |
| 276 "status_code": 0 | 277 "status_code": 0 |
| 277 } | 278 } |
| 278 ] | 279 ] |
| OLD | NEW |