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

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

Powered by Google App Engine
This is Rietveld 408576698