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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "--src-dir", 479 "--src-dir",
482 "[SLAVE_BUILD]/src", 480 "[SLAVE_BUILD]/src",
483 "--goma-cache-dir", 481 "--goma-cache-dir",
484 "[GOMA_CACHE]", 482 "[GOMA_CACHE]",
485 "--build-tool", 483 "--build-tool",
486 "ninja", 484 "ninja",
487 "--compiler", 485 "--compiler",
488 "goma", 486 "goma",
489 "--goma-jsonstatus", 487 "--goma-jsonstatus",
490 "/path/to/tmp/json", 488 "/path/to/tmp/json",
491 "--goma-service-account-json-file",
492 "/creds/service_accounts/service-account-goma-client.json",
493 "--mode", 489 "--mode",
494 "official", 490 "official",
495 "--goma-dir", 491 "--goma-dir",
496 "[CACHE]/cipd/goma", 492 "[CACHE]/cipd/goma",
497 "--goma-hermetic", 493 "--goma-hermetic",
498 "fallback", 494 "fallback",
499 "--goma-fail-fast", 495 "--goma-fail-fast",
500 "--goma-disable-local-fallback", 496 "--goma-disable-local-fallback",
501 "--", 497 "--",
502 "chromium_builder_perf" 498 "chromium_builder_perf"
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 "@@@STEP_LOG_END@json.output (invalid)@@@", 544 "@@@STEP_LOG_END@json.output (invalid)@@@",
549 "@@@STEP_FAILURE@@@" 545 "@@@STEP_FAILURE@@@"
550 ] 546 ]
551 }, 547 },
552 { 548 {
553 "name": "$result", 549 "name": "$result",
554 "reason": "Failed to upload result to Perf Dashboard. Error response: None", 550 "reason": "Failed to upload result to Perf Dashboard. Error response: None",
555 "status_code": 1 551 "status_code": 1
556 } 552 }
557 ] 553 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698