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