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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 "--src-dir", | 284 "--src-dir", |
285 "[BUILDER_CACHE]/Linux_Debug_Builder/src", | 285 "[BUILDER_CACHE]/Linux_Debug_Builder/src", |
286 "--goma-cache-dir", | 286 "--goma-cache-dir", |
287 "[GOMA_CACHE]", | 287 "[GOMA_CACHE]", |
288 "--buildbot-buildername", | 288 "--buildbot-buildername", |
289 "Linux Debug Builder", | 289 "Linux Debug Builder", |
290 "--buildbot-mastername", | 290 "--buildbot-mastername", |
291 "client.v8.fyi", | 291 "client.v8.fyi", |
292 "--buildbot-slavename", | 292 "--buildbot-slavename", |
293 "TestSlavename", | 293 "TestSlavename", |
294 "--goma-deps-cache-dir", | 294 "--goma-deps-cache-file", |
295 "[GOMA_DEPS_CACHE]", | 295 "Linux_Debug_Builder.gomadeps", |
296 "--build-data-dir", | 296 "--build-data-dir", |
297 "[ROOT]/build_data_dir", | 297 "[ROOT]/build_data_dir", |
298 "--compiler", | 298 "--compiler", |
299 "goma", | 299 "goma", |
300 "--goma-jsonstatus", | 300 "--goma-jsonstatus", |
301 "/path/to/tmp/json", | 301 "/path/to/tmp/json", |
302 "--goma-service-account-json-file", | 302 "--goma-service-account-json-file", |
303 "/creds/service_accounts/service-account-goma-client.json", | 303 "/creds/service_accounts/service-account-goma-client.json", |
304 "--goma-dir", | 304 "--goma-dir", |
305 "[CACHE]/cipd/goma", | 305 "[CACHE]/cipd/goma", |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 "~followup_annotations": [ | 372 "~followup_annotations": [ |
373 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" | 373 "@@@STEP_TEXT@Linux Tests (dbg)(1)@@@" |
374 ] | 374 ] |
375 }, | 375 }, |
376 { | 376 { |
377 "name": "$result", | 377 "name": "$result", |
378 "recipe_result": null, | 378 "recipe_result": null, |
379 "status_code": 0 | 379 "status_code": 0 |
380 } | 380 } |
381 ] | 381 ] |
OLD | NEW |