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

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: 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 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 1060 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1063 }, 1061 },
1064 "name": "process_dumps" 1062 "name": "process_dumps"
1065 }, 1063 },
1066 { 1064 {
1067 "name": "$result", 1065 "name": "$result",
1068 "recipe_result": null, 1066 "recipe_result": null,
1069 "status_code": 0 1067 "status_code": 0
1070 } 1068 }
1071 ] 1069 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698