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_ChromiumOS_Builder", | 7 "[BUILDER_CACHE]/Linux_ChromiumOS_Builder", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 "--src-dir", | 285 "--src-dir", |
286 "[BUILDER_CACHE]/Linux_ChromiumOS_Builder/src", | 286 "[BUILDER_CACHE]/Linux_ChromiumOS_Builder/src", |
287 "--goma-cache-dir", | 287 "--goma-cache-dir", |
288 "[GOMA_CACHE]", | 288 "[GOMA_CACHE]", |
289 "--buildbot-buildername", | 289 "--buildbot-buildername", |
290 "Linux ChromiumOS Builder", | 290 "Linux ChromiumOS Builder", |
291 "--buildbot-mastername", | 291 "--buildbot-mastername", |
292 "chromium.gpu.fyi", | 292 "chromium.gpu.fyi", |
293 "--buildbot-slavename", | 293 "--buildbot-slavename", |
294 "TestSlavename", | 294 "TestSlavename", |
295 "--goma-deps-cache-dir", | 295 "--goma-deps-cache-file", |
296 "[GOMA_DEPS_CACHE]", | 296 "Linux_ChromiumOS_Builder.gomadeps", |
297 "--build-data-dir", | 297 "--build-data-dir", |
298 "[ROOT]/build_data_dir", | 298 "[ROOT]/build_data_dir", |
299 "--compiler", | 299 "--compiler", |
300 "goma", | 300 "goma", |
301 "--goma-jsonstatus", | 301 "--goma-jsonstatus", |
302 "/path/to/tmp/json", | 302 "/path/to/tmp/json", |
303 "--goma-service-account-json-file", | 303 "--goma-service-account-json-file", |
304 "/creds/service_accounts/service-account-goma-client.json", | 304 "/creds/service_accounts/service-account-goma-client.json", |
305 "--goma-dir", | 305 "--goma-dir", |
306 "[CACHE]/cipd/goma", | 306 "[CACHE]/cipd/goma", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
344 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent
_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"
slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}
" | 344 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent
_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"
slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}
" |
345 ], | 345 ], |
346 "name": "package build" | 346 "name": "package build" |
347 }, | 347 }, |
348 { | 348 { |
349 "name": "$result", | 349 "name": "$result", |
350 "recipe_result": null, | 350 "recipe_result": null, |
351 "status_code": 0 | 351 "status_code": 0 |
352 } | 352 } |
353 ] | 353 ] |
OLD | NEW |