| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac_blink_rel", | 10 "mac_blink_rel", |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 }, | 114 }, |
| 115 { | 115 { |
| 116 "cmd": [ | 116 "cmd": [ |
| 117 "python", | 117 "python", |
| 118 "-u", | 118 "-u", |
| 119 "[DEPOT_TOOLS]/gclient.py", | 119 "[DEPOT_TOOLS]/gclient.py", |
| 120 "runhooks" | 120 "runhooks" |
| 121 ], | 121 ], |
| 122 "cwd": "[SLAVE_BUILD]", | 122 "cwd": "[SLAVE_BUILD]", |
| 123 "env": { | 123 "env": { |
| 124 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' mac_sdk_min=10.10 target_arch=x64 test_isolation_mo
de=prepare use_goma=1" | 124 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_gom
a=1" |
| 125 }, | 125 }, |
| 126 "name": "gclient runhooks (with patch)" | 126 "name": "gclient runhooks (with patch)" |
| 127 }, | 127 }, |
| 128 { | 128 { |
| 129 "cmd": [ | 129 "cmd": [ |
| 130 "python", | 130 "python", |
| 131 "-u", | 131 "-u", |
| 132 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 132 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 133 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", | 133 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", |
| 134 "/path/to/tmp/json" | 134 "/path/to/tmp/json" |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 "cmd": [ | 208 "cmd": [ |
| 209 "python", | 209 "python", |
| 210 "-u", | 210 "-u", |
| 211 "[SLAVE_BUILD]/src/build/gyp_chromium", | 211 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 212 "--analyzer", | 212 "--analyzer", |
| 213 "{\"files\": [\"v8/foo.cc\"], \"targets\": [\"blink_tests\"]}", | 213 "{\"files\": [\"v8/foo.cc\"], \"targets\": [\"blink_tests\"]}", |
| 214 "/path/to/tmp/json" | 214 "/path/to/tmp/json" |
| 215 ], | 215 ], |
| 216 "cwd": "[SLAVE_BUILD]", | 216 "cwd": "[SLAVE_BUILD]", |
| 217 "env": { | 217 "env": { |
| 218 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' mac_sdk_min=10.10 target_arch=x64 test_isolation_mo
de=prepare use_goma=1" | 218 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_gom
a=1" |
| 219 }, | 219 }, |
| 220 "name": "analyze", | 220 "name": "analyze", |
| 221 "~followup_annotations": [ | 221 "~followup_annotations": [ |
| 222 "@@@STEP_TEXT@No compile necessary@@@", | 222 "@@@STEP_TEXT@No compile necessary@@@", |
| 223 "@@@STEP_LOG_LINE@json.output@{@@@", | 223 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 224 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", | 224 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
| 225 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 225 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 226 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", | 226 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
| 227 "@@@STEP_LOG_LINE@json.output@}@@@", | 227 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 228 "@@@STEP_LOG_END@json.output@@@" | 228 "@@@STEP_LOG_END@json.output@@@" |
| 229 ] | 229 ] |
| 230 }, | 230 }, |
| 231 { | 231 { |
| 232 "name": "$result", | 232 "name": "$result", |
| 233 "recipe_result": null, | 233 "recipe_result": null, |
| 234 "status_code": 0 | 234 "status_code": 0 |
| 235 } | 235 } |
| 236 ] | 236 ] |
| OLD | NEW |