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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests_no_builder.json

Issue 450393002: Renames --analyzer2 to --analyzer (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 4 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_rel", 10 "linux_chromium_rel",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 ], 104 ],
105 "cwd": "[SLAVE_BUILD]/src", 105 "cwd": "[SLAVE_BUILD]/src",
106 "name": "git diff to analyze patch", 106 "name": "git diff to analyze patch",
107 "stdout": "/path/to/tmp/" 107 "stdout": "/path/to/tmp/"
108 }, 108 },
109 { 109 {
110 "cmd": [ 110 "cmd": [
111 "python", 111 "python",
112 "-u", 112 "-u",
113 "[SLAVE_BUILD]/src/build/gyp_chromium", 113 "[SLAVE_BUILD]/src/build/gyp_chromium",
114 "--analyzer2", 114 "--analyzer",
115 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"browser_tes ts\", \"unittests\"]}", 115 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"browser_tes ts\", \"unittests\"]}",
116 "/path/to/tmp/json" 116 "/path/to/tmp/json"
117 ], 117 ],
118 "env": { 118 "env": {
119 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 119 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
120 }, 120 },
121 "name": "analyze", 121 "name": "analyze",
122 "~followup_annotations": [ 122 "~followup_annotations": [
123 "@@@STEP_LOG_LINE@json.output@{@@@", 123 "@@@STEP_LOG_LINE@json.output@{@@@",
124 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 124 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
387 "cmd": [ 387 "cmd": [
388 "python", 388 "python",
389 "-u", 389 "-u",
390 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 390 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
391 "--write-full-results-to", 391 "--write-full-results-to",
392 "/path/to/tmp/json" 392 "/path/to/tmp/json"
393 ], 393 ],
394 "name": "mojo_python_tests (with patch)" 394 "name": "mojo_python_tests (with patch)"
395 } 395 }
396 ] 396 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698