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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_skipped.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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_variable", 10 "linux_variable",
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "-m", 513 "-m",
514 "chromium.linux", 514 "chromium.linux",
515 "-b", 515 "-b",
516 "Linux Builder", 516 "Linux Builder",
517 "-v", 517 "-v",
518 "//out/Release", 518 "//out/Release",
519 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": []}", 519 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": []}",
520 "/path/to/tmp/json" 520 "/path/to/tmp/json"
521 ], 521 ],
522 "cwd": "[SLAVE_BUILD]", 522 "cwd": "[SLAVE_BUILD]",
523 "env": {
524 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
525 },
523 "name": "test r1.analyze", 526 "name": "test r1.analyze",
524 "~followup_annotations": [ 527 "~followup_annotations": [
525 "@@@STEP_NEST_LEVEL@1@@@", 528 "@@@STEP_NEST_LEVEL@1@@@",
526 "@@@STEP_TEXT@No compile necessary@@@", 529 "@@@STEP_TEXT@No compile necessary@@@",
527 "@@@STEP_LOG_LINE@json.output@{@@@", 530 "@@@STEP_LOG_LINE@json.output@{@@@",
528 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 531 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
529 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", 532 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@",
530 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 533 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
531 "@@@STEP_LOG_LINE@json.output@}@@@", 534 "@@@STEP_LOG_LINE@json.output@}@@@",
532 "@@@STEP_LOG_END@json.output@@@", 535 "@@@STEP_LOG_END@json.output@@@",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 "@@@STEP_LOG_END@report@@@", 571 "@@@STEP_LOG_END@report@@@",
569 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"skipped\"}}@@@" 572 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"skipped\"}}@@@"
570 ] 573 ]
571 }, 574 },
572 { 575 {
573 "name": "$result", 576 "name": "$result",
574 "recipe_result": null, 577 "recipe_result": null,
575 "status_code": 0 578 "status_code": 0
576 } 579 }
577 ] 580 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698