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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_gn.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 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "linux_gn", 10 "linux_gn",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "--src-dir", 94 "--src-dir",
95 "[SLAVE_BUILD]/src", 95 "[SLAVE_BUILD]/src",
96 "--goma-cache-dir", 96 "--goma-cache-dir",
97 "[GOMA_CACHE]", 97 "[GOMA_CACHE]",
98 "--build-tool", 98 "--build-tool",
99 "ninja", 99 "ninja",
100 "--compiler", 100 "--compiler",
101 "goma", 101 "goma",
102 "--goma-jsonstatus", 102 "--goma-jsonstatus",
103 "/path/to/tmp/json", 103 "/path/to/tmp/json",
104 "--goma-service-account-json-file",
105 "/creds/service_accounts/service-account-goma-client.json",
104 "--goma-dir", 106 "--goma-dir",
105 "[BUILD]/goma", 107 "[BUILD]/goma",
106 "--goma-fail-fast", 108 "--goma-fail-fast",
107 "--goma-disable-local-fallback", 109 "--goma-disable-local-fallback",
108 "--", 110 "--",
109 "all" 111 "all"
110 ], 112 ],
111 "cwd": "[SLAVE_BUILD]", 113 "cwd": "[SLAVE_BUILD]",
112 "name": "compile", 114 "name": "compile",
113 "~followup_annotations": [ 115 "~followup_annotations": [
114 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 116 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
115 "@@@STEP_LOG_END@json.output (invalid)@@@" 117 "@@@STEP_LOG_END@json.output (invalid)@@@"
116 ] 118 ]
117 }, 119 },
118 { 120 {
119 "name": "$result", 121 "name": "$result",
120 "recipe_result": null, 122 "recipe_result": null,
121 "status_code": 0 123 "status_code": 0
122 } 124 }
123 ] 125 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698