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

Side by Side Diff: scripts/slave/recipes/swarming/deterministic_build.expected/full_chromium_swarm_Windows_deterministic.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\\tools\\runit.py", 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
7 "--show-path", 7 "--show-path",
8 "python", 8 "python",
9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
10 ], 10 ],
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 { 191 {
192 "cmd": [ 192 "cmd": [
193 "python", 193 "python",
194 "-u", 194 "-u",
195 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 195 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
196 "runhooks" 196 "runhooks"
197 ], 197 ],
198 "cwd": "[SLAVE_BUILD]\\src", 198 "cwd": "[SLAVE_BUILD]\\src",
199 "env": { 199 "env": {
200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
201 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom a=1", 201 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1",
202 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 202 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
203 }, 203 },
204 "name": "gclient runhooks" 204 "name": "gclient runhooks"
205 }, 205 },
206 { 206 {
207 "cmd": [ 207 "cmd": [
208 "python", 208 "python",
209 "-u", 209 "-u",
210 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 210 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
211 "--show-path", 211 "--show-path",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 { 334 {
335 "cmd": [ 335 "cmd": [
336 "python", 336 "python",
337 "-u", 337 "-u",
338 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 338 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
339 "runhooks" 339 "runhooks"
340 ], 340 ],
341 "cwd": "[SLAVE_BUILD]\\src", 341 "cwd": "[SLAVE_BUILD]\\src",
342 "env": { 342 "env": {
343 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 343 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
344 "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 go madir='[CACHE]\\cipd\\goma' target_arch=ia32 test_isolation_mode=prepare use_gom a=1", 344 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1",
345 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 345 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
346 }, 346 },
347 "name": "gclient runhooks (2)" 347 "name": "gclient runhooks (2)"
348 }, 348 },
349 { 349 {
350 "cmd": [ 350 "cmd": [
351 "python", 351 "python",
352 "-u", 352 "-u",
353 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 353 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
354 "--show-path", 354 "--show-path",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 ], 465 ],
466 "cwd": "[SLAVE_BUILD]", 466 "cwd": "[SLAVE_BUILD]",
467 "name": "compare_build_artifacts" 467 "name": "compare_build_artifacts"
468 }, 468 },
469 { 469 {
470 "name": "$result", 470 "name": "$result",
471 "recipe_result": null, 471 "recipe_result": null,
472 "status_code": 0 472 "status_code": 0
473 } 473 }
474 ] 474 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698