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

Side by Side Diff: scripts/slave/recipes/findit/chromium/test.expected/test_without_targets_not_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, 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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 "-m", 558 "-m",
559 "chromium.win", 559 "chromium.win",
560 "-b", 560 "-b",
561 "Win Builder", 561 "Win Builder",
562 "-v", 562 "-v",
563 "//out/Release", 563 "//out/Release",
564 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": [\"unaffected_tests\", \"unaffected_tests_run\"]}", 564 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": [\"unaffected_tests\", \"unaffected_tests_run\"]}",
565 "/path/to/tmp/json" 565 "/path/to/tmp/json"
566 ], 566 ],
567 "cwd": "[SLAVE_BUILD]", 567 "cwd": "[SLAVE_BUILD]",
568 "env": {
569 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
570 },
568 "name": "test r1.analyze", 571 "name": "test r1.analyze",
569 "~followup_annotations": [ 572 "~followup_annotations": [
570 "@@@STEP_NEST_LEVEL@1@@@", 573 "@@@STEP_NEST_LEVEL@1@@@",
571 "@@@STEP_TEXT@No compile necessary@@@", 574 "@@@STEP_TEXT@No compile necessary@@@",
572 "@@@STEP_LOG_LINE@json.output@{@@@", 575 "@@@STEP_LOG_LINE@json.output@{@@@",
573 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 576 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
574 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@", 577 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependencies\", @@@",
575 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 578 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
576 "@@@STEP_LOG_LINE@json.output@}@@@", 579 "@@@STEP_LOG_LINE@json.output@}@@@",
577 "@@@STEP_LOG_END@json.output@@@", 580 "@@@STEP_LOG_END@json.output@@@",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 "@@@STEP_LOG_END@report@@@", 661 "@@@STEP_LOG_END@report@@@",
659 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@" 662 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 }, \"result\": {\"r1\": {\"checkperms\": {\"status\": \"passed\", \"valid\": tru e}, \"unaffected_tests\": {\"status\": \"skipped\", \"valid\": true}}}}@@@"
660 ] 663 ]
661 }, 664 },
662 { 665 {
663 "name": "$result", 666 "name": "$result",
664 "recipe_result": null, 667 "recipe_result": null,
665 "status_code": 0 668 "status_code": 0
666 } 669 }
667 ] 670 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698