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

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

Issue 2306523002: 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]/Linux_ASAN_Builder", 7 "[BUILDER_CACHE]/Linux_ASAN_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "--gsutil-py-path", 308 "--gsutil-py-path",
309 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 309 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
310 "--ninja-path", 310 "--ninja-path",
311 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 311 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
312 "--target", 312 "--target",
313 "Release", 313 "Release",
314 "--src-dir", 314 "--src-dir",
315 "[BUILDER_CACHE]/Linux_ASAN_Builder/src", 315 "[BUILDER_CACHE]/Linux_ASAN_Builder/src",
316 "--goma-cache-dir", 316 "--goma-cache-dir",
317 "[GOMA_CACHE]", 317 "[GOMA_CACHE]",
318 "--buildbot-buildername",
319 "Linux ASAN Builder",
320 "--buildbot-mastername",
321 "client.v8.fyi",
322 "--buildbot-slavename",
323 "TestSlavename",
318 "--goma-deps-cache-dir", 324 "--goma-deps-cache-dir",
319 "[GOMA_DEPS_CACHE]", 325 "[GOMA_DEPS_CACHE]",
320 "--build-data-dir", 326 "--build-data-dir",
321 "[ROOT]/build_data_dir", 327 "[ROOT]/build_data_dir",
322 "--compiler", 328 "--compiler",
323 "goma-clang", 329 "goma-clang",
324 "--goma-jsonstatus", 330 "--goma-jsonstatus",
325 "/path/to/tmp/json", 331 "/path/to/tmp/json",
326 "--goma-service-account-json-file", 332 "--goma-service-account-json-file",
327 "/creds/service_accounts/service-account-goma-client.json", 333 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 "~followup_annotations": [ 399 "~followup_annotations": [
394 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@" 400 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@"
395 ] 401 ]
396 }, 402 },
397 { 403 {
398 "name": "$result", 404 "name": "$result",
399 "recipe_result": null, 405 "recipe_result": null,
400 "status_code": 0 406 "status_code": 0
401 } 407 }
402 ] 408 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698