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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/no_compile_because_of_analyze.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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "-m", 295 "-m",
296 "tryserver.chromium.linux", 296 "tryserver.chromium.linux",
297 "-b", 297 "-b",
298 "linux_chromium_rel_ng", 298 "linux_chromium_rel_ng",
299 "-v", 299 "-v",
300 "//out/Release", 300 "//out/Release",
301 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": []}", 301 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": []}",
302 "/path/to/tmp/json" 302 "/path/to/tmp/json"
303 ], 303 ],
304 "cwd": "[SLAVE_BUILD]", 304 "cwd": "[SLAVE_BUILD]",
305 "env": {
306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
307 },
305 "name": "analyze", 308 "name": "analyze",
306 "~followup_annotations": [ 309 "~followup_annotations": [
307 "@@@STEP_TEXT@No compile necessary@@@", 310 "@@@STEP_TEXT@No compile necessary@@@",
308 "@@@STEP_LOG_LINE@json.output@{@@@", 311 "@@@STEP_LOG_LINE@json.output@{@@@",
309 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 312 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
310 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 313 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
311 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 314 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
312 "@@@STEP_LOG_LINE@json.output@}@@@", 315 "@@@STEP_LOG_LINE@json.output@}@@@",
313 "@@@STEP_LOG_END@json.output@@@", 316 "@@@STEP_LOG_END@json.output@@@",
314 "@@@STEP_LOG_LINE@analyze_details@{@@@", 317 "@@@STEP_LOG_LINE@analyze_details@{@@@",
(...skipping 16 matching lines...) Expand all
331 ], 334 ],
332 "cwd": "[SLAVE_BUILD]", 335 "cwd": "[SLAVE_BUILD]",
333 "name": "mark: before_tests" 336 "name": "mark: before_tests"
334 }, 337 },
335 { 338 {
336 "name": "$result", 339 "name": "$result",
337 "recipe_result": null, 340 "recipe_result": null,
338 "status_code": 0 341 "status_code": 0
339 } 342 }
340 ] 343 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698