| 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 "Linux64 Debug", | 10 "Linux64 Debug", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 "--target", | 58 "--target", |
| 59 "Debug", | 59 "Debug", |
| 60 "--src-dir", | 60 "--src-dir", |
| 61 "[SLAVE_BUILD]/src", | 61 "[SLAVE_BUILD]/src", |
| 62 "--build-tool", | 62 "--build-tool", |
| 63 "ninja", | 63 "ninja", |
| 64 "--compiler", | 64 "--compiler", |
| 65 "goma", | 65 "goma", |
| 66 "--goma-dir", | 66 "--goma-dir", |
| 67 "[BUILD]/goma", | 67 "[BUILD]/goma", |
| 68 "--ninja-ensure-up-to-date", |
| 68 "--", | 69 "--", |
| 69 "All" | 70 "All" |
| 70 ], | 71 ], |
| 71 "cwd": "[SLAVE_BUILD]", | 72 "cwd": "[SLAVE_BUILD]", |
| 72 "name": "compile" | 73 "name": "compile" |
| 73 }, | 74 }, |
| 74 { | 75 { |
| 75 "cmd": [ | 76 "cmd": [ |
| 76 "python", | 77 "python", |
| 77 "-u", | 78 "-u", |
| 78 "[BUILD]/scripts/slave/runtest.py", | 79 "[BUILD]/scripts/slave/runtest.py", |
| 79 "--target", | 80 "--target", |
| 80 "Debug", | 81 "Debug", |
| 81 "--no-xvfb", | 82 "--no-xvfb", |
| 82 "--factory-properties", | 83 "--factory-properties", |
| 83 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"maste
rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345
\", \"slavename\": \"slavename\"}", | 84 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"maste
rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345
\", \"slavename\": \"slavename\"}", |
| 84 "--build-properties", | 85 "--build-properties", |
| 85 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"maste
rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345
\", \"slavename\": \"slavename\"}", | 86 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"maste
rname\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"12345
\", \"slavename\": \"slavename\"}", |
| 86 "--step-name=libyuv_unittest", | 87 "--step-name=libyuv_unittest", |
| 87 "--builder-name=Linux64 Debug", | 88 "--builder-name=Linux64 Debug", |
| 88 "--slave-name=slavename", | 89 "--slave-name=slavename", |
| 89 "libyuv_unittest" | 90 "libyuv_unittest" |
| 90 ], | 91 ], |
| 91 "cwd": "[SLAVE_BUILD]", | 92 "cwd": "[SLAVE_BUILD]", |
| 92 "name": "libyuv_unittest" | 93 "name": "libyuv_unittest" |
| 93 } | 94 } |
| 94 ] | 95 ] |
| OLD | NEW |