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

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

Powered by Google App Engine
This is Rietveld 408576698