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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTAndroidASan.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]/ClangToTAndroidASan", 7 "[BUILDER_CACHE]/ClangToTAndroidASan",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 "--gsutil-py-path", 285 "--gsutil-py-path",
286 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 286 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
287 "--ninja-path", 287 "--ninja-path",
288 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 288 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
289 "--target", 289 "--target",
290 "Debug", 290 "Debug",
291 "--src-dir", 291 "--src-dir",
292 "[BUILDER_CACHE]/ClangToTAndroidASan/src", 292 "[BUILDER_CACHE]/ClangToTAndroidASan/src",
293 "--goma-cache-dir", 293 "--goma-cache-dir",
294 "[GOMA_CACHE]", 294 "[GOMA_CACHE]",
295 "--buildbot-buildername",
296 "ClangToTAndroidASan",
297 "--buildbot-mastername",
298 "chromium.fyi",
299 "--buildbot-slavename",
300 "TestSlavename",
301 "--goma-deps-cache-dir", 295 "--goma-deps-cache-dir",
302 "[GOMA_DEPS_CACHE]", 296 "[GOMA_DEPS_CACHE]",
303 "--build-data-dir", 297 "--build-data-dir",
304 "[ROOT]/build_data_dir", 298 "[ROOT]/build_data_dir",
305 "--compiler", 299 "--compiler",
306 "clang", 300 "clang",
307 "--", 301 "--",
308 "all" 302 "all"
309 ], 303 ],
310 "env": { 304 "env": {
311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
312 "LLVM_FORCE_HEAD_REVISION": "YES", 306 "LLVM_FORCE_HEAD_REVISION": "YES",
313 "PATH": "[BUILDER_CACHE]/ClangToTAndroidASan/src/third_party/android_tools /sdk/platform-tools:[BUILDER_CACHE]/ClangToTAndroidASan/src/build/android:%(PATH )s" 307 "PATH": "[BUILDER_CACHE]/ClangToTAndroidASan/src/third_party/android_tools /sdk/platform-tools:[BUILDER_CACHE]/ClangToTAndroidASan/src/build/android:%(PATH )s"
314 }, 308 },
315 "name": "compile" 309 "name": "compile"
316 }, 310 },
317 { 311 {
318 "name": "$result", 312 "name": "$result",
319 "recipe_result": null, 313 "recipe_result": null,
320 "status_code": 0 314 "status_code": 0
321 } 315 }
322 ] 316 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698