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

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

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 4 years, 8 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 | Annotate | Revision Log
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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "--goma-cache-dir", 239 "--goma-cache-dir",
240 "[GOMA_CACHE]", 240 "[GOMA_CACHE]",
241 "--build-tool", 241 "--build-tool",
242 "ninja", 242 "ninja",
243 "--build-data-dir", 243 "--build-data-dir",
244 "[ROOT]/build_data_dir", 244 "[ROOT]/build_data_dir",
245 "--compiler", 245 "--compiler",
246 "goma-clang", 246 "goma-clang",
247 "--goma-jsonstatus", 247 "--goma-jsonstatus",
248 "/path/to/tmp/json", 248 "/path/to/tmp/json",
249 "--goma-service-account-json-file",
250 "/creds/service_accounts/service-account-goma-client.json",
249 "--mode", 251 "--mode",
250 "official", 252 "official",
251 "--goma-dir", 253 "--goma-dir",
252 "[CACHE]/cipd/goma", 254 "[CACHE]/cipd/goma",
253 "--goma-hermetic", 255 "--goma-hermetic",
254 "fallback", 256 "fallback",
255 "--", 257 "--",
256 "chromium_builder_perf" 258 "chromium_builder_perf"
257 ], 259 ],
258 "cwd": "[SLAVE_BUILD]", 260 "cwd": "[SLAVE_BUILD]",
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 "~followup_annotations": [ 826 "~followup_annotations": [
825 "@@@STEP_TEXT@Mac Retina Perf (5)@@@" 827 "@@@STEP_TEXT@Mac Retina Perf (5)@@@"
826 ] 828 ]
827 }, 829 },
828 { 830 {
829 "name": "$result", 831 "name": "$result",
830 "recipe_result": null, 832 "recipe_result": null,
831 "status_code": 0 833 "status_code": 0
832 } 834 }
833 ] 835 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698