Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_angle_Win_Builder__ANGLE_.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 "-u", 185 "-u",
186 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 186 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
187 ], 187 ],
188 "cwd": "[SLAVE_BUILD]", 188 "cwd": "[SLAVE_BUILD]",
189 "name": "cleanup_temp" 189 "name": "cleanup_temp"
190 }, 190 },
191 { 191 {
192 "cmd": [ 192 "cmd": [
193 "python", 193 "python",
194 "-u", 194 "-u",
195 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", 195 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py",
196 "--build-dir", 196 "--build-dir",
197 "[SLAVE_BUILD]\\src\\out\\Release", 197 "[SLAVE_BUILD]\\src\\out\\Release",
198 "--clean-isolated-files" 198 "--clean-isolated-files"
199 ], 199 ],
200 "cwd": "[SLAVE_BUILD]", 200 "cwd": "[SLAVE_BUILD]",
201 "name": "clean isolated files" 201 "name": "clean isolated files"
202 }, 202 },
203 { 203 {
204 "cmd": [ 204 "cmd": [
205 "python", 205 "python",
(...skipping 20 matching lines...) Expand all
226 "name": "compile", 226 "name": "compile",
227 "~followup_annotations": [ 227 "~followup_annotations": [
228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 228 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
229 "@@@STEP_LOG_END@json.output (invalid)@@@" 229 "@@@STEP_LOG_END@json.output (invalid)@@@"
230 ] 230 ]
231 }, 231 },
232 { 232 {
233 "cmd": [ 233 "cmd": [
234 "python", 234 "python",
235 "-u", 235 "-u",
236 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", 236 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py",
237 "--build-dir", 237 "--build-dir",
238 "[SLAVE_BUILD]\\src\\out\\Release", 238 "[SLAVE_BUILD]\\src\\out\\Release",
239 "--src-dir", 239 "--src-dir",
240 "[SLAVE_BUILD]\\src" 240 "[SLAVE_BUILD]\\src"
241 ], 241 ],
242 "cwd": "[SLAVE_BUILD]", 242 "cwd": "[SLAVE_BUILD]",
243 "name": "remove_build_metadata" 243 "name": "remove_build_metadata"
244 }, 244 },
245 { 245 {
246 "cmd": [ 246 "cmd": [
247 "python", 247 "python",
248 "-u", 248 "-u",
249 "RECIPE_MODULE[isolate]\\resources\\isolate.py", 249 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py",
250 "[SLAVE_BUILD]\\src\\tools\\swarming_client", 250 "[SLAVE_BUILD]\\src\\tools\\swarming_client",
251 "batcharchive", 251 "batcharchive",
252 "--dump-json", 252 "--dump-json",
253 "/path/to/tmp/json", 253 "/path/to/tmp/json",
254 "--isolate-server", 254 "--isolate-server",
255 "https://isolateserver.appspot.com", 255 "https://isolateserver.appspot.com",
256 "--verbose", 256 "--verbose",
257 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" 257 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json"
258 ], 258 ],
259 "cwd": "[SLAVE_BUILD]", 259 "cwd": "[SLAVE_BUILD]",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "~followup_annotations": [ 311 "~followup_annotations": [
312 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" 312 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@"
313 ] 313 ]
314 }, 314 },
315 { 315 {
316 "name": "$result", 316 "name": "$result",
317 "recipe_result": null, 317 "recipe_result": null,
318 "status_code": 0 318 "status_code": 0
319 } 319 }
320 ] 320 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698