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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.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 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 "--src-dir", 280 "--src-dir",
281 "[SLAVE_BUILD]/src", 281 "[SLAVE_BUILD]/src",
282 "--goma-cache-dir", 282 "--goma-cache-dir",
283 "[GOMA_CACHE]", 283 "[GOMA_CACHE]",
284 "--build-tool", 284 "--build-tool",
285 "ninja", 285 "ninja",
286 "--compiler", 286 "--compiler",
287 "goma", 287 "goma",
288 "--goma-jsonstatus", 288 "--goma-jsonstatus",
289 "/path/to/tmp/json", 289 "/path/to/tmp/json",
290 "--goma-service-account-json-file",
291 "/creds/service_accounts/service-account-goma-client.json",
292 "--mode", 290 "--mode",
293 "official", 291 "official",
294 "--goma-dir", 292 "--goma-dir",
295 "[CACHE]/cipd/goma", 293 "[CACHE]/cipd/goma",
296 "--goma-hermetic", 294 "--goma-hermetic",
297 "fallback", 295 "fallback",
298 "--goma-fail-fast", 296 "--goma-fail-fast",
299 "--goma-disable-local-fallback", 297 "--goma-disable-local-fallback",
300 "--", 298 "--",
301 "chromium_builder_perf" 299 "chromium_builder_perf"
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 "--src-dir", 483 "--src-dir",
486 "[SLAVE_BUILD]/src", 484 "[SLAVE_BUILD]/src",
487 "--goma-cache-dir", 485 "--goma-cache-dir",
488 "[GOMA_CACHE]", 486 "[GOMA_CACHE]",
489 "--build-tool", 487 "--build-tool",
490 "ninja", 488 "ninja",
491 "--compiler", 489 "--compiler",
492 "goma", 490 "goma",
493 "--goma-jsonstatus", 491 "--goma-jsonstatus",
494 "/path/to/tmp/json", 492 "/path/to/tmp/json",
495 "--goma-service-account-json-file",
496 "/creds/service_accounts/service-account-goma-client.json",
497 "--mode", 493 "--mode",
498 "official", 494 "official",
499 "--goma-dir", 495 "--goma-dir",
500 "[CACHE]/cipd/goma", 496 "[CACHE]/cipd/goma",
501 "--goma-hermetic", 497 "--goma-hermetic",
502 "fallback", 498 "fallback",
503 "--goma-fail-fast", 499 "--goma-fail-fast",
504 "--goma-disable-local-fallback", 500 "--goma-disable-local-fallback",
505 "--", 501 "--",
506 "chromium_builder_perf" 502 "chromium_builder_perf"
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 "@@@STEP_LOG_LINE@json.output@}@@@", 574 "@@@STEP_LOG_LINE@json.output@}@@@",
579 "@@@STEP_LOG_END@json.output@@@" 575 "@@@STEP_LOG_END@json.output@@@"
580 ] 576 ]
581 }, 577 },
582 { 578 {
583 "name": "$result", 579 "name": "$result",
584 "recipe_result": null, 580 "recipe_result": null,
585 "status_code": 0 581 "status_code": 0
586 } 582 }
587 ] 583 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698