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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/perf_cq_run_benchmark.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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 "tryserver.chromium.perf", 232 "tryserver.chromium.perf",
233 "-b", 233 "-b",
234 "linux_perf_bisect", 234 "linux_perf_bisect",
235 "--config-file", 235 "--config-file",
236 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 236 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
237 "--goma-dir", 237 "--goma-dir",
238 "[CACHE]/cipd/goma", 238 "[CACHE]/cipd/goma",
239 "//out/Release" 239 "//out/Release"
240 ], 240 ],
241 "cwd": "[SLAVE_BUILD]", 241 "cwd": "[SLAVE_BUILD]",
242 "env": {
243 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
244 },
242 "name": "generate_build_files (with patch)" 245 "name": "generate_build_files (with patch)"
243 }, 246 },
244 { 247 {
245 "cmd": [ 248 "cmd": [
246 "python", 249 "python",
247 "-u", 250 "-u",
248 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 251 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
249 "--show-path", 252 "--show-path",
250 "python", 253 "python",
251 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 "@@@STEP_LOG_LINE@json.output@[]@@@", 436 "@@@STEP_LOG_LINE@json.output@[]@@@",
434 "@@@STEP_LOG_END@json.output@@@" 437 "@@@STEP_LOG_END@json.output@@@"
435 ] 438 ]
436 }, 439 },
437 { 440 {
438 "name": "$result", 441 "name": "$result",
439 "recipe_result": null, 442 "recipe_result": null,
440 "status_code": 0 443 "status_code": 0
441 } 444 }
442 ] 445 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698