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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/script_test_with_overridden_compile_targets.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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 "-m", 307 "-m",
308 "tryserver.chromium.linux", 308 "tryserver.chromium.linux",
309 "-b", 309 "-b",
310 "linux_chromium_rel_ng", 310 "linux_chromium_rel_ng",
311 "-v", 311 "-v",
312 "//out/Release", 312 "//out/Release",
313 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": [\"overridden_target\"]}", 313 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": [\"overridden_target\"]}",
314 "/path/to/tmp/json" 314 "/path/to/tmp/json"
315 ], 315 ],
316 "cwd": "[SLAVE_BUILD]", 316 "cwd": "[SLAVE_BUILD]",
317 "env": {
318 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
319 },
317 "name": "analyze", 320 "name": "analyze",
318 "~followup_annotations": [ 321 "~followup_annotations": [
319 "@@@STEP_TEXT@No compile necessary@@@", 322 "@@@STEP_TEXT@No compile necessary@@@",
320 "@@@STEP_LOG_LINE@json.output@{@@@", 323 "@@@STEP_LOG_LINE@json.output@{@@@",
321 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 324 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
322 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 325 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
323 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 326 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
324 "@@@STEP_LOG_LINE@json.output@}@@@", 327 "@@@STEP_LOG_LINE@json.output@}@@@",
325 "@@@STEP_LOG_END@json.output@@@", 328 "@@@STEP_LOG_END@json.output@@@",
326 "@@@STEP_LOG_LINE@analyze_details@{@@@", 329 "@@@STEP_LOG_LINE@analyze_details@{@@@",
(...skipping 18 matching lines...) Expand all
345 ], 348 ],
346 "cwd": "[SLAVE_BUILD]", 349 "cwd": "[SLAVE_BUILD]",
347 "name": "mark: before_tests" 350 "name": "mark: before_tests"
348 }, 351 },
349 { 352 {
350 "name": "$result", 353 "name": "$result",
351 "recipe_result": null, 354 "recipe_result": null,
352 "status_code": 0 355 "status_code": 0
353 } 356 }
354 ] 357 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698