| 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 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Chromium Mac 10.11", | 10 "Chromium Mac 10.11", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 "cmd": [ | 92 "cmd": [ |
| 93 "python", | 93 "python", |
| 94 "-u", | 94 "-u", |
| 95 "[DEPOT_TOOLS]/gclient.py", | 95 "[DEPOT_TOOLS]/gclient.py", |
| 96 "runhooks" | 96 "runhooks" |
| 97 ], | 97 ], |
| 98 "cwd": "[SLAVE_BUILD]", | 98 "cwd": "[SLAVE_BUILD]", |
| 99 "env": { | 99 "env": { |
| 100 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ma
c_sdk_min=10.10 target_arch=x64 use_goma=1" | 100 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' ta
rget_arch=x64 use_goma=1" |
| 101 }, | 101 }, |
| 102 "name": "gclient runhooks" | 102 "name": "gclient runhooks" |
| 103 }, | 103 }, |
| 104 { | 104 { |
| 105 "cmd": [ | 105 "cmd": [ |
| 106 "python", | 106 "python", |
| 107 "-u", | 107 "-u", |
| 108 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 108 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 109 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 109 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 110 "/path/to/tmp/json" | 110 "/path/to/tmp/json" |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 195 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 196 "@@@STEP_LOG_END@json.output (invalid)@@@" | 196 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 197 ] | 197 ] |
| 198 }, | 198 }, |
| 199 { | 199 { |
| 200 "name": "$result", | 200 "name": "$result", |
| 201 "recipe_result": null, | 201 "recipe_result": null, |
| 202 "status_code": 0 | 202 "status_code": 0 |
| 203 } | 203 } |
| 204 ] | 204 ] |
| OLD | NEW |