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

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: FYI configs. Created 4 years, 6 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "--compiler", 239 "--compiler",
240 "goma", 240 "goma",
241 "--goma-jsonstatus", 241 "--goma-jsonstatus",
242 "/path/to/tmp/json", 242 "/path/to/tmp/json",
243 "--goma-service-account-json-file", 243 "--goma-service-account-json-file",
244 "C:\\creds\\service_accounts\\service-account-goma-client.json", 244 "C:\\creds\\service_accounts\\service-account-goma-client.json",
245 "--mode", 245 "--mode",
246 "official", 246 "official",
247 "--goma-dir", 247 "--goma-dir",
248 "[CACHE]\\cipd\\goma", 248 "[CACHE]\\cipd\\goma",
249 "--goma-hermetic",
250 "fallback",
251 "--", 249 "--",
252 "chrome", 250 "chrome",
253 "chromium_builder_perf" 251 "chromium_builder_perf"
254 ], 252 ],
255 "env": { 253 "env": {
256 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 254 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
257 }, 255 },
258 "name": "compile", 256 "name": "compile",
259 "~followup_annotations": [ 257 "~followup_annotations": [
260 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 258 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 468 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
471 }, 469 },
472 "name": "process_dumps" 470 "name": "process_dumps"
473 }, 471 },
474 { 472 {
475 "name": "$result", 473 "name": "$result",
476 "recipe_result": null, 474 "recipe_result": null,
477 "status_code": 0 475 "status_code": 0
478 } 476 }
479 ] 477 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698