| 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.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_clobber_rel_ng", | 10 "linux_chromium_clobber_rel_ng", |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 "-m", | 264 "-m", |
| 265 "tryserver.chromium.linux", | 265 "tryserver.chromium.linux", |
| 266 "-b", | 266 "-b", |
| 267 "linux_chromium_clobber_rel_ng", | 267 "linux_chromium_clobber_rel_ng", |
| 268 "-v", | 268 "-v", |
| 269 "//out/Release", | 269 "//out/Release", |
| 270 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": []}", | 270 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": []}", |
| 271 "/path/to/tmp/json" | 271 "/path/to/tmp/json" |
| 272 ], | 272 ], |
| 273 "cwd": "[SLAVE_BUILD]", | 273 "cwd": "[SLAVE_BUILD]", |
| 274 "env": { |
| 275 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 276 }, |
| 274 "name": "analyze", | 277 "name": "analyze", |
| 275 "~followup_annotations": [ | 278 "~followup_annotations": [ |
| 276 "@@@STEP_LOG_LINE@json.output@{@@@", | 279 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", | 280 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", | 281 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", |
| 279 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@", | 282 "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@", |
| 280 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 283 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 281 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| 282 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@}@@@", | 286 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "tryserver.chromium.linux", | 323 "tryserver.chromium.linux", |
| 321 "-b", | 324 "-b", |
| 322 "linux_chromium_clobber_rel_ng", | 325 "linux_chromium_clobber_rel_ng", |
| 323 "--config-file", | 326 "--config-file", |
| 324 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 327 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 325 "--goma-dir", | 328 "--goma-dir", |
| 326 "[CACHE]/cipd/goma", | 329 "[CACHE]/cipd/goma", |
| 327 "//out/Release" | 330 "//out/Release" |
| 328 ], | 331 ], |
| 329 "cwd": "[SLAVE_BUILD]", | 332 "cwd": "[SLAVE_BUILD]", |
| 333 "env": { |
| 334 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 335 }, |
| 330 "name": "generate_build_files (with patch)" | 336 "name": "generate_build_files (with patch)" |
| 331 }, | 337 }, |
| 332 { | 338 { |
| 333 "cmd": [ | 339 "cmd": [ |
| 334 "python", | 340 "python", |
| 335 "-u", | 341 "-u", |
| 336 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 342 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 337 "--show-path", | 343 "--show-path", |
| 338 "python", | 344 "python", |
| 339 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 345 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 ], | 389 ], |
| 384 "cwd": "[SLAVE_BUILD]", | 390 "cwd": "[SLAVE_BUILD]", |
| 385 "name": "mark: before_tests" | 391 "name": "mark: before_tests" |
| 386 }, | 392 }, |
| 387 { | 393 { |
| 388 "name": "$result", | 394 "name": "$result", |
| 389 "recipe_result": null, | 395 "recipe_result": null, |
| 390 "status_code": 0 | 396 "status_code": 0 |
| 391 } | 397 } |
| 392 ] | 398 ] |
| OLD | NEW |