OLD | NEW |
---|---|
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Chromium Windows Analyze", | 10 "Chromium Windows Analyze", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
127 "cmd": [ | 127 "cmd": [ |
128 "python", | 128 "python", |
129 "-u", | 129 "-u", |
130 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 130 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
131 "runhooks" | 131 "runhooks" |
132 ], | 132 ], |
133 "cwd": "[SLAVE_BUILD]\\src", | 133 "cwd": "[SLAVE_BUILD]\\src", |
134 "env": { | 134 "env": { |
135 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", | 135 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", |
136 "GYP_CHROMIUM_NO_ACTION": "1", | 136 "GYP_CHROMIUM_NO_ACTION": "1", |
137 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=2 go madir='[BUILD]\\goma' target_arch=ia32 use_goma=0 win_analyze=1", | 137 "GYP_DEFINES": "component=shared_library fastbuild=2 gomadir='[BUILD]\\gom a' target_arch=ia32 use_goma=0 win_analyze=1", |
Nico
2016/07/13 18:31:41
This diff is a bit surprising since this passes us
| |
138 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 138 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
139 }, | 139 }, |
140 "name": "gclient runhooks" | 140 "name": "gclient runhooks" |
141 }, | 141 }, |
142 { | 142 { |
143 "cmd": [ | 143 "cmd": [ |
144 "python", | 144 "python", |
145 "-u", | 145 "-u", |
146 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 146 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
147 "gen", | 147 "gen", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" | 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" |
184 }, | 184 }, |
185 "name": "compile" | 185 "name": "compile" |
186 }, | 186 }, |
187 { | 187 { |
188 "name": "$result", | 188 "name": "$result", |
189 "recipe_result": null, | 189 "recipe_result": null, |
190 "status_code": 0 | 190 "status_code": 0 |
191 } | 191 } |
192 ] | 192 ] |
OLD | NEW |