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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/ClangToTMac", 7 "[BUILDER_CACHE]/ClangToTMac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "env": { 305 "env": {
306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
307 "LLVM_FORCE_HEAD_REVISION": "YES" 307 "LLVM_FORCE_HEAD_REVISION": "YES"
308 }, 308 },
309 "name": "compile" 309 "name": "compile"
310 }, 310 },
311 { 311 {
312 "cmd": [ 312 "cmd": [
313 "python", 313 "python",
314 "-u", 314 "-u",
315 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", 315 "[BUILDER_CACHE]/ClangToTMac/src/tools/determinism/remove_build_metadata.p y",
316 "--build-dir", 316 "--build-dir",
317 "[BUILDER_CACHE]/ClangToTMac/src/out/Release", 317 "[BUILDER_CACHE]/ClangToTMac/src/out/Release"
318 "--src-dir",
319 "[BUILDER_CACHE]/ClangToTMac/src"
320 ], 318 ],
321 "cwd": "[SLAVE_BUILD]", 319 "cwd": "[SLAVE_BUILD]",
322 "name": "remove_build_metadata" 320 "name": "remove_build_metadata"
323 }, 321 },
324 { 322 {
325 "cmd": [ 323 "cmd": [
326 "python", 324 "python",
327 "-u", 325 "-u",
328 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 326 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
329 "[BUILDER_CACHE]/ClangToTMac/src/tools/swarming_client", 327 "[BUILDER_CACHE]/ClangToTMac/src/tools/swarming_client",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 "LLVM_FORCE_HEAD_REVISION": "YES" 432 "LLVM_FORCE_HEAD_REVISION": "YES"
435 }, 433 },
436 "name": "sizes" 434 "name": "sizes"
437 }, 435 },
438 { 436 {
439 "name": "$result", 437 "name": "$result",
440 "recipe_result": null, 438 "recipe_result": null,
441 "status_code": 0 439 "status_code": 0
442 } 440 }
443 ] 441 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698