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]/CFI_Linux", | 7 "[BUILDER_CACHE]/CFI_Linux", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 "--ninja-path", | 253 "--ninja-path", |
254 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 254 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
255 "--target", | 255 "--target", |
256 "Release", | 256 "Release", |
257 "--src-dir", | 257 "--src-dir", |
258 "[BUILDER_CACHE]/CFI_Linux/src", | 258 "[BUILDER_CACHE]/CFI_Linux/src", |
259 "--goma-cache-dir", | 259 "--goma-cache-dir", |
260 "[GOMA_CACHE]", | 260 "[GOMA_CACHE]", |
261 "--goma-deps-cache-dir", | 261 "--goma-deps-cache-dir", |
262 "[GOMA_DEPS_CACHE]", | 262 "[GOMA_DEPS_CACHE]", |
263 "--build-tool", | |
264 "ninja", | |
265 "--build-data-dir", | 263 "--build-data-dir", |
266 "[ROOT]/build_data_dir", | 264 "[ROOT]/build_data_dir", |
267 "--compiler", | 265 "--compiler", |
268 "clang", | 266 "clang", |
269 "--", | 267 "--", |
270 "All" | 268 "All" |
271 ], | 269 ], |
272 "env": { | 270 "env": { |
273 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 271 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
274 }, | 272 }, |
275 "name": "compile" | 273 "name": "compile" |
276 }, | 274 }, |
277 { | 275 { |
278 "name": "$result", | 276 "name": "$result", |
279 "recipe_result": null, | 277 "recipe_result": null, |
280 "status_code": 0 | 278 "status_code": 0 |
281 } | 279 } |
282 ] | 280 ] |
OLD | NEW |