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

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

Issue 2030713004: Refactor chromium.perf recipe configs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@2-refactorr
Patch Set: Rebase, hope it's right :) Created 4 years, 4 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 "--compiler", 263 "--compiler",
264 "goma", 264 "goma",
265 "--goma-jsonstatus", 265 "--goma-jsonstatus",
266 "/path/to/tmp/json", 266 "/path/to/tmp/json",
267 "--goma-service-account-json-file", 267 "--goma-service-account-json-file",
268 "C:\\creds\\service_accounts\\service-account-goma-client.json", 268 "C:\\creds\\service_accounts\\service-account-goma-client.json",
269 "--mode", 269 "--mode",
270 "official", 270 "official",
271 "--goma-dir", 271 "--goma-dir",
272 "[CACHE]\\cipd\\goma", 272 "[CACHE]\\cipd\\goma",
273 "--goma-hermetic",
274 "fallback",
275 "--", 273 "--",
276 "chrome", 274 "chrome",
277 "chromium_builder_perf" 275 "chromium_builder_perf"
278 ], 276 ],
279 "env": { 277 "env": {
280 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
281 }, 279 },
282 "name": "compile", 280 "name": "compile",
283 "~followup_annotations": [ 281 "~followup_annotations": [
284 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 462 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
465 }, 463 },
466 "name": "process_dumps" 464 "name": "process_dumps"
467 }, 465 },
468 { 466 {
469 "name": "$result", 467 "name": "$result",
470 "recipe_result": null, 468 "recipe_result": null,
471 "status_code": 0 469 "status_code": 0
472 } 470 }
473 ] 471 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698