| 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 "tryserver.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux", | 10 "linux", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 "--src-dir", | 62 "--src-dir", |
| 63 "[SLAVE_BUILD]/src", | 63 "[SLAVE_BUILD]/src", |
| 64 "--build-tool", | 64 "--build-tool", |
| 65 "ninja", | 65 "ninja", |
| 66 "--compiler", | 66 "--compiler", |
| 67 "goma", | 67 "goma", |
| 68 "--goma-dir", | 68 "--goma-dir", |
| 69 "[BUILD]/goma", | 69 "[BUILD]/goma", |
| 70 "--goma-fail-fast", | 70 "--goma-fail-fast", |
| 71 "--goma-disable-local-fallback", | 71 "--goma-disable-local-fallback", |
| 72 "--ninja-ensure-up-to-date", |
| 72 "--", | 73 "--", |
| 73 "All" | 74 "All" |
| 74 ], | 75 ], |
| 75 "cwd": "[SLAVE_BUILD]", | 76 "cwd": "[SLAVE_BUILD]", |
| 76 "name": "compile" | 77 "name": "compile" |
| 77 }, | 78 }, |
| 78 { | 79 { |
| 79 "cmd": [ | 80 "cmd": [ |
| 80 "python", | 81 "python", |
| 81 "-u", | 82 "-u", |
| 82 "[BUILD]/scripts/slave/runtest.py", | 83 "[BUILD]/scripts/slave/runtest.py", |
| 83 "--target", | 84 "--target", |
| 84 "Debug", | 85 "Debug", |
| 85 "--no-xvfb", | 86 "--no-xvfb", |
| 86 "--factory-properties", | 87 "--factory-properties", |
| 87 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\":
\"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyu
v/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 88 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\":
\"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyu
v/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 88 "--build-properties", | 89 "--build-properties", |
| 89 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\":
\"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyu
v/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 90 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux\", \"mastername\":
\"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"libyu
v/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", |
| 90 "--step-name=libyuv_unittest", | 91 "--step-name=libyuv_unittest", |
| 91 "--builder-name=linux", | 92 "--builder-name=linux", |
| 92 "--slave-name=slavename", | 93 "--slave-name=slavename", |
| 93 "libyuv_unittest" | 94 "libyuv_unittest" |
| 94 ], | 95 ], |
| 95 "cwd": "[SLAVE_BUILD]", | 96 "cwd": "[SLAVE_BUILD]", |
| 96 "name": "libyuv_unittest" | 97 "name": "libyuv_unittest" |
| 97 } | 98 } |
| 98 ] | 99 ] |
| OLD | NEW |