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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Linux_ASAN_Builder.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]/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",
324 "--goma-deps-cache-dir", 318 "--goma-deps-cache-dir",
325 "[GOMA_DEPS_CACHE]", 319 "[GOMA_DEPS_CACHE]",
326 "--build-data-dir", 320 "--build-data-dir",
327 "[ROOT]/build_data_dir", 321 "[ROOT]/build_data_dir",
328 "--compiler", 322 "--compiler",
329 "goma-clang", 323 "goma-clang",
330 "--goma-jsonstatus", 324 "--goma-jsonstatus",
331 "/path/to/tmp/json", 325 "/path/to/tmp/json",
332 "--goma-service-account-json-file", 326 "--goma-service-account-json-file",
333 "/creds/service_accounts/service-account-goma-client.json", 327 "/creds/service_accounts/service-account-goma-client.json",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "~followup_annotations": [ 393 "~followup_annotations": [
400 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@" 394 "@@@STEP_TEXT@Linux ASan LSan Tests (1)@@@"
401 ] 395 ]
402 }, 396 },
403 { 397 {
404 "name": "$result", 398 "name": "$result",
405 "recipe_result": null, 399 "recipe_result": null,
406 "status_code": 0 400 "status_code": 0
407 } 401 }
408 ] 402 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698