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]/ChromiumOS_daisy_Compile", | 7 "[BUILDER_CACHE]/ChromiumOS_daisy_Compile", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 "--src-dir", | 310 "--src-dir", |
311 "[BUILDER_CACHE]/ChromiumOS_daisy_Compile/src", | 311 "[BUILDER_CACHE]/ChromiumOS_daisy_Compile/src", |
312 "--goma-cache-dir", | 312 "--goma-cache-dir", |
313 "[GOMA_CACHE]", | 313 "[GOMA_CACHE]", |
314 "--buildbot-buildername", | 314 "--buildbot-buildername", |
315 "ChromiumOS daisy Compile", | 315 "ChromiumOS daisy Compile", |
316 "--buildbot-mastername", | 316 "--buildbot-mastername", |
317 "chromium.chromiumos", | 317 "chromium.chromiumos", |
318 "--buildbot-slavename", | 318 "--buildbot-slavename", |
319 "TestSlavename", | 319 "TestSlavename", |
320 "--goma-deps-cache-dir", | 320 "--goma-deps-cache-file", |
321 "[GOMA_DEPS_CACHE]", | 321 "ChromiumOS_daisy_Compile.gomadeps", |
322 "--build-data-dir", | 322 "--build-data-dir", |
323 "[ROOT]/build_data_dir", | 323 "[ROOT]/build_data_dir", |
324 "--compiler", | 324 "--compiler", |
325 "goma", | 325 "goma", |
326 "--goma-jsonstatus", | 326 "--goma-jsonstatus", |
327 "/path/to/tmp/json", | 327 "/path/to/tmp/json", |
328 "--goma-service-account-json-file", | 328 "--goma-service-account-json-file", |
329 "/creds/service_accounts/service-account-goma-client.json", | 329 "/creds/service_accounts/service-account-goma-client.json", |
330 "--goma-dir", | 330 "--goma-dir", |
331 "[CACHE]/cipd/goma", | 331 "[CACHE]/cipd/goma", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ChromiumOS daisy
Compile\", \"buildnumber\": 571, \"mastername\": \"chromium.chromiumos\", \"par
ent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename
\"}" | 374 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ChromiumOS daisy
Compile\", \"buildnumber\": 571, \"mastername\": \"chromium.chromiumos\", \"par
ent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\",
\"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename
\"}" |
375 ], | 375 ], |
376 "name": "package build" | 376 "name": "package build" |
377 }, | 377 }, |
378 { | 378 { |
379 "name": "$result", | 379 "name": "$result", |
380 "recipe_result": null, | 380 "recipe_result": null, |
381 "status_code": 0 | 381 "status_code": 0 |
382 } | 382 } |
383 ] | 383 ] |
OLD | NEW |