| 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 "Linux32 Debug", | 10 "Linux32 Debug", |
| 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": "component=shared_library gomadir='[BUILD]/goma' target_arc
h=ia32 use_goma=1" | 49 "GYP_DEFINES": "component=shared_library gomadir='[BUILD]/goma' target_arc
h=ia32 use_goma=1" |
| 48 }, | 50 }, |
| 49 "name": "gclient runhooks" | 51 "name": "gclient runhooks" |
| 50 }, | 52 }, |
| 51 { | 53 { |
| 52 "cmd": [ | 54 "cmd": [ |
| 53 "python", | 55 "python", |
| 54 "-u", | 56 "-u", |
| 55 "[BUILD]/scripts/slave/compile.py", | 57 "[BUILD]/scripts/slave/compile.py", |
| 56 "--target", | 58 "--target", |
| 57 "Debug", | 59 "Debug", |
| 58 "--src-dir", | 60 "--src-dir", |
| 59 "[SLAVE_BUILD]/src", | 61 "[SLAVE_BUILD]/src", |
| 60 "--build-tool", | 62 "--build-tool", |
| 61 "ninja", | 63 "ninja", |
| 62 "--compiler", | 64 "--compiler", |
| 63 "goma", | 65 "goma", |
| 64 "--goma-dir", | 66 "--goma-dir", |
| 65 "[BUILD]/goma", | 67 "[BUILD]/goma", |
| 66 "--", | 68 "--", |
| 67 "All" | 69 "All" |
| 68 ], | 70 ], |
| 71 "cwd": "[SLAVE_BUILD]", |
| 69 "name": "compile" | 72 "name": "compile" |
| 70 }, | 73 }, |
| 71 { | 74 { |
| 72 "cmd": [ | 75 "cmd": [ |
| 73 "python", | 76 "python", |
| 74 "-u", | 77 "-u", |
| 75 "[BUILD]/scripts/slave/runtest.py", | 78 "[BUILD]/scripts/slave/runtest.py", |
| 76 "--target", | 79 "--target", |
| 77 "Debug", | 80 "Debug", |
| 78 "--no-xvfb", | 81 "--no-xvfb", |
| 79 "--factory-properties", | 82 "--factory-properties", |
| 80 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"maste
rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345
\", \"slavename\": \"slavename\"}", | 83 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"maste
rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345
\", \"slavename\": \"slavename\"}", |
| 81 "--build-properties", | 84 "--build-properties", |
| 82 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"maste
rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345
\", \"slavename\": \"slavename\"}", | 85 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"maste
rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345
\", \"slavename\": \"slavename\"}", |
| 83 "--builder-name=Linux32 Debug", | 86 "--builder-name=Linux32 Debug", |
| 84 "--slave-name=slavename", | 87 "--slave-name=slavename", |
| 85 "libyuv_unittest" | 88 "libyuv_unittest" |
| 86 ], | 89 ], |
| 90 "cwd": "[SLAVE_BUILD]", |
| 87 "name": "libyuv_unittest" | 91 "name": "libyuv_unittest" |
| 88 } | 92 } |
| 89 ] | 93 ] |
| OLD | NEW |