| 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 "client.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux64 Debug (GN)", | 10 "Linux64 Debug (GN)", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "all" | 103 "all" |
| 104 ], | 104 ], |
| 105 "cwd": "[SLAVE_BUILD]", | 105 "cwd": "[SLAVE_BUILD]", |
| 106 "name": "compile", | 106 "name": "compile", |
| 107 "~followup_annotations": [ | 107 "~followup_annotations": [ |
| 108 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 108 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 109 "@@@STEP_LOG_END@json.output (invalid)@@@" | 109 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 110 ] | 110 ] |
| 111 }, | 111 }, |
| 112 { | 112 { |
| 113 "cmd": [ | |
| 114 "python", | |
| 115 "-u", | |
| 116 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 117 "--target", | |
| 118 "Debug", | |
| 119 "--no-xvfb", | |
| 120 "--factory-properties", | |
| 121 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug (GN)\", \"
mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"
12345\", \"slavename\": \"slavename\"}", | |
| 122 "--build-properties", | |
| 123 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug (GN)\", \"
mastername\": \"client.libyuv\", \"recipe\": \"libyuv/libyuv\", \"revision\": \"
12345\", \"slavename\": \"slavename\"}", | |
| 124 "--step-name=libyuv_unittest", | |
| 125 "--builder-name=Linux64 Debug (GN)", | |
| 126 "--slave-name=slavename", | |
| 127 "libyuv_unittest" | |
| 128 ], | |
| 129 "cwd": "[SLAVE_BUILD]", | |
| 130 "name": "libyuv_unittest" | |
| 131 }, | |
| 132 { | |
| 133 "name": "$result", | 113 "name": "$result", |
| 134 "recipe_result": null, | 114 "recipe_result": null, |
| 135 "status_code": 0 | 115 "status_code": 0 |
| 136 } | 116 } |
| 137 ] | 117 ] |
| OLD | NEW |