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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Win___WPTServe.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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "name": "compile", 357 "name": "compile",
358 "~followup_annotations": [ 358 "~followup_annotations": [
359 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 359 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
360 "@@@STEP_LOG_END@json.output (invalid)@@@" 360 "@@@STEP_LOG_END@json.output (invalid)@@@"
361 ] 361 ]
362 }, 362 },
363 { 363 {
364 "cmd": [ 364 "cmd": [
365 "python", 365 "python",
366 "-u", 366 "-u",
367 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 367 "[BUILDER_CACHE]\\WebKit_Win___WPTServe\\src\\tools\\determinism\\remove_b uild_metadata.py",
368 "--build-dir", 368 "--build-dir",
369 "[BUILDER_CACHE]\\WebKit_Win___WPTServe\\src\\out\\Release", 369 "[BUILDER_CACHE]\\WebKit_Win___WPTServe\\src\\out\\Release"
370 "--src-dir",
371 "[BUILDER_CACHE]\\WebKit_Win___WPTServe\\src"
372 ], 370 ],
373 "cwd": "[SLAVE_BUILD]", 371 "cwd": "[SLAVE_BUILD]",
374 "name": "remove_build_metadata" 372 "name": "remove_build_metadata"
375 }, 373 },
376 { 374 {
377 "cmd": [ 375 "cmd": [
378 "python", 376 "python",
379 "-u", 377 "-u",
380 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 378 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
381 "[BUILDER_CACHE]\\WebKit_Win___WPTServe\\src\\tools\\swarming_client", 379 "[BUILDER_CACHE]\\WebKit_Win___WPTServe\\src\\tools\\swarming_client",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 533 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
536 }, 534 },
537 "name": "process_dumps" 535 "name": "process_dumps"
538 }, 536 },
539 { 537 {
540 "name": "$result", 538 "name": "$result",
541 "recipe_result": null, 539 "recipe_result": null,
542 "status_code": 0 540 "status_code": 0
543 } 541 }
544 ] 542 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698