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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinux__dbg_.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__dbg_", 7 "[BUILDER_CACHE]/ClangToTLinux__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "--gsutil-py-path", 260 "--gsutil-py-path",
261 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 261 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
262 "--ninja-path", 262 "--ninja-path",
263 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 263 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
264 "--target", 264 "--target",
265 "Debug", 265 "Debug",
266 "--src-dir", 266 "--src-dir",
267 "[BUILDER_CACHE]/ClangToTLinux__dbg_/src", 267 "[BUILDER_CACHE]/ClangToTLinux__dbg_/src",
268 "--goma-cache-dir", 268 "--goma-cache-dir",
269 "[GOMA_CACHE]", 269 "[GOMA_CACHE]",
270 "--buildbot-buildername",
271 "ClangToTLinux (dbg)",
272 "--buildbot-mastername",
273 "chromium.fyi",
274 "--buildbot-slavename",
275 "TestSlavename",
270 "--goma-deps-cache-dir", 276 "--goma-deps-cache-dir",
271 "[GOMA_DEPS_CACHE]", 277 "[GOMA_DEPS_CACHE]",
272 "--build-data-dir", 278 "--build-data-dir",
273 "[ROOT]/build_data_dir", 279 "[ROOT]/build_data_dir",
274 "--compiler", 280 "--compiler",
275 "clang", 281 "clang",
276 "--", 282 "--",
277 "all" 283 "all"
278 ], 284 ],
279 "env": { 285 "env": {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "LLVM_FORCE_HEAD_REVISION": "YES" 351 "LLVM_FORCE_HEAD_REVISION": "YES"
346 }, 352 },
347 "name": "sizes" 353 "name": "sizes"
348 }, 354 },
349 { 355 {
350 "name": "$result", 356 "name": "$result",
351 "recipe_result": null, 357 "recipe_result": null,
352 "status_code": 0 358 "status_code": 0
353 } 359 }
354 ] 360 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698