| 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 "chromeos_amd64-generic_chromium_compile_only_ng", | 10 "chromeos_amd64-generic_chromium_compile_only_ng", |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 "-m", | 283 "-m", |
| 284 "tryserver.chromium.linux", | 284 "tryserver.chromium.linux", |
| 285 "-b", | 285 "-b", |
| 286 "chromeos_amd64-generic_chromium_compile_only_ng", | 286 "chromeos_amd64-generic_chromium_compile_only_ng", |
| 287 "-v", | 287 "-v", |
| 288 "//out/Release", | 288 "//out/Release", |
| 289 "{\"additional_compile_targets\": [\"chromiumos_preflight\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", | 289 "{\"additional_compile_targets\": [\"chromiumos_preflight\"], \"files\": [
\"foo.cc\"], \"test_targets\": []}", |
| 290 "/path/to/tmp/json" | 290 "/path/to/tmp/json" |
| 291 ], | 291 ], |
| 292 "cwd": "[SLAVE_BUILD]", | 292 "cwd": "[SLAVE_BUILD]", |
| 293 "env": { |
| 294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 295 }, |
| 293 "name": "analyze", | 296 "name": "analyze", |
| 294 "~followup_annotations": [ | 297 "~followup_annotations": [ |
| 295 "@@@STEP_TEXT@No compile necessary@@@", | 298 "@@@STEP_TEXT@No compile necessary@@@", |
| 296 "@@@STEP_LOG_LINE@json.output@{@@@", | 299 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 300 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 301 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 302 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@}@@@", | 303 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 301 "@@@STEP_LOG_END@json.output@@@", | 304 "@@@STEP_LOG_END@json.output@@@", |
| 302 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 305 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 319 ], | 322 ], |
| 320 "cwd": "[SLAVE_BUILD]", | 323 "cwd": "[SLAVE_BUILD]", |
| 321 "name": "mark: before_tests" | 324 "name": "mark: before_tests" |
| 322 }, | 325 }, |
| 323 { | 326 { |
| 324 "name": "$result", | 327 "name": "$result", |
| 325 "recipe_result": null, | 328 "recipe_result": null, |
| 326 "status_code": 0 | 329 "status_code": 0 |
| 327 } | 330 } |
| 328 ] | 331 ] |
| OLD | NEW |