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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_tests_no_builder.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: fix 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "cmd": [ 69 "cmd": [
70 "python", 70 "python",
71 "-u", 71 "-u",
72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
73 "[SLAVE_BUILD]/src/testing/buildbot/chromium_trybot.json", 73 "[SLAVE_BUILD]/src/testing/buildbot/chromium_trybot.json",
74 "/path/to/tmp/json" 74 "/path/to/tmp/json"
75 ], 75 ],
76 "name": "read test spec", 76 "name": "read test spec",
77 "~followup_annotations": [ 77 "~followup_annotations": [
78 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@", 78 "@@@STEP_TEXT@path: testing/buildbot/chromium_trybot.json@@@",
79 "@@@STEP_LOG_LINE@json.output@[@@@", 79 "@@@STEP_LOG_LINE@json.output@{@@@",
80 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", 80 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@",
81 "@@@STEP_LOG_LINE@json.output@ {@@@", 81 "@@@STEP_LOG_LINE@json.output@ {@@@",
82 "@@@STEP_LOG_LINE@json.output@ \"platforms\": [@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@",
83 "@@@STEP_LOG_LINE@json.output@ \"linux\", @@@", 83 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr ue@@@",
84 "@@@STEP_LOG_LINE@json.output@ \"mac\"@@@", 84 "@@@STEP_LOG_LINE@json.output@ }, @@@",
85 "@@@STEP_LOG_LINE@json.output@ ], @@@", 85 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@",
86 "@@@STEP_LOG_LINE@json.output@ \"test\": \"mojo_common_unittests\"@@@", 86 "@@@STEP_LOG_LINE@json.output@ }, @@@",
87 "@@@STEP_LOG_LINE@json.output@ }, @@@", 87 "@@@STEP_LOG_LINE@json.output@ {@@@",
88 "@@@STEP_LOG_LINE@json.output@ {@@@", 88 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
89 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@", 89 "@@@STEP_LOG_LINE@json.output@ }, @@@",
90 "@@@STEP_LOG_LINE@json.output@ \"--test-launcher-print-test-stdio=alw ays\"@@@", 90 "@@@STEP_LOG_LINE@json.output@ {@@@",
91 "@@@STEP_LOG_LINE@json.output@ ], @@@", 91 "@@@STEP_LOG_LINE@json.output@ \"test\": \"unittests\"@@@",
92 "@@@STEP_LOG_LINE@json.output@ \"chromium_configs\": [@@@", 92 "@@@STEP_LOG_LINE@json.output@ }@@@",
93 "@@@STEP_LOG_LINE@json.output@ \"chromium_chromeos\", @@@", 93 "@@@STEP_LOG_LINE@json.output@ ]@@@",
94 "@@@STEP_LOG_LINE@json.output@ \"chromium_chromeos_clang\"@@@", 94 "@@@STEP_LOG_LINE@json.output@}@@@",
95 "@@@STEP_LOG_LINE@json.output@ ], @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"platforms\": [@@@",
97 "@@@STEP_LOG_LINE@json.output@ \"linux\"@@@",
98 "@@@STEP_LOG_LINE@json.output@ ], @@@",
99 "@@@STEP_LOG_LINE@json.output@ \"test\": \"sandbox_linux_unittests\"@@@ ",
100 "@@@STEP_LOG_LINE@json.output@ }, @@@",
101 "@@@STEP_LOG_LINE@json.output@ {@@@",
102 "@@@STEP_LOG_LINE@json.output@ \"exclude_builders\": [@@@",
103 "@@@STEP_LOG_LINE@json.output@ \"tryserver.chromium.win:win_chromium_ x64_rel\"@@@",
104 "@@@STEP_LOG_LINE@json.output@ ], @@@",
105 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@",
106 "@@@STEP_LOG_LINE@json.output@ }@@@",
107 "@@@STEP_LOG_LINE@json.output@]@@@",
108 "@@@STEP_LOG_END@json.output@@@" 95 "@@@STEP_LOG_END@json.output@@@"
109 ] 96 ]
110 }, 97 },
98 {
99 "cmd": [
100 "git",
101 "diff",
102 "--cached",
103 "--name-only"
104 ],
105 "cwd": "[SLAVE_BUILD]/src",
106 "name": "git diff to analyze patch",
107 "stdout": "/path/to/tmp/"
108 },
109 {
110 "cmd": [
111 "python",
112 "-u",
113 "[SLAVE_BUILD]/src/build/gyp_chromium",
114 "--analyzer2",
115 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"browser_tes ts\", \"unittests\"]}"
116 ],
117 "name": "analyze",
118 "stdout": "/path/to/tmp/json",
119 "~followup_annotations": [
120 "@@@STEP_LOG_LINE@json.output@{@@@",
121 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
122 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@",
123 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\", @@@",
124 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@",
125 "@@@STEP_LOG_LINE@json.output@ ]@@@",
126 "@@@STEP_LOG_LINE@json.output@}@@@",
127 "@@@STEP_LOG_END@json.output@@@"
128 ]
129 },
111 { 130 {
112 "cmd": [ 131 "cmd": [
113 "python", 132 "python",
114 "-u", 133 "-u",
115 "[DEPOT_TOOLS]/gclient.py", 134 "[DEPOT_TOOLS]/gclient.py",
116 "runhooks" 135 "runhooks"
117 ], 136 ],
118 "env": { 137 "env": {
119 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1" 138 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go madir='[BUILD]/goma' target_arch=x64 use_goma=1"
120 }, 139 },
(...skipping 12 matching lines...) Expand all
133 "ninja", 152 "ninja",
134 "--compiler", 153 "--compiler",
135 "goma", 154 "goma",
136 "--goma-dir", 155 "--goma-dir",
137 "[BUILD]/goma", 156 "[BUILD]/goma",
138 "--", 157 "--",
139 "all", 158 "all",
140 "chrome", 159 "chrome",
141 "chrome", 160 "chrome",
142 "base_unittests", 161 "base_unittests",
143 "mojo_common_unittests",
144 "browser_tests", 162 "browser_tests",
163 "unittests",
145 "chrome" 164 "chrome"
146 ], 165 ],
147 "name": "compile (with patch)" 166 "name": "compile (with patch)"
148 }, 167 },
149 { 168 {
150 "cmd": [ 169 "cmd": [
151 "python", 170 "python",
152 "-u", 171 "-u",
153 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 172 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
154 "--json", 173 "--json",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "-u", 319 "-u",
301 "[BUILD]/scripts/slave/runtest.py", 320 "[BUILD]/scripts/slave/runtest.py",
302 "--target", 321 "--target",
303 "Release", 322 "Release",
304 "--xvfb", 323 "--xvfb",
305 "--factory-properties", 324 "--factory-properties",
306 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \" revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \ "src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl avename\"}", 325 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \" revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \ "src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl avename\"}",
307 "--build-properties", 326 "--build-properties",
308 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \" revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \ "src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl avename\"}", 327 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \" revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \ "src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl avename\"}",
309 "--annotate=gtest", 328 "--annotate=gtest",
310 "--test-type=mojo_common_unittests", 329 "--test-type=browser_tests",
311 "--test-launcher-summary-output", 330 "--test-launcher-summary-output",
312 "/path/to/tmp/json", 331 "/path/to/tmp/json",
313 "--builder-name=linux_chromium_rel", 332 "--builder-name=linux_chromium_rel",
314 "--slave-name=TestSlavename", 333 "--slave-name=TestSlavename",
315 "--build-number=571", 334 "--build-number=571",
316 "mojo_common_unittests" 335 "browser_tests"
317 ], 336 ],
318 "name": "mojo_common_unittests (with patch)" 337 "name": "browser_tests (with patch)"
319 }, 338 },
320 { 339 {
321 "allow_subannotations": true, 340 "allow_subannotations": true,
322 "cmd": [ 341 "cmd": [
323 "python", 342 "python",
324 "-u", 343 "-u",
325 "[BUILD]/scripts/slave/runtest.py", 344 "[BUILD]/scripts/slave/runtest.py",
326 "--target", 345 "--target",
327 "Release", 346 "Release",
328 "--xvfb", 347 "--xvfb",
329 "--factory-properties", 348 "--factory-properties",
330 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \" revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \ "src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl avename\"}", 349 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \" revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \ "src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl avename\"}",
331 "--build-properties", 350 "--build-properties",
332 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \" revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \ "src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl avename\"}", 351 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"linux_chromium _rel\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.c hromium.linux\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromiu m_trybot\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \" revision\": null, \"rietveld\": \"https://codereview.chromium.org\", \"root\": \ "src\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSl avename\"}",
333 "--annotate=gtest", 352 "--annotate=gtest",
334 "--test-type=browser_tests", 353 "--test-type=unittests",
335 "--test-launcher-summary-output", 354 "--test-launcher-summary-output",
336 "/path/to/tmp/json", 355 "/path/to/tmp/json",
337 "--builder-name=linux_chromium_rel", 356 "--builder-name=linux_chromium_rel",
338 "--slave-name=TestSlavename", 357 "--slave-name=TestSlavename",
339 "--build-number=571", 358 "--build-number=571",
340 "browser_tests" 359 "unittests"
341 ], 360 ],
342 "name": "browser_tests (with patch)" 361 "name": "unittests (with patch)"
343 }, 362 },
344 { 363 {
345 "cmd": [ 364 "cmd": [
346 "python", 365 "python",
347 "-u", 366 "-u",
348 "[SLAVE_BUILD]/src/chrome/test/nacl_test_injection/buildbot_nacl_integrati on.py", 367 "[SLAVE_BUILD]/src/chrome/test/nacl_test_injection/buildbot_nacl_integrati on.py",
349 "--mode", 368 "--mode",
350 "Release", 369 "Release",
351 "--json_build_results_output_file", 370 "--json_build_results_output_file",
352 "/path/to/tmp/json" 371 "/path/to/tmp/json"
353 ], 372 ],
354 "name": "nacl_integration (with patch)", 373 "name": "nacl_integration (with patch)",
355 "~followup_annotations": [ 374 "~followup_annotations": [
356 "@@@STEP_LOG_LINE@json.output@[]@@@", 375 "@@@STEP_LOG_LINE@json.output@[]@@@",
357 "@@@STEP_LOG_END@json.output@@@" 376 "@@@STEP_LOG_END@json.output@@@"
358 ] 377 ]
359 }, 378 },
360 { 379 {
361 "cmd": [ 380 "cmd": [
362 "python", 381 "python",
363 "-u", 382 "-u",
364 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", 383 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py",
365 "--write-full-results-to", 384 "--write-full-results-to",
366 "/path/to/tmp/json" 385 "/path/to/tmp/json"
367 ], 386 ],
368 "name": "mojo_python_tests (with patch)" 387 "name": "mojo_python_tests (with patch)"
369 } 388 }
370 ] 389 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698