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", | 7 "[BUILDER_CACHE]/linux", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
376 "--src-dir", | 376 "--src-dir", |
377 "[BUILDER_CACHE]/linux/src", | 377 "[BUILDER_CACHE]/linux/src", |
378 "--goma-cache-dir", | 378 "--goma-cache-dir", |
379 "[GOMA_CACHE]", | 379 "[GOMA_CACHE]", |
380 "--buildbot-buildername", | 380 "--buildbot-buildername", |
381 "GPU Linux Builder", | 381 "GPU Linux Builder", |
382 "--buildbot-mastername", | 382 "--buildbot-mastername", |
383 "chromium.gpu.fyi", | 383 "chromium.gpu.fyi", |
384 "--buildbot-slavename", | 384 "--buildbot-slavename", |
385 "TestSlavename", | 385 "TestSlavename", |
386 "--goma-deps-cache-dir", | 386 "--goma-deps-cache-file", |
387 "[GOMA_DEPS_CACHE]", | 387 "GPU_Linux_Builder.gomadeps", |
388 "--build-data-dir", | 388 "--build-data-dir", |
389 "[ROOT]/build_data_dir", | 389 "[ROOT]/build_data_dir", |
390 "--compiler", | 390 "--compiler", |
391 "goma", | 391 "goma", |
392 "--goma-jsonstatus", | 392 "--goma-jsonstatus", |
393 "/path/to/tmp/json", | 393 "/path/to/tmp/json", |
394 "--goma-service-account-json-file", | 394 "--goma-service-account-json-file", |
395 "/creds/service_accounts/service-account-goma-client.json", | 395 "/creds/service_accounts/service-account-goma-client.json", |
396 "--goma-dir", | 396 "--goma-dir", |
397 "[CACHE]/cipd/goma", | 397 "[CACHE]/cipd/goma", |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
592 "~followup_annotations": [ | 592 "~followup_annotations": [ |
593 "@@@STEP_TEXT@Linux Release (AMD R7 240)<br />Linux Release (ATI)<br />Lin
ux Release (NVIDIA GeForce 730)<br />Linux Release (NVIDIA)<br />Linux Release (
New Intel)<br />Optional Linux Release (NVIDIA)@@@" | 593 "@@@STEP_TEXT@Linux Release (AMD R7 240)<br />Linux Release (ATI)<br />Lin
ux Release (NVIDIA GeForce 730)<br />Linux Release (NVIDIA)<br />Linux Release (
New Intel)<br />Optional Linux Release (NVIDIA)@@@" |
594 ] | 594 ] |
595 }, | 595 }, |
596 { | 596 { |
597 "name": "$result", | 597 "name": "$result", |
598 "recipe_result": null, | 598 "recipe_result": null, |
599 "status_code": 0 | 599 "status_code": 0 |
600 } | 600 } |
601 ] | 601 ] |
OLD | NEW |