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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinux.json

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase 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]/ClangToTLinux", 7 "[BUILDER_CACHE]/ClangToTLinux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "--gsutil-py-path", 288 "--gsutil-py-path",
289 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 289 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
290 "--ninja-path", 290 "--ninja-path",
291 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 291 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
292 "--target", 292 "--target",
293 "Release", 293 "Release",
294 "--src-dir", 294 "--src-dir",
295 "[BUILDER_CACHE]/ClangToTLinux/src", 295 "[BUILDER_CACHE]/ClangToTLinux/src",
296 "--goma-cache-dir", 296 "--goma-cache-dir",
297 "[GOMA_CACHE]", 297 "[GOMA_CACHE]",
298 "--buildbot-buildername",
299 "ClangToTLinux",
300 "--buildbot-mastername",
301 "chromium.fyi",
302 "--buildbot-slavename",
303 "TestSlavename",
298 "--goma-deps-cache-dir", 304 "--goma-deps-cache-dir",
299 "[GOMA_DEPS_CACHE]", 305 "[GOMA_DEPS_CACHE]",
300 "--build-data-dir", 306 "--build-data-dir",
301 "[ROOT]/build_data_dir", 307 "[ROOT]/build_data_dir",
302 "--compiler", 308 "--compiler",
303 "clang", 309 "clang",
304 "--", 310 "--",
305 "all" 311 "all"
306 ], 312 ],
307 "env": { 313 "env": {
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 "LLVM_FORCE_HEAD_REVISION": "YES" 440 "LLVM_FORCE_HEAD_REVISION": "YES"
435 }, 441 },
436 "name": "sizes" 442 "name": "sizes"
437 }, 443 },
438 { 444 {
439 "name": "$result", 445 "name": "$result",
440 "recipe_result": null, 446 "recipe_result": null,
441 "status_code": 0 447 "status_code": 0
442 } 448 }
443 ] 449 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698