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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_metric.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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "tryserver.chromium.perf", 481 "tryserver.chromium.perf",
479 "-b", 482 "-b",
480 "linux_perf_bisect", 483 "linux_perf_bisect",
481 "--config-file", 484 "--config-file",
482 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 485 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
483 "--goma-dir", 486 "--goma-dir",
484 "[CACHE]/cipd/goma", 487 "[CACHE]/cipd/goma",
485 "//out/Release" 488 "//out/Release"
486 ], 489 ],
487 "cwd": "[SLAVE_BUILD]", 490 "cwd": "[SLAVE_BUILD]",
491 "env": {
492 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
493 },
488 "name": "generate_build_files Without Patch" 494 "name": "generate_build_files Without Patch"
489 }, 495 },
490 { 496 {
491 "cmd": [ 497 "cmd": [
492 "python", 498 "python",
493 "-u", 499 "-u",
494 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 500 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
495 "--show-path", 501 "--show-path",
496 "python", 502 "python",
497 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 503 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 "@@@STEP_LOG_LINE@json.output@}@@@", 613 "@@@STEP_LOG_LINE@json.output@}@@@",
608 "@@@STEP_LOG_END@json.output@@@" 614 "@@@STEP_LOG_END@json.output@@@"
609 ] 615 ]
610 }, 616 },
611 { 617 {
612 "name": "$result", 618 "name": "$result",
613 "recipe_result": null, 619 "recipe_result": null,
614 "status_code": 0 620 "status_code": 0
615 } 621 }
616 ] 622 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698