| 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 (GN)", | 10 "Linux64 Debug (GN)", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 "--target", | 71 "--target", |
| 72 "Debug", | 72 "Debug", |
| 73 "--src-dir", | 73 "--src-dir", |
| 74 "[SLAVE_BUILD]/src", | 74 "[SLAVE_BUILD]/src", |
| 75 "--build-tool", | 75 "--build-tool", |
| 76 "ninja", | 76 "ninja", |
| 77 "--compiler", | 77 "--compiler", |
| 78 "goma", | 78 "goma", |
| 79 "--goma-dir", | 79 "--goma-dir", |
| 80 "[BUILD]/goma", | 80 "[BUILD]/goma", |
| 81 "--ninja-ensure-up-to-date", |
| 81 "--", | 82 "--", |
| 82 "all" | 83 "all" |
| 83 ], | 84 ], |
| 84 "cwd": "[SLAVE_BUILD]", | 85 "cwd": "[SLAVE_BUILD]", |
| 85 "name": "compile" | 86 "name": "compile" |
| 86 }, | 87 }, |
| 87 { | 88 { |
| 88 "cmd": [ | 89 "cmd": [ |
| 89 "python", | 90 "python", |
| 90 "-u", | 91 "-u", |
| 91 "[BUILD]/scripts/slave/runtest.py", | 92 "[BUILD]/scripts/slave/runtest.py", |
| 92 "--target", | 93 "--target", |
| 93 "Debug", | 94 "Debug", |
| 94 "--no-xvfb", | 95 "--no-xvfb", |
| 95 "--factory-properties", | 96 "--factory-properties", |
| 96 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug (GN)\", \"
mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"
12345\", \"slavename\": \"slavename\"}", | 97 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug (GN)\", \"
mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"
12345\", \"slavename\": \"slavename\"}", |
| 97 "--build-properties", | 98 "--build-properties", |
| 98 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug (GN)\", \"
mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"
12345\", \"slavename\": \"slavename\"}", | 99 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug (GN)\", \"
mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"
12345\", \"slavename\": \"slavename\"}", |
| 99 "--step-name=libyuv_unittest", | 100 "--step-name=libyuv_unittest", |
| 100 "--builder-name=Linux64 Debug (GN)", | 101 "--builder-name=Linux64 Debug (GN)", |
| 101 "--slave-name=slavename", | 102 "--slave-name=slavename", |
| 102 "libyuv_unittest" | 103 "libyuv_unittest" |
| 103 ], | 104 ], |
| 104 "cwd": "[SLAVE_BUILD]", | 105 "cwd": "[SLAVE_BUILD]", |
| 105 "name": "libyuv_unittest" | 106 "name": "libyuv_unittest" |
| 106 } | 107 } |
| 107 ] | 108 ] |
| OLD | NEW |