| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 { | 121 { |
| 122 "cmd": [ | 122 "cmd": [ |
| 123 "python", | 123 "python", |
| 124 "-u", | 124 "-u", |
| 125 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 125 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 126 "runhooks" | 126 "runhooks" |
| 127 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]\\src", | 128 "cwd": "[SLAVE_BUILD]\\src", |
| 129 "env": { | 129 "env": { |
| 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 130 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 131 "GYP_CHROMIUM_NO_ACTION": "1", |
| 131 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]\\cipd\\g
oma' target_arch=x64 use_goma=1", | 132 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]\\cipd\\g
oma' target_arch=x64 use_goma=1", |
| 132 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 133 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 133 }, | 134 }, |
| 134 "name": "gclient runhooks" | 135 "name": "gclient runhooks" |
| 135 }, | 136 }, |
| 136 { | 137 { |
| 138 "cmd": [ |
| 139 "python", |
| 140 "-u", |
| 141 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py", |
| 142 "--root=[SLAVE_BUILD]\\src", |
| 143 "gen", |
| 144 "//out/Release_x64", |
| 145 "--args=is_clang=true is_debug=false target_cpu=\"x64\" use_goma=true goma
_dir=\"[CACHE]\\cipd\\goma\"" |
| 146 ], |
| 147 "cwd": "[SLAVE_BUILD]\\src", |
| 148 "name": "gn" |
| 149 }, |
| 150 { |
| 137 "allow_subannotations": true, | 151 "allow_subannotations": true, |
| 138 "cmd": [ | 152 "cmd": [ |
| 139 "python", | 153 "python", |
| 140 "-u", | 154 "-u", |
| 141 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 155 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
| 142 "--src-dir", | 156 "--src-dir", |
| 143 "[SLAVE_BUILD]\\src", | 157 "[SLAVE_BUILD]\\src", |
| 144 "--output-json", | 158 "--output-json", |
| 145 "/path/to/tmp/json" | 159 "/path/to/tmp/json" |
| 146 ], | 160 ], |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 "--goma-deps-cache-file", | 196 "--goma-deps-cache-file", |
| 183 "Win64_Release__Clang_.gomadeps", | 197 "Win64_Release__Clang_.gomadeps", |
| 184 "--compiler", | 198 "--compiler", |
| 185 "goma-clang", | 199 "goma-clang", |
| 186 "--goma-jsonstatus", | 200 "--goma-jsonstatus", |
| 187 "/path/to/tmp/json", | 201 "/path/to/tmp/json", |
| 188 "--goma-service-account-json-file", | 202 "--goma-service-account-json-file", |
| 189 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 203 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 190 "--goma-dir", | 204 "--goma-dir", |
| 191 "[CACHE]\\cipd\\goma", | 205 "[CACHE]\\cipd\\goma", |
| 192 "--", | 206 "--" |
| 193 "All" | |
| 194 ], | 207 ], |
| 195 "env": { | 208 "env": { |
| 196 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 209 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 197 }, | 210 }, |
| 198 "name": "compile", | 211 "name": "compile", |
| 199 "~followup_annotations": [ | 212 "~followup_annotations": [ |
| 200 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 213 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 201 "@@@STEP_LOG_END@json.output (invalid)@@@" | 214 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 202 ] | 215 ] |
| 203 }, | 216 }, |
| (...skipping 15 matching lines...) Expand all Loading... |
| 219 "libyuv_unittest.exe" | 232 "libyuv_unittest.exe" |
| 220 ], | 233 ], |
| 221 "name": "libyuv_unittest" | 234 "name": "libyuv_unittest" |
| 222 }, | 235 }, |
| 223 { | 236 { |
| 224 "name": "$result", | 237 "name": "$result", |
| 225 "recipe_result": null, | 238 "recipe_result": null, |
| 226 "status_code": 0 | 239 "status_code": 0 |
| 227 } | 240 } |
| 228 ] | 241 ] |
| OLD | NEW |