| 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]/Linux_Debug_Builder", | 7 "[BUILDER_CACHE]/Linux_Debug_Builder", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 "-m", | 256 "-m", |
| 257 "client.v8.fyi", | 257 "client.v8.fyi", |
| 258 "-b", | 258 "-b", |
| 259 "Linux Debug Builder", | 259 "Linux Debug Builder", |
| 260 "--config-file", | 260 "--config-file", |
| 261 "[BUILDER_CACHE]/Linux_Debug_Builder/src/tools/mb/mb_config.pyl", | 261 "[BUILDER_CACHE]/Linux_Debug_Builder/src/tools/mb/mb_config.pyl", |
| 262 "--goma-dir", | 262 "--goma-dir", |
| 263 "[CACHE]/cipd/goma", | 263 "[CACHE]/cipd/goma", |
| 264 "//out/Debug" | 264 "//out/Debug" |
| 265 ], | 265 ], |
| 266 "cwd": "[BUILDER_CACHE]/Linux_Debug_Builder/src", |
| 266 "env": { | 267 "env": { |
| 267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 268 }, | 269 }, |
| 269 "name": "generate_build_files" | 270 "name": "generate_build_files" |
| 270 }, | 271 }, |
| 271 { | 272 { |
| 272 "cmd": [ | 273 "cmd": [ |
| 273 "python", | 274 "python", |
| 274 "-u", | 275 "-u", |
| 275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 276 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 "~followup_annotations": [ | 368 "~followup_annotations": [ |
| 368 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" | 369 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" |
| 369 ] | 370 ] |
| 370 }, | 371 }, |
| 371 { | 372 { |
| 372 "name": "$result", | 373 "name": "$result", |
| 373 "recipe_result": null, | 374 "recipe_result": null, |
| 374 "status_code": 0 | 375 "status_code": 0 |
| 375 } | 376 } |
| 376 ] | 377 ] |
| OLD | NEW |