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_Ozone_Builder", | 7 "[BUILDER_CACHE]/Linux_ChromiumOS_Ozone_Builder", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
320 "--ninja-path", | 320 "--ninja-path", |
321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
322 "--target", | 322 "--target", |
323 "Release", | 323 "Release", |
324 "--src-dir", | 324 "--src-dir", |
325 "[BUILDER_CACHE]/Linux_ChromiumOS_Ozone_Builder/src", | 325 "[BUILDER_CACHE]/Linux_ChromiumOS_Ozone_Builder/src", |
326 "--goma-cache-dir", | 326 "--goma-cache-dir", |
327 "[GOMA_CACHE]", | 327 "[GOMA_CACHE]", |
328 "--goma-deps-cache-dir", | 328 "--goma-deps-cache-dir", |
329 "[GOMA_DEPS_CACHE]", | 329 "[GOMA_DEPS_CACHE]", |
330 "--build-tool", | |
331 "ninja", | |
332 "--build-data-dir", | 330 "--build-data-dir", |
333 "[ROOT]/build_data_dir", | 331 "[ROOT]/build_data_dir", |
334 "--compiler", | 332 "--compiler", |
335 "goma", | 333 "goma", |
336 "--goma-jsonstatus", | 334 "--goma-jsonstatus", |
337 "/path/to/tmp/json", | 335 "/path/to/tmp/json", |
338 "--goma-service-account-json-file", | 336 "--goma-service-account-json-file", |
339 "/creds/service_accounts/service-account-goma-client.json", | 337 "/creds/service_accounts/service-account-goma-client.json", |
340 "--goma-dir", | 338 "--goma-dir", |
341 "[CACHE]/cipd/goma", | 339 "[CACHE]/cipd/goma", |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 "~followup_annotations": [ | 442 "~followup_annotations": [ |
445 "@@@STEP_TEXT@Linux ChromiumOS Ozone Tests (1)@@@" | 443 "@@@STEP_TEXT@Linux ChromiumOS Ozone Tests (1)@@@" |
446 ] | 444 ] |
447 }, | 445 }, |
448 { | 446 { |
449 "name": "$result", | 447 "name": "$result", |
450 "recipe_result": null, | 448 "recipe_result": null, |
451 "status_code": 0 | 449 "status_code": 0 |
452 } | 450 } |
453 ] | 451 ] |
OLD | NEW |