Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(327)

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_winx64ati_perf_bisect.json

Issue 2151583002: recipes/win: Stop explicitly disabling precompiled headers in recipes in goma builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "cmd": [ 193 "cmd": [
194 "python", 194 "python",
195 "-u", 195 "-u",
196 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 196 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
197 "runhooks" 197 "runhooks"
198 ], 198 ],
199 "cwd": "[BUILDER_CACHE]\\winx64ati_perf_bisect\\src", 199 "cwd": "[BUILDER_CACHE]\\winx64ati_perf_bisect\\src",
200 "env": { 200 "env": {
201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 201 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
202 "GYP_CHROMIUM_NO_ACTION": "1", 202 "GYP_CHROMIUM_NO_ACTION": "1",
203 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp onent=static_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 u se_goma=1", 203 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1",
204 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 204 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
205 }, 205 },
206 "name": "gclient runhooks" 206 "name": "gclient runhooks"
207 }, 207 },
208 { 208 {
209 "cmd": [ 209 "cmd": [
210 "python", 210 "python",
211 "-u", 211 "-u",
212 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 212 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
213 "--show-path", 213 "--show-path",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64ati_per f_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \ "parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromiu m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave name\"}" 308 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]\\\\build_data_dir\", \"buildername\": \"winx64ati_per f_bisect\", \"buildnumber\": 571, \"mastername\": \"tryserver.chromium.perf\", \ "parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromiu m\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave name\"}"
309 ], 309 ],
310 "name": "package build" 310 "name": "package build"
311 }, 311 },
312 { 312 {
313 "name": "$result", 313 "name": "$result",
314 "recipe_result": null, 314 "recipe_result": null,
315 "status_code": 0 315 "status_code": 0
316 } 316 }
317 ] 317 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698