| OLD | NEW |
| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 "--ninja-path", | 284 "--ninja-path", |
| 285 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 285 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 286 "--target", | 286 "--target", |
| 287 "Debug", | 287 "Debug", |
| 288 "--src-dir", | 288 "--src-dir", |
| 289 "[BUILDER_CACHE]/ClangToTAndroidASan/src", | 289 "[BUILDER_CACHE]/ClangToTAndroidASan/src", |
| 290 "--goma-cache-dir", | 290 "--goma-cache-dir", |
| 291 "[GOMA_CACHE]", | 291 "[GOMA_CACHE]", |
| 292 "--goma-deps-cache-dir", | 292 "--goma-deps-cache-dir", |
| 293 "[GOMA_DEPS_CACHE]", | 293 "[GOMA_DEPS_CACHE]", |
| 294 "--build-tool", | |
| 295 "ninja", | |
| 296 "--build-data-dir", | 294 "--build-data-dir", |
| 297 "[ROOT]/build_data_dir", | 295 "[ROOT]/build_data_dir", |
| 298 "--compiler", | 296 "--compiler", |
| 299 "clang", | 297 "clang", |
| 300 "--", | 298 "--", |
| 301 "all" | 299 "all" |
| 302 ], | 300 ], |
| 303 "env": { | 301 "env": { |
| 304 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 302 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 305 "LLVM_FORCE_HEAD_REVISION": "YES", | 303 "LLVM_FORCE_HEAD_REVISION": "YES", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 "~followup_annotations": [ | 360 "~followup_annotations": [ |
| 363 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" | 361 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" |
| 364 ] | 362 ] |
| 365 }, | 363 }, |
| 366 { | 364 { |
| 367 "name": "$result", | 365 "name": "$result", |
| 368 "recipe_result": null, | 366 "recipe_result": null, |
| 369 "status_code": 0 | 367 "status_code": 0 |
| 370 } | 368 } |
| 371 ] | 369 ] |
| OLD | NEW |