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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTWin_dbg_.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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "env": { 313 "env": {
314 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 314 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
315 "LLVM_FORCE_HEAD_REVISION": "YES" 315 "LLVM_FORCE_HEAD_REVISION": "YES"
316 }, 316 },
317 "name": "compile" 317 "name": "compile"
318 }, 318 },
319 { 319 {
320 "cmd": [ 320 "cmd": [
321 "python", 321 "python",
322 "-u", 322 "-u",
323 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 323 "[BUILDER_CACHE]\\ClangToTWin_dbg_\\src\\tools\\determinism\\remove_build_ metadata.py",
324 "--build-dir", 324 "--build-dir",
325 "[BUILDER_CACHE]\\ClangToTWin_dbg_\\src\\out\\Debug", 325 "[BUILDER_CACHE]\\ClangToTWin_dbg_\\src\\out\\Debug"
326 "--src-dir",
327 "[BUILDER_CACHE]\\ClangToTWin_dbg_\\src"
328 ], 326 ],
329 "cwd": "[SLAVE_BUILD]", 327 "cwd": "[SLAVE_BUILD]",
330 "name": "remove_build_metadata" 328 "name": "remove_build_metadata"
331 }, 329 },
332 { 330 {
333 "cmd": [ 331 "cmd": [
334 "python", 332 "python",
335 "-u", 333 "-u",
336 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 334 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
337 "[BUILDER_CACHE]\\ClangToTWin_dbg_\\src\\tools\\swarming_client", 335 "[BUILDER_CACHE]\\ClangToTWin_dbg_\\src\\tools\\swarming_client",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 "LLVM_FORCE_HEAD_REVISION": "YES" 455 "LLVM_FORCE_HEAD_REVISION": "YES"
458 }, 456 },
459 "name": "process_dumps" 457 "name": "process_dumps"
460 }, 458 },
461 { 459 {
462 "name": "$result", 460 "name": "$result",
463 "recipe_result": null, 461 "recipe_result": null,
464 "status_code": 0 462 "status_code": 0
465 } 463 }
466 ] 464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698