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

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

Issue 427073003: Adds ability to filter the set of tests that are run by a bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: merge to trunk 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 ], 89 ],
90 "cwd": "[SLAVE_BUILD]/src", 90 "cwd": "[SLAVE_BUILD]/src",
91 "name": "git diff to analyze patch", 91 "name": "git diff to analyze patch",
92 "stdout": "/path/to/tmp/" 92 "stdout": "/path/to/tmp/"
93 }, 93 },
94 { 94 {
95 "cmd": [ 95 "cmd": [
96 "python", 96 "python",
97 "-u", 97 "-u",
98 "[SLAVE_BUILD]/src/build/gyp_chromium", 98 "[SLAVE_BUILD]/src/build/gyp_chromium",
99 "--analyzer", 99 "--analyzer2",
100 "foo.cc" 100 "{\"files\": [\"foo.cc\"], \"targets\": []}",
101 "/path/to/tmp/json"
101 ], 102 ],
102 "env": { 103 "env": {
103 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 104 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
104 }, 105 },
105 "name": "analyze", 106 "name": "analyze",
106 "stdout": "/path/to/tmp/" 107 "~followup_annotations": [
108 "@@@STEP_LOG_LINE@json.output@{@@@",
109 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
110 "@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@",
111 "@@@STEP_LOG_LINE@json.output@}@@@",
112 "@@@STEP_LOG_END@json.output@@@"
113 ]
107 }, 114 },
108 { 115 {
109 "cmd": [ 116 "cmd": [
110 "python", 117 "python",
111 "-u", 118 "-u",
112 "[DEPOT_TOOLS]/gclient.py", 119 "[DEPOT_TOOLS]/gclient.py",
113 "runhooks" 120 "runhooks"
114 ], 121 ],
115 "env": { 122 "env": {
116 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 123 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "cmd": [ 294 "cmd": [
288 "python", 295 "python",
289 "-u", 296 "-u",
290 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 297 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
291 "--write-full-results-to", 298 "--write-full-results-to",
292 "/path/to/tmp/json" 299 "/path/to/tmp/json"
293 ], 300 ],
294 "name": "mojo_python_tests (with patch)" 301 "name": "mojo_python_tests (with patch)"
295 } 302 }
296 ] 303 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698