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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_trigger_failure.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.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel_ng", 10 "linux_chromium_rel_ng",
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "tryserver.chromium.linux", 345 "tryserver.chromium.linux",
346 "-b", 346 "-b",
347 "linux_chromium_rel_ng", 347 "linux_chromium_rel_ng",
348 "--config-file", 348 "--config-file",
349 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 349 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
350 "--goma-dir", 350 "--goma-dir",
351 "[CACHE]/cipd/goma", 351 "[CACHE]/cipd/goma",
352 "//out/Release" 352 "//out/Release"
353 ], 353 ],
354 "cwd": "[SLAVE_BUILD]", 354 "cwd": "[SLAVE_BUILD]",
355 "env": {
356 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
357 },
355 "name": "generate_build_files (with patch)" 358 "name": "generate_build_files (with patch)"
356 }, 359 },
357 { 360 {
358 "cmd": [ 361 "cmd": [
359 "python", 362 "python",
360 "-u", 363 "-u",
361 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 364 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
362 "--show-path", 365 "--show-path",
363 "python", 366 "python",
364 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 367 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 ], 409 ],
407 "cwd": "[SLAVE_BUILD]", 410 "cwd": "[SLAVE_BUILD]",
408 "name": "mark: before_tests" 411 "name": "mark: before_tests"
409 }, 412 },
410 { 413 {
411 "name": "$result", 414 "name": "$result",
412 "recipe_result": null, 415 "recipe_result": null,
413 "status_code": 0 416 "status_code": 0
414 } 417 }
415 ] 418 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698