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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests.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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 ], 105 ],
106 "cwd": "[SLAVE_BUILD]/src", 106 "cwd": "[SLAVE_BUILD]/src",
107 "name": "git diff to analyze patch", 107 "name": "git diff to analyze patch",
108 "stdout": "/path/to/tmp/" 108 "stdout": "/path/to/tmp/"
109 }, 109 },
110 { 110 {
111 "cmd": [ 111 "cmd": [
112 "python", 112 "python",
113 "-u", 113 "-u",
114 "[SLAVE_BUILD]/src/build/gyp_chromium", 114 "[SLAVE_BUILD]/src/build/gyp_chromium",
115 "--analyzer2", 115 "--analyzer",
116 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"browser_tes ts\", \"unittests\"]}", 116 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"browser_tes ts\", \"unittests\"]}",
117 "/path/to/tmp/json" 117 "/path/to/tmp/json"
118 ], 118 ],
119 "env": { 119 "env": {
120 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 120 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
121 }, 121 },
122 "name": "analyze", 122 "name": "analyze",
123 "~followup_annotations": [ 123 "~followup_annotations": [
124 "@@@STEP_LOG_LINE@json.output@{@@@", 124 "@@@STEP_LOG_LINE@json.output@{@@@",
125 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 125 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "cmd": [ 363 "cmd": [
364 "python", 364 "python",
365 "-u", 365 "-u",
366 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 366 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
367 "--write-full-results-to", 367 "--write-full-results-to",
368 "/path/to/tmp/json" 368 "/path/to/tmp/json"
369 ], 369 ],
370 "name": "mojo_python_tests (with patch)" 370 "name": "mojo_python_tests (with patch)"
371 } 371 }
372 ] 372 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698