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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Debug.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]/ASAN_Debug", 7 "[BUILDER_CACHE]/ASAN_Debug",
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 "Debug", 293 "Debug",
294 "--src-dir", 294 "--src-dir",
295 "[BUILDER_CACHE]/ASAN_Debug/src", 295 "[BUILDER_CACHE]/ASAN_Debug/src",
296 "--goma-cache-dir", 296 "--goma-cache-dir",
297 "[GOMA_CACHE]", 297 "[GOMA_CACHE]",
298 "--buildbot-buildername",
299 "ASAN Debug",
300 "--buildbot-mastername",
301 "chromium.lkgr",
302 "--buildbot-slavename",
303 "TestSlavename",
304 "--goma-deps-cache-dir", 298 "--goma-deps-cache-dir",
305 "[GOMA_DEPS_CACHE]", 299 "[GOMA_DEPS_CACHE]",
306 "--build-data-dir", 300 "--build-data-dir",
307 "[ROOT]/build_data_dir", 301 "[ROOT]/build_data_dir",
308 "--compiler", 302 "--compiler",
309 "goma-clang", 303 "goma-clang",
310 "--goma-jsonstatus", 304 "--goma-jsonstatus",
311 "/path/to/tmp/json", 305 "/path/to/tmp/json",
312 "--goma-service-account-json-file", 306 "--goma-service-account-json-file",
313 "/creds/service_accounts/service-account-goma-client.json", 307 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 392 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
399 "@@@STEP_LOG_END@python.inline@@@" 393 "@@@STEP_LOG_END@python.inline@@@"
400 ] 394 ]
401 }, 395 },
402 { 396 {
403 "name": "$result", 397 "name": "$result",
404 "recipe_result": null, 398 "recipe_result": null,
405 "status_code": 0 399 "status_code": 0
406 } 400 }
407 ] 401 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698