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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "--compiler", 253 "--compiler",
254 "goma-clang", 254 "goma-clang",
255 "--goma-jsonstatus", 255 "--goma-jsonstatus",
256 "/path/to/tmp/json", 256 "/path/to/tmp/json",
257 "--goma-service-account-json-file", 257 "--goma-service-account-json-file",
258 "/creds/service_accounts/service-account-goma-client.json", 258 "/creds/service_accounts/service-account-goma-client.json",
259 "--mode", 259 "--mode",
260 "official", 260 "official",
261 "--goma-dir", 261 "--goma-dir",
262 "[CACHE]/cipd/goma", 262 "[CACHE]/cipd/goma",
263 "--goma-hermetic",
264 "fallback",
265 "--", 263 "--",
266 "chrome", 264 "chrome",
267 "chromium_builder_perf" 265 "chromium_builder_perf"
268 ], 266 ],
269 "env": { 267 "env": {
270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
271 }, 269 },
272 "name": "compile", 270 "name": "compile",
273 "~followup_annotations": [ 271 "~followup_annotations": [
274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 272 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 737 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
740 }, 738 },
741 "name": "sizes" 739 "name": "sizes"
742 }, 740 },
743 { 741 {
744 "name": "$result", 742 "name": "$result",
745 "recipe_result": null, 743 "recipe_result": null,
746 "status_code": 0 744 "status_code": 0
747 } 745 }
748 ] 746 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698