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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_instrumentation_cloud_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, 8 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 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Cloud Tests", 10 "Android Cloud Tests",
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "chromium.fyi", 283 "chromium.fyi",
284 "-b", 284 "-b",
285 "Android Cloud Tests", 285 "Android Cloud Tests",
286 "--config-file", 286 "--config-file",
287 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 287 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
288 "--goma-dir", 288 "--goma-dir",
289 "[CACHE]/cipd/goma", 289 "[CACHE]/cipd/goma",
290 "//out/Release" 290 "//out/Release"
291 ], 291 ],
292 "cwd": "[SLAVE_BUILD]", 292 "cwd": "[SLAVE_BUILD]",
293 "env": {
294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
295 },
293 "name": "generate_build_files" 296 "name": "generate_build_files"
294 }, 297 },
295 { 298 {
296 "cmd": [ 299 "cmd": [
297 "python", 300 "python",
298 "-u", 301 "-u",
299 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 302 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
300 "--show-path", 303 "--show-path",
301 "python", 304 "python",
302 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 305 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 539 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
537 "@@@STEP_LOG_END@python.inline@@@" 540 "@@@STEP_LOG_END@python.inline@@@"
538 ] 541 ]
539 }, 542 },
540 { 543 {
541 "name": "$result", 544 "name": "$result",
542 "reason": "1 tests failed: ['ChromePublicTest']", 545 "reason": "1 tests failed: ['ChromePublicTest']",
543 "status_code": 1 546 "status_code": 1
544 } 547 }
545 ] 548 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698