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]/Google_Chrome_ChromeOS", | 7 "[BUILDER_CACHE]/Google_Chrome_ChromeOS", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 "--src-dir", | 300 "--src-dir", |
301 "[BUILDER_CACHE]/Google_Chrome_ChromeOS/src", | 301 "[BUILDER_CACHE]/Google_Chrome_ChromeOS/src", |
302 "--goma-cache-dir", | 302 "--goma-cache-dir", |
303 "[GOMA_CACHE]", | 303 "[GOMA_CACHE]", |
304 "--buildbot-buildername", | 304 "--buildbot-buildername", |
305 "Google Chrome ChromeOS", | 305 "Google Chrome ChromeOS", |
306 "--buildbot-mastername", | 306 "--buildbot-mastername", |
307 "chromium.chrome", | 307 "chromium.chrome", |
308 "--buildbot-slavename", | 308 "--buildbot-slavename", |
309 "TestSlavename", | 309 "TestSlavename", |
310 "--goma-deps-cache-dir", | 310 "--goma-deps-cache-file", |
311 "[GOMA_DEPS_CACHE]", | 311 "Google_Chrome_ChromeOS.gomadeps", |
312 "--build-data-dir", | 312 "--build-data-dir", |
313 "[ROOT]/build_data_dir", | 313 "[ROOT]/build_data_dir", |
314 "--compiler", | 314 "--compiler", |
315 "goma", | 315 "goma", |
316 "--goma-jsonstatus", | 316 "--goma-jsonstatus", |
317 "/path/to/tmp/json", | 317 "/path/to/tmp/json", |
318 "--goma-service-account-json-file", | 318 "--goma-service-account-json-file", |
319 "/creds/service_accounts/service-account-goma-client.json", | 319 "/creds/service_accounts/service-account-goma-client.json", |
320 "--mode", | 320 "--mode", |
321 "official", | 321 "official", |
(...skipping 13 matching lines...) Expand all Loading... |
335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
336 "@@@STEP_LOG_END@json.output (invalid)@@@" | 336 "@@@STEP_LOG_END@json.output (invalid)@@@" |
337 ] | 337 ] |
338 }, | 338 }, |
339 { | 339 { |
340 "name": "$result", | 340 "name": "$result", |
341 "recipe_result": null, | 341 "recipe_result": null, |
342 "status_code": 0 | 342 "status_code": 0 |
343 } | 343 } |
344 ] | 344 ] |
OLD | NEW |