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

Side by Side Diff: scripts/slave/recipes/ozone_ecs.expected/trybot.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "linux_ecs_ozone", 10 "linux_ecs_ozone",
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 "--src-dir", 133 "--src-dir",
134 "[SLAVE_BUILD]/src", 134 "[SLAVE_BUILD]/src",
135 "--goma-cache-dir", 135 "--goma-cache-dir",
136 "[GOMA_CACHE]", 136 "[GOMA_CACHE]",
137 "--build-tool", 137 "--build-tool",
138 "ninja", 138 "ninja",
139 "--compiler", 139 "--compiler",
140 "goma", 140 "goma",
141 "--goma-jsonstatus", 141 "--goma-jsonstatus",
142 "/path/to/tmp/json", 142 "/path/to/tmp/json",
143 "--goma-service-account-json-file",
144 "/creds/service_accounts/service-account-goma-client.json",
143 "--goma-dir", 145 "--goma-dir",
144 "[BUILD]/goma", 146 "[BUILD]/goma",
145 "--goma-fail-fast", 147 "--goma-fail-fast",
146 "--goma-disable-local-fallback", 148 "--goma-disable-local-fallback",
147 "--", 149 "--",
148 "content_shell" 150 "content_shell"
149 ], 151 ],
150 "cwd": "[SLAVE_BUILD]", 152 "cwd": "[SLAVE_BUILD]",
151 "name": "compile content_shell", 153 "name": "compile content_shell",
152 "~followup_annotations": [ 154 "~followup_annotations": [
(...skipping 27 matching lines...) Expand all
180 "--src-dir", 182 "--src-dir",
181 "[SLAVE_BUILD]/src", 183 "[SLAVE_BUILD]/src",
182 "--goma-cache-dir", 184 "--goma-cache-dir",
183 "[GOMA_CACHE]", 185 "[GOMA_CACHE]",
184 "--build-tool", 186 "--build-tool",
185 "ninja", 187 "ninja",
186 "--compiler", 188 "--compiler",
187 "goma", 189 "goma",
188 "--goma-jsonstatus", 190 "--goma-jsonstatus",
189 "/path/to/tmp/json", 191 "/path/to/tmp/json",
192 "--goma-service-account-json-file",
193 "/creds/service_accounts/service-account-goma-client.json",
190 "--goma-dir", 194 "--goma-dir",
191 "[BUILD]/goma", 195 "[BUILD]/goma",
192 "--goma-fail-fast", 196 "--goma-fail-fast",
193 "--goma-disable-local-fallback", 197 "--goma-disable-local-fallback",
194 "--", 198 "--",
195 "aura_unittests", 199 "aura_unittests",
196 "base_unittests", 200 "base_unittests",
197 "cacheinvalidation_unittests", 201 "cacheinvalidation_unittests",
198 "cc_unittests", 202 "cc_unittests",
199 "components_unittests", 203 "components_unittests",
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 ], 755 ],
752 "cwd": "[SLAVE_BUILD]", 756 "cwd": "[SLAVE_BUILD]",
753 "name": "url_unittests" 757 "name": "url_unittests"
754 }, 758 },
755 { 759 {
756 "name": "$result", 760 "name": "$result",
757 "recipe_result": null, 761 "recipe_result": null,
758 "status_code": 0 762 "status_code": 0
759 } 763 }
760 ] 764 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698