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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTWin.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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "env": { 334 "env": {
335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
336 "LLVM_FORCE_HEAD_REVISION": "YES" 336 "LLVM_FORCE_HEAD_REVISION": "YES"
337 }, 337 },
338 "name": "compile" 338 "name": "compile"
339 }, 339 },
340 { 340 {
341 "cmd": [ 341 "cmd": [
342 "python", 342 "python",
343 "-u", 343 "-u",
344 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", 344 "[BUILDER_CACHE]\\ClangToTWin\\src\\tools\\determinism\\remove_build_metad ata.py",
345 "--build-dir", 345 "--build-dir",
346 "[BUILDER_CACHE]\\ClangToTWin\\src\\out\\Release", 346 "[BUILDER_CACHE]\\ClangToTWin\\src\\out\\Release"
347 "--src-dir",
348 "[BUILDER_CACHE]\\ClangToTWin\\src"
349 ], 347 ],
350 "cwd": "[SLAVE_BUILD]", 348 "cwd": "[SLAVE_BUILD]",
351 "name": "remove_build_metadata" 349 "name": "remove_build_metadata"
352 }, 350 },
353 { 351 {
354 "cmd": [ 352 "cmd": [
355 "python", 353 "python",
356 "-u", 354 "-u",
357 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", 355 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py",
358 "[BUILDER_CACHE]\\ClangToTWin\\src\\tools\\swarming_client", 356 "[BUILDER_CACHE]\\ClangToTWin\\src\\tools\\swarming_client",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "LLVM_FORCE_HEAD_REVISION": "YES" 476 "LLVM_FORCE_HEAD_REVISION": "YES"
479 }, 477 },
480 "name": "process_dumps" 478 "name": "process_dumps"
481 }, 479 },
482 { 480 {
483 "name": "$result", 481 "name": "$result",
484 "recipe_result": null, 482 "recipe_result": null,
485 "status_code": 0 483 "status_code": 0
486 } 484 }
487 ] 485 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698