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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob.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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "tryserver.chromium.perf", 255 "tryserver.chromium.perf",
256 "-b", 256 "-b",
257 "linux_perf_bisect", 257 "linux_perf_bisect",
258 "--config-file", 258 "--config-file",
259 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 259 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
260 "--goma-dir", 260 "--goma-dir",
261 "[CACHE]/cipd/goma", 261 "[CACHE]/cipd/goma",
262 "//out/Release" 262 "//out/Release"
263 ], 263 ],
264 "cwd": "[SLAVE_BUILD]", 264 "cwd": "[SLAVE_BUILD]",
265 "env": {
266 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
267 },
265 "name": "generate_build_files (with patch)" 268 "name": "generate_build_files (with patch)"
266 }, 269 },
267 { 270 {
268 "cmd": [ 271 "cmd": [
269 "python", 272 "python",
270 "-u", 273 "-u",
271 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 274 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
272 "--show-path", 275 "--show-path",
273 "python", 276 "python",
274 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 277 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "tryserver.chromium.perf", 480 "tryserver.chromium.perf",
478 "-b", 481 "-b",
479 "linux_perf_bisect", 482 "linux_perf_bisect",
480 "--config-file", 483 "--config-file",
481 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 484 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
482 "--goma-dir", 485 "--goma-dir",
483 "[CACHE]/cipd/goma", 486 "[CACHE]/cipd/goma",
484 "//out/Release" 487 "//out/Release"
485 ], 488 ],
486 "cwd": "[SLAVE_BUILD]", 489 "cwd": "[SLAVE_BUILD]",
490 "env": {
491 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
492 },
487 "name": "generate_build_files Without Patch" 493 "name": "generate_build_files Without Patch"
488 }, 494 },
489 { 495 {
490 "cmd": [ 496 "cmd": [
491 "python", 497 "python",
492 "-u", 498 "-u",
493 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 499 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
494 "--show-path", 500 "--show-path",
495 "python", 501 "python",
496 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 502 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 "@@@STEP_LOG_LINE@json.output@}@@@", 618 "@@@STEP_LOG_LINE@json.output@}@@@",
613 "@@@STEP_LOG_END@json.output@@@" 619 "@@@STEP_LOG_END@json.output@@@"
614 ] 620 ]
615 }, 621 },
616 { 622 {
617 "name": "$result", 623 "name": "$result",
618 "recipe_result": null, 624 "recipe_result": null,
619 "status_code": 0 625 "status_code": 0
620 } 626 }
621 ] 627 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698