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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 "--ninja-path", | 304 "--ninja-path", |
305 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 305 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
306 "--target", | 306 "--target", |
307 "Release", | 307 "Release", |
308 "--src-dir", | 308 "--src-dir", |
309 "[BUILDER_CACHE]/ChromiumOS_daisy_Compile/src", | 309 "[BUILDER_CACHE]/ChromiumOS_daisy_Compile/src", |
310 "--goma-cache-dir", | 310 "--goma-cache-dir", |
311 "[GOMA_CACHE]", | 311 "[GOMA_CACHE]", |
312 "--goma-deps-cache-dir", | 312 "--goma-deps-cache-dir", |
313 "[GOMA_DEPS_CACHE]", | 313 "[GOMA_DEPS_CACHE]", |
314 "--build-tool", | |
315 "ninja", | |
316 "--build-data-dir", | 314 "--build-data-dir", |
317 "[ROOT]/build_data_dir", | 315 "[ROOT]/build_data_dir", |
318 "--compiler", | 316 "--compiler", |
319 "goma", | 317 "goma", |
320 "--goma-jsonstatus", | 318 "--goma-jsonstatus", |
321 "/path/to/tmp/json", | 319 "/path/to/tmp/json", |
322 "--goma-service-account-json-file", | 320 "--goma-service-account-json-file", |
323 "/creds/service_accounts/service-account-goma-client.json", | 321 "/creds/service_accounts/service-account-goma-client.json", |
324 "--goma-dir", | 322 "--goma-dir", |
325 "[CACHE]/cipd/goma", | 323 "[CACHE]/cipd/goma", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 "{\"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
\"}" | 365 "{\"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
\"}" |
368 ], | 366 ], |
369 "name": "package build" | 367 "name": "package build" |
370 }, | 368 }, |
371 { | 369 { |
372 "name": "$result", | 370 "name": "$result", |
373 "recipe_result": null, | 371 "recipe_result": null, |
374 "status_code": 0 | 372 "status_code": 0 |
375 } | 373 } |
376 ] | 374 ] |
OLD | NEW |