| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_gn", | 10 "linux_gn", |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "all" | 107 "all" |
| 108 ], | 108 ], |
| 109 "cwd": "[SLAVE_BUILD]", | 109 "cwd": "[SLAVE_BUILD]", |
| 110 "name": "compile", | 110 "name": "compile", |
| 111 "~followup_annotations": [ | 111 "~followup_annotations": [ |
| 112 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 112 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 113 "@@@STEP_LOG_END@json.output (invalid)@@@" | 113 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 114 ] | 114 ] |
| 115 }, | 115 }, |
| 116 { | 116 { |
| 117 "cmd": [ | |
| 118 "python", | |
| 119 "-u", | |
| 120 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 121 "--target", | |
| 122 "Debug", | |
| 123 "--no-xvfb", | |
| 124 "--factory-properties", | |
| 125 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux_gn\", \"mastername
\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"li
byuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | |
| 126 "--build-properties", | |
| 127 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"linux_gn\", \"mastername
\": \"tryserver.libyuv\", \"patch_url\": \"try_job_svn_patch\", \"recipe\": \"li
byuv/libyuv\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | |
| 128 "--step-name=libyuv_unittest", | |
| 129 "--builder-name=linux_gn", | |
| 130 "--slave-name=slavename", | |
| 131 "libyuv_unittest" | |
| 132 ], | |
| 133 "cwd": "[SLAVE_BUILD]", | |
| 134 "name": "libyuv_unittest" | |
| 135 }, | |
| 136 { | |
| 137 "name": "$result", | 117 "name": "$result", |
| 138 "recipe_result": null, | 118 "recipe_result": null, |
| 139 "status_code": 0 | 119 "status_code": 0 |
| 140 } | 120 } |
| 141 ] | 121 ] |
| OLD | NEW |