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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTLinux__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]/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",
276 "--goma-deps-cache-dir", 270 "--goma-deps-cache-dir",
277 "[GOMA_DEPS_CACHE]", 271 "[GOMA_DEPS_CACHE]",
278 "--build-data-dir", 272 "--build-data-dir",
279 "[ROOT]/build_data_dir", 273 "[ROOT]/build_data_dir",
280 "--compiler", 274 "--compiler",
281 "clang", 275 "clang",
282 "--", 276 "--",
283 "all" 277 "all"
284 ], 278 ],
285 "env": { 279 "env": {
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 "LLVM_FORCE_HEAD_REVISION": "YES" 345 "LLVM_FORCE_HEAD_REVISION": "YES"
352 }, 346 },
353 "name": "sizes" 347 "name": "sizes"
354 }, 348 },
355 { 349 {
356 "name": "$result", 350 "name": "$result",
357 "recipe_result": null, 351 "recipe_result": null,
358 "status_code": 0 352 "status_code": 0
359 } 353 }
360 ] 354 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698