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_Builder", | 7 "[BUILDER_CACHE]/Linux_Builder", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 "--src-dir", | 289 "--src-dir", |
290 "[BUILDER_CACHE]/Linux_Builder/src", | 290 "[BUILDER_CACHE]/Linux_Builder/src", |
291 "--goma-cache-dir", | 291 "--goma-cache-dir", |
292 "[GOMA_CACHE]", | 292 "[GOMA_CACHE]", |
293 "--buildbot-buildername", | 293 "--buildbot-buildername", |
294 "Linux Builder", | 294 "Linux Builder", |
295 "--buildbot-mastername", | 295 "--buildbot-mastername", |
296 "chromium.webrtc", | 296 "chromium.webrtc", |
297 "--buildbot-slavename", | 297 "--buildbot-slavename", |
298 "TestSlavename", | 298 "TestSlavename", |
299 "--goma-deps-cache-dir", | 299 "--goma-deps-cache-file", |
300 "[GOMA_DEPS_CACHE]", | 300 "Linux_Builder.gomadeps", |
301 "--build-data-dir", | 301 "--build-data-dir", |
302 "[ROOT]/build_data_dir", | 302 "[ROOT]/build_data_dir", |
303 "--compiler", | 303 "--compiler", |
304 "goma", | 304 "goma", |
305 "--goma-jsonstatus", | 305 "--goma-jsonstatus", |
306 "/path/to/tmp/json", | 306 "/path/to/tmp/json", |
307 "--goma-service-account-json-file", | 307 "--goma-service-account-json-file", |
308 "/creds/service_accounts/service-account-goma-client.json", | 308 "/creds/service_accounts/service-account-goma-client.json", |
309 "--goma-dir", | 309 "--goma-dir", |
310 "[CACHE]/cipd/goma", | 310 "[CACHE]/cipd/goma", |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 "~followup_annotations": [ | 381 "~followup_annotations": [ |
382 "@@@STEP_TEXT@Linux Tester@@@" | 382 "@@@STEP_TEXT@Linux Tester@@@" |
383 ] | 383 ] |
384 }, | 384 }, |
385 { | 385 { |
386 "name": "$result", | 386 "name": "$result", |
387 "recipe_result": null, | 387 "recipe_result": null, |
388 "status_code": 0 | 388 "status_code": 0 |
389 } | 389 } |
390 ] | 390 ] |
OLD | NEW |