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

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

Issue 1906513003: Revert "goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 "Linux Builder", 10 "Linux Builder",
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "--src-dir", 217 "--src-dir",
218 "[SLAVE_BUILD]/src", 218 "[SLAVE_BUILD]/src",
219 "--goma-cache-dir", 219 "--goma-cache-dir",
220 "[GOMA_CACHE]", 220 "[GOMA_CACHE]",
221 "--build-tool", 221 "--build-tool",
222 "ninja", 222 "ninja",
223 "--compiler", 223 "--compiler",
224 "goma", 224 "goma",
225 "--goma-jsonstatus", 225 "--goma-jsonstatus",
226 "/path/to/tmp/json", 226 "/path/to/tmp/json",
227 "--goma-service-account-json-file",
228 "/creds/service_accounts/service-account-goma-client.json",
229 "--mode", 227 "--mode",
230 "official", 228 "official",
231 "--goma-dir", 229 "--goma-dir",
232 "[CACHE]/cipd/goma", 230 "[CACHE]/cipd/goma",
233 "--goma-hermetic", 231 "--goma-hermetic",
234 "fallback", 232 "fallback",
235 "--", 233 "--",
236 "chromium_builder_perf" 234 "chromium_builder_perf"
237 ], 235 ],
238 "cwd": "[SLAVE_BUILD]", 236 "cwd": "[SLAVE_BUILD]",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "~followup_annotations": [ 397 "~followup_annotations": [
400 "@@@STEP_TEXT@Linux Perf (5)@@@" 398 "@@@STEP_TEXT@Linux Perf (5)@@@"
401 ] 399 ]
402 }, 400 },
403 { 401 {
404 "name": "$result", 402 "name": "$result",
405 "recipe_result": null, 403 "recipe_result": null,
406 "status_code": 0 404 "status_code": 0
407 } 405 }
408 ] 406 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698