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

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

Issue 2260733002: Use files in path['checkout'] not resource. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: updated *.json Created 4 years, 3 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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "name": "compile", 330 "name": "compile",
331 "~followup_annotations": [ 331 "~followup_annotations": [
332 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 332 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
333 "@@@STEP_LOG_END@json.output (invalid)@@@" 333 "@@@STEP_LOG_END@json.output (invalid)@@@"
334 ] 334 ]
335 }, 335 },
336 { 336 {
337 "cmd": [ 337 "cmd": [
338 "python", 338 "python",
339 "-u", 339 "-u",
340 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 340 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src\\tools\\determinism\\remove_bui ld_metadata.py",
341 "--build-dir", 341 "--build-dir",
342 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src\\out\\Release", 342 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src\\out\\Release"
343 "--src-dir",
344 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src"
345 ], 343 ],
346 "cwd": "[SLAVE_BUILD]", 344 "cwd": "[SLAVE_BUILD]",
347 "name": "remove_build_metadata" 345 "name": "remove_build_metadata"
348 }, 346 },
349 { 347 {
350 "cmd": [ 348 "cmd": [
351 "python", 349 "python",
352 "-u", 350 "-u",
353 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 351 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
354 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src\\tools\\swarming_client", 352 "[BUILDER_CACHE]\\Win_Builder__ANGLE_\\src\\tools\\swarming_client",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 "~followup_annotations": [ 421 "~followup_annotations": [
424 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" 422 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@"
425 ] 423 ]
426 }, 424 },
427 { 425 {
428 "name": "$result", 426 "name": "$result",
429 "recipe_result": null, 427 "recipe_result": null,
430 "status_code": 0 428 "status_code": 0
431 } 429 }
432 ] 430 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698