| 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 "client.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Win64 Debug (VS2012)", | 10 "Win64 Debug (VS2012)", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googles
ource.com/external/libyuv'}]", | 14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googles
ource.com/external/libyuv'}]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{}", | 18 "{}", |
| 19 "--output_json", | 19 "--output_json", |
| 20 "/path/to/tmp/json", | 20 "/path/to/tmp/json", |
| 21 "--revision", | 21 "--revision", |
| 22 "src@12345", | 22 "src@12345", |
| 23 "--force" | 23 "--force" |
| 24 ], | 24 ], |
| 25 "cwd": "[SLAVE_BUILD]", |
| 25 "name": "bot_update", | 26 "name": "bot_update", |
| 26 "~followup_annotations": [ | 27 "~followup_annotations": [ |
| 27 "@@@STEP_TEXT@Some step text@@@", | 28 "@@@STEP_TEXT@Some step text@@@", |
| 28 "@@@STEP_LOG_LINE@json.output@{@@@", | 29 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 30 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 31 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | 32 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", |
| 32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", | 33 "@@@STEP_LOG_LINE@json.output@ \"properties\": {}, @@@", |
| 33 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", |
| 34 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@}@@@", | 36 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 36 "@@@STEP_LOG_END@json.output@@@" | 37 "@@@STEP_LOG_END@json.output@@@" |
| 37 ] | 38 ] |
| 38 }, | 39 }, |
| 39 { | 40 { |
| 40 "cmd": [ | 41 "cmd": [ |
| 41 "python", | 42 "python", |
| 42 "-u", | 43 "-u", |
| 43 "[DEPOT_TOOLS]\\gclient.py", | 44 "[DEPOT_TOOLS]\\gclient.py", |
| 44 "runhooks" | 45 "runhooks" |
| 45 ], | 46 ], |
| 47 "cwd": "[SLAVE_BUILD]", |
| 46 "env": { | 48 "env": { |
| 47 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=x64 use_goma=1", | 49 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go
madir='[BUILD]\\goma' target_arch=x64 use_goma=1", |
| 48 "GYP_MSVS_VERSION": "2012" | 50 "GYP_MSVS_VERSION": "2012" |
| 49 }, | 51 }, |
| 50 "name": "gclient runhooks" | 52 "name": "gclient runhooks" |
| 51 }, | 53 }, |
| 52 { | 54 { |
| 53 "cmd": [ | 55 "cmd": [ |
| 54 "python", | 56 "python", |
| 55 "-u", | 57 "-u", |
| 56 "[BUILD]\\scripts\\slave\\compile.py", | 58 "[BUILD]\\scripts\\slave\\compile.py", |
| 57 "--target", | 59 "--target", |
| 58 "Debug_x64", | 60 "Debug_x64", |
| 59 "--src-dir", | 61 "--src-dir", |
| 60 "[SLAVE_BUILD]\\src", | 62 "[SLAVE_BUILD]\\src", |
| 61 "--build-tool", | 63 "--build-tool", |
| 62 "ninja", | 64 "ninja", |
| 63 "--compiler", | 65 "--compiler", |
| 64 "goma", | 66 "goma", |
| 65 "--goma-dir", | 67 "--goma-dir", |
| 66 "[BUILD]\\goma", | 68 "[BUILD]\\goma", |
| 67 "--", | 69 "--", |
| 68 "All" | 70 "All" |
| 69 ], | 71 ], |
| 72 "cwd": "[SLAVE_BUILD]", |
| 70 "name": "compile" | 73 "name": "compile" |
| 71 }, | 74 }, |
| 72 { | 75 { |
| 73 "cmd": [ | 76 "cmd": [ |
| 74 "python", | 77 "python", |
| 75 "-u", | 78 "-u", |
| 76 "[BUILD]\\scripts\\slave\\runtest.py", | 79 "[BUILD]\\scripts\\slave\\runtest.py", |
| 77 "--target", | 80 "--target", |
| 78 "Debug_x64", | 81 "Debug_x64", |
| 79 "--factory-properties", | 82 "--factory-properties", |
| 80 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win64 Debug (VS2012)\",
\"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\":
\"12345\", \"slavename\": \"slavename\"}", | 83 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win64 Debug (VS2012)\",
\"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\":
\"12345\", \"slavename\": \"slavename\"}", |
| 81 "--build-properties", | 84 "--build-properties", |
| 82 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win64 Debug (VS2012)\",
\"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\":
\"12345\", \"slavename\": \"slavename\"}", | 85 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win64 Debug (VS2012)\",
\"mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\":
\"12345\", \"slavename\": \"slavename\"}", |
| 83 "--builder-name=Win64 Debug (VS2012)", | 86 "--builder-name=Win64 Debug (VS2012)", |
| 84 "--slave-name=slavename", | 87 "--slave-name=slavename", |
| 85 "libyuv_unittest.exe" | 88 "libyuv_unittest.exe" |
| 86 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]", |
| 87 "name": "libyuv_unittest" | 91 "name": "libyuv_unittest" |
| 88 } | 92 } |
| 89 ] | 93 ] |
| OLD | NEW |