| 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]/mac_layout", | 7 "[BUILDER_CACHE]/mac_layout", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 }, | 202 }, |
| 203 { | 203 { |
| 204 "cmd": [ | 204 "cmd": [ |
| 205 "python", | 205 "python", |
| 206 "-u", | 206 "-u", |
| 207 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 207 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 208 "runhooks" | 208 "runhooks" |
| 209 ], | 209 ], |
| 210 "cwd": "[BUILDER_CACHE]/mac_layout/src", | 210 "cwd": "[BUILDER_CACHE]/mac_layout/src", |
| 211 "env": { | 211 "env": { |
| 212 "FORCE_MAC_TOOLCHAIN": "1", | |
| 213 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 212 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 214 "GYP_CHROMIUM_NO_ACTION": "1", | 213 "GYP_CHROMIUM_NO_ACTION": "1", |
| 215 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare us
e_goma=1", | 214 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]/cipd/goma' target_arch=x64 test_isolation_mode=prepare us
e_goma=1", |
| 216 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 215 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 217 }, | 216 }, |
| 218 "name": "gclient runhooks (with patch)" | 217 "name": "gclient runhooks (with patch)" |
| 219 }, | 218 }, |
| 220 { | 219 { |
| 221 "cmd": [ | 220 "cmd": [ |
| 222 "python", | 221 "python", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 "import sys; sys.exit(0)" | 339 "import sys; sys.exit(0)" |
| 341 ], | 340 ], |
| 342 "name": "mark: before_tests" | 341 "name": "mark: before_tests" |
| 343 }, | 342 }, |
| 344 { | 343 { |
| 345 "name": "$result", | 344 "name": "$result", |
| 346 "recipe_result": null, | 345 "recipe_result": null, |
| 347 "status_code": 0 | 346 "status_code": 0 |
| 348 } | 347 } |
| 349 ] | 348 ] |
| OLD | NEW |