| 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.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_cfi_rel_ng", | 10 "linux_chromium_cfi_rel_ng", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 }, | 96 }, |
| 97 { | 97 { |
| 98 "cmd": [ | 98 "cmd": [ |
| 99 "python", | 99 "python", |
| 100 "-u", | 100 "-u", |
| 101 "[DEPOT_TOOLS]/gclient.py", | 101 "[DEPOT_TOOLS]/gclient.py", |
| 102 "runhooks" | 102 "runhooks" |
| 103 ], | 103 ], |
| 104 "cwd": "[SLAVE_BUILD]", | 104 "cwd": "[SLAVE_BUILD]", |
| 105 "env": { | 105 "env": { |
| 106 "GYP_CHROMIUM_NO_ACTION": "1", |
| 106 "GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library dcheck_always_
on=1 fastbuild=1 target_arch=x64", | 107 "GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library dcheck_always_
on=1 fastbuild=1 target_arch=x64", |
| 107 "GYP_LINK_CONCURRENCY": "8" | 108 "GYP_LINK_CONCURRENCY": "8" |
| 108 }, | 109 }, |
| 109 "name": "gclient runhooks (with patch)" | 110 "name": "gclient runhooks (with patch)" |
| 110 }, | 111 }, |
| 111 { | 112 { |
| 112 "cmd": [ | 113 "cmd": [ |
| 113 "python", | 114 "python", |
| 114 "-u", | 115 "-u", |
| 115 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 116 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 195 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 195 "@@@STEP_LOG_LINE@json.output@ }@@@", | 196 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 196 "@@@STEP_LOG_LINE@json.output@}@@@", | 197 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 197 "@@@STEP_LOG_END@json.output@@@" | 198 "@@@STEP_LOG_END@json.output@@@" |
| 198 ] | 199 ] |
| 199 }, | 200 }, |
| 200 { | 201 { |
| 201 "cmd": [ | 202 "cmd": [ |
| 202 "python", | 203 "python", |
| 203 "-u", | 204 "-u", |
| 204 "[SLAVE_BUILD]/src/build/gyp_chromium", | 205 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 205 "--analyzer", | 206 "analyze", |
| 207 "-m", |
| 208 "tryserver.chromium.linux", |
| 209 "-b", |
| 210 "linux_chromium_cfi_rel_ng", |
| 211 "-v", |
| 212 "//out/Release", |
| 206 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": []}", | 213 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": []}", |
| 207 "/path/to/tmp/json" | 214 "/path/to/tmp/json" |
| 208 ], | 215 ], |
| 209 "cwd": "[SLAVE_BUILD]", | 216 "cwd": "[SLAVE_BUILD]", |
| 210 "env": { | |
| 211 "GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library dcheck_always_
on=1 fastbuild=1 target_arch=x64", | |
| 212 "GYP_LINK_CONCURRENCY": "8" | |
| 213 }, | |
| 214 "name": "analyze", | 217 "name": "analyze", |
| 215 "~followup_annotations": [ | 218 "~followup_annotations": [ |
| 216 "@@@STEP_TEXT@No compile necessary@@@", | 219 "@@@STEP_TEXT@No compile necessary@@@", |
| 217 "@@@STEP_LOG_LINE@json.output@{@@@", | 220 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 218 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 221 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
| 219 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 222 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 220 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 223 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| 221 "@@@STEP_LOG_LINE@json.output@}@@@", | 224 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 222 "@@@STEP_LOG_END@json.output@@@", | 225 "@@@STEP_LOG_END@json.output@@@", |
| 223 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 226 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 224 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", | 227 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", |
| 225 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", | 228 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", |
| 226 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", | 229 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", |
| 227 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 230 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
| 228 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", | 231 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", |
| 229 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 232 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
| 230 "@@@STEP_LOG_END@analyze_details@@@" | 233 "@@@STEP_LOG_END@analyze_details@@@" |
| 231 ] | 234 ] |
| 232 }, | 235 }, |
| 233 { | 236 { |
| 234 "name": "$result", | 237 "name": "$result", |
| 235 "recipe_result": null, | 238 "recipe_result": null, |
| 236 "status_code": 0 | 239 "status_code": 0 |
| 237 } | 240 } |
| 238 ] | 241 ] |
| OLD | NEW |