| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'dartium_base':
'svn://svn-mirror.golo.chromium.org', 'googlecode_url': 'svn://svn-mirror.golo.c
hromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client
/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webk
it_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS
', 'managed': True, 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromi
um.org/dart/branches/bleeding_edge/deps/dartium.deps'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'dartium_base':
'svn://svn-mirror.golo.chromium.org', 'googlecode_url': 'svn://svn-mirror.golo.c
hromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client
/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webk
it_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS
', 'managed': True, 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromi
um.org/dart/branches/bleeding_edge/deps/dartium.deps'}]" |
| 10 ], | 10 ], |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 { | 74 { |
| 75 "cmd": [ | 75 "cmd": [ |
| 76 "python", | 76 "python", |
| 77 "-u", | 77 "-u", |
| 78 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 78 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 79 "runhooks" | 79 "runhooks" |
| 80 ], | 80 ], |
| 81 "cwd": "[SLAVE_BUILD]\\src", | 81 "cwd": "[SLAVE_BUILD]\\src", |
| 82 "env": { | 82 "env": { |
| 83 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 83 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 84 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go
madir='[BUILD]\\goma' linux_strip_binary=1 target_arch=x64 use_goma=1", | 84 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[BUILD]\\gom
a' linux_strip_binary=1 target_arch=x64 use_goma=1", |
| 85 "GYP_GENERATORS": "ninja", | 85 "GYP_GENERATORS": "ninja", |
| 86 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 86 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 87 }, | 87 }, |
| 88 "name": "gclient runhooks" | 88 "name": "gclient runhooks" |
| 89 }, | 89 }, |
| 90 { | 90 { |
| 91 "cmd": [ | 91 "cmd": [ |
| 92 "python", | 92 "python", |
| 93 "-u", | 93 "-u", |
| 94 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 94 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "12345" | 134 "12345" |
| 135 ], | 135 ], |
| 136 "name": "archive_build" | 136 "name": "archive_build" |
| 137 }, | 137 }, |
| 138 { | 138 { |
| 139 "name": "$result", | 139 "name": "$result", |
| 140 "recipe_result": null, | 140 "recipe_result": null, |
| 141 "status_code": 0 | 141 "status_code": 0 |
| 142 } | 142 } |
| 143 ] | 143 ] |
| OLD | NEW |