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

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

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

Powered by Google App Engine
This is Rietveld 408576698