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 "Win64 Release (Clang)", | 10 "Win64 Release (Clang)", |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 "--src-dir", | 98 "--src-dir", |
99 "[SLAVE_BUILD]\\src", | 99 "[SLAVE_BUILD]\\src", |
100 "--goma-cache-dir", | 100 "--goma-cache-dir", |
101 "[GOMA_CACHE]", | 101 "[GOMA_CACHE]", |
102 "--build-tool", | 102 "--build-tool", |
103 "ninja", | 103 "ninja", |
104 "--compiler", | 104 "--compiler", |
105 "goma-clang", | 105 "goma-clang", |
106 "--goma-jsonstatus", | 106 "--goma-jsonstatus", |
107 "/path/to/tmp/json", | 107 "/path/to/tmp/json", |
108 "--goma-service-account-json-file", | |
109 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
110 "--goma-dir", | 108 "--goma-dir", |
111 "[BUILD]\\goma", | 109 "[BUILD]\\goma", |
112 "--", | 110 "--", |
113 "All" | 111 "All" |
114 ], | 112 ], |
115 "cwd": "[SLAVE_BUILD]", | 113 "cwd": "[SLAVE_BUILD]", |
116 "name": "compile", | 114 "name": "compile", |
117 "~followup_annotations": [ | 115 "~followup_annotations": [ |
118 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 116 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
119 "@@@STEP_LOG_END@json.output (invalid)@@@" | 117 "@@@STEP_LOG_END@json.output (invalid)@@@" |
(...skipping 17 matching lines...) Expand all Loading... |
137 ], | 135 ], |
138 "cwd": "[SLAVE_BUILD]", | 136 "cwd": "[SLAVE_BUILD]", |
139 "name": "libyuv_unittest" | 137 "name": "libyuv_unittest" |
140 }, | 138 }, |
141 { | 139 { |
142 "name": "$result", | 140 "name": "$result", |
143 "recipe_result": null, | 141 "recipe_result": null, |
144 "status_code": 0 | 142 "status_code": 0 |
145 } | 143 } |
146 ] | 144 ] |
OLD | NEW |