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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/perf_tryjob_failed_test.json

Issue 1916303006: Fix GOMA_SERVICE_ACCOUNT_JSON_FILE propagation in mb. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: make sure GOMA_SERVICE_ACCOUNT_JSON_FILE is present in generate_build_files, too Created 4 years, 7 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
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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "tryserver.chromium.perf", 256 "tryserver.chromium.perf",
257 "-b", 257 "-b",
258 "linux_perf_bisect", 258 "linux_perf_bisect",
259 "--config-file", 259 "--config-file",
260 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 260 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
261 "--goma-dir", 261 "--goma-dir",
262 "[CACHE]/cipd/goma", 262 "[CACHE]/cipd/goma",
263 "//out/Release" 263 "//out/Release"
264 ], 264 ],
265 "cwd": "[SLAVE_BUILD]", 265 "cwd": "[SLAVE_BUILD]",
266 "env": {
267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
268 },
266 "name": "generate_build_files (with patch)" 269 "name": "generate_build_files (with patch)"
267 }, 270 },
268 { 271 {
269 "cmd": [ 272 "cmd": [
270 "python", 273 "python",
271 "-u", 274 "-u",
272 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
273 "--show-path", 276 "--show-path",
274 "python", 277 "python",
275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 "tryserver.chromium.perf", 476 "tryserver.chromium.perf",
474 "-b", 477 "-b",
475 "linux_perf_bisect", 478 "linux_perf_bisect",
476 "--config-file", 479 "--config-file",
477 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 480 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
478 "--goma-dir", 481 "--goma-dir",
479 "[CACHE]/cipd/goma", 482 "[CACHE]/cipd/goma",
480 "//out/Release" 483 "//out/Release"
481 ], 484 ],
482 "cwd": "[SLAVE_BUILD]", 485 "cwd": "[SLAVE_BUILD]",
486 "env": {
487 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
488 },
483 "name": "generate_build_files Without Patch" 489 "name": "generate_build_files Without Patch"
484 }, 490 },
485 { 491 {
486 "cmd": [ 492 "cmd": [
487 "python", 493 "python",
488 "-u", 494 "-u",
489 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 495 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
490 "--show-path", 496 "--show-path",
491 "python", 497 "python",
492 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 498 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 "@@@STEP_LOG_END@json.output (invalid)@@@", 588 "@@@STEP_LOG_END@json.output (invalid)@@@",
583 "@@@STEP_FAILURE@@@" 589 "@@@STEP_FAILURE@@@"
584 ] 590 ]
585 }, 591 },
586 { 592 {
587 "name": "$result", 593 "name": "$result",
588 "reason": "Failed to upload result to Perf Dashboard. Error response: None", 594 "reason": "Failed to upload result to Perf Dashboard. Error response: None",
589 "status_code": 1 595 "status_code": 1
590 } 596 }
591 ] 597 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698