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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 1092 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1095 }, 1093 },
1096 "name": "process_dumps" 1094 "name": "process_dumps"
1097 }, 1095 },
1098 { 1096 {
1099 "name": "$result", 1097 "name": "$result",
1100 "recipe_result": null, 1098 "recipe_result": null,
1101 "status_code": 0 1099 "status_code": 0
1102 } 1100 }
1103 ] 1101 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698