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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMacASan.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]/ClangToTMacASan", 7 "[BUILDER_CACHE]/ClangToTMacASan",
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]/ClangToTMacASan/src/tools/determinism/remove_build_metada ta.py",
316 "--build-dir", 316 "--build-dir",
317 "[BUILDER_CACHE]/ClangToTMacASan/src/out/Release", 317 "[BUILDER_CACHE]/ClangToTMacASan/src/out/Release"
318 "--src-dir",
319 "[BUILDER_CACHE]/ClangToTMacASan/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]/ClangToTMacASan/src/tools/swarming_client", 327 "[BUILDER_CACHE]/ClangToTMacASan/src/tools/swarming_client",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "LLVM_FORCE_HEAD_REVISION": "YES" 433 "LLVM_FORCE_HEAD_REVISION": "YES"
436 }, 434 },
437 "name": "sizes" 435 "name": "sizes"
438 }, 436 },
439 { 437 {
440 "name": "$result", 438 "name": "$result",
441 "recipe_result": null, 439 "recipe_result": null,
442 "status_code": 0 440 "status_code": 0
443 } 441 }
444 ] 442 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698