| OLD | NEW |
| 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 Loading... |
| 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@ \"filter_tests_builders\": \"linux_chromiu
m_rel\", @@@", |
| 81 "@@@STEP_LOG_LINE@json.output@ {@@@", | 81 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 82 "@@@STEP_LOG_LINE@json.output@ \"platforms\": [@@@", | 82 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 83 "@@@STEP_LOG_LINE@json.output@ \"linux\", @@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 84 "@@@STEP_LOG_LINE@json.output@ \"mac\"@@@", | 84 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr
ue@@@", |
| 85 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 85 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 86 "@@@STEP_LOG_LINE@json.output@ \"test\": \"mojo_common_unittests\"@@@", | 86 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", |
| 87 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 87 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 88 "@@@STEP_LOG_LINE@json.output@ {@@@", | 88 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 89 "@@@STEP_LOG_LINE@json.output@ \"args\": [@@@", | 89 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 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@ {@@@", |
| 92 "@@@STEP_LOG_LINE@json.output@ \"chromium_configs\": [@@@", | 92 "@@@STEP_LOG_LINE@json.output@ \"test\": \"unittests\"@@@", |
| 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@ ], @@@", | 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@@@" | 96 "@@@STEP_LOG_END@json.output@@@" |
| 109 ] | 97 ] |
| 110 }, | 98 }, |
| 99 { |
| 100 "cmd": [ |
| 101 "git", |
| 102 "diff", |
| 103 "--cached", |
| 104 "--name-only" |
| 105 ], |
| 106 "cwd": "[SLAVE_BUILD]/src", |
| 107 "name": "git diff to analyze patch", |
| 108 "stdout": "/path/to/tmp/" |
| 109 }, |
| 110 { |
| 111 "cmd": [ |
| 112 "python", |
| 113 "-u", |
| 114 "[SLAVE_BUILD]/src/build/gyp_chromium", |
| 115 "--analyzer2", |
| 116 "{\"files\": [\"foo.cc\"], \"targets\": [\"base_unittests\", \"browser_tes
ts\", \"unittests\"]}" |
| 117 ], |
| 118 "name": "analyze", |
| 119 "stdout": "/path/to/tmp/json", |
| 120 "~followup_annotations": [ |
| 121 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 122 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
| 123 "@@@STEP_LOG_LINE@json.output@ \"targets\": [@@@", |
| 124 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\", @@@", |
| 125 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\"@@@", |
| 126 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 127 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 128 "@@@STEP_LOG_END@json.output@@@" |
| 129 ] |
| 130 }, |
| 111 { | 131 { |
| 112 "cmd": [ | 132 "cmd": [ |
| 113 "python", | 133 "python", |
| 114 "-u", | 134 "-u", |
| 115 "[DEPOT_TOOLS]/gclient.py", | 135 "[DEPOT_TOOLS]/gclient.py", |
| 116 "runhooks" | 136 "runhooks" |
| 117 ], | 137 ], |
| 118 "env": { | 138 "env": { |
| 119 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 139 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" |
| 120 }, | 140 }, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 133 "ninja", | 153 "ninja", |
| 134 "--compiler", | 154 "--compiler", |
| 135 "goma", | 155 "goma", |
| 136 "--goma-dir", | 156 "--goma-dir", |
| 137 "[BUILD]/goma", | 157 "[BUILD]/goma", |
| 138 "--", | 158 "--", |
| 139 "all", | 159 "all", |
| 140 "chrome", | 160 "chrome", |
| 141 "chrome", | 161 "chrome", |
| 142 "base_unittests", | 162 "base_unittests", |
| 143 "mojo_common_unittests", | |
| 144 "browser_tests", | 163 "browser_tests", |
| 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", |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | |
| 311 "--test-launcher-summary-output", | |
| 312 "/path/to/tmp/json", | |
| 313 "--builder-name=linux_chromium_rel", | |
| 314 "--slave-name=TestSlavename", | |
| 315 "--build-number=571", | |
| 316 "mojo_common_unittests" | |
| 317 ], | |
| 318 "name": "mojo_common_unittests (with patch)" | |
| 319 }, | |
| 320 { | |
| 321 "allow_subannotations": true, | |
| 322 "cmd": [ | |
| 323 "python", | |
| 324 "-u", | |
| 325 "[BUILD]/scripts/slave/runtest.py", | |
| 326 "--target", | |
| 327 "Release", | |
| 328 "--xvfb", | |
| 329 "--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\"}", | |
| 331 "--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\"}", | |
| 333 "--annotate=gtest", | |
| 334 "--test-type=browser_tests", | 329 "--test-type=browser_tests", |
| 335 "--test-launcher-summary-output", | 330 "--test-launcher-summary-output", |
| 336 "/path/to/tmp/json", | 331 "/path/to/tmp/json", |
| 337 "--builder-name=linux_chromium_rel", | 332 "--builder-name=linux_chromium_rel", |
| 338 "--slave-name=TestSlavename", | 333 "--slave-name=TestSlavename", |
| 339 "--build-number=571", | 334 "--build-number=571", |
| 340 "browser_tests" | 335 "browser_tests" |
| 341 ], | 336 ], |
| 342 "name": "browser_tests (with patch)" | 337 "name": "browser_tests (with patch)" |
| 343 }, | 338 }, |
| (...skipping 17 matching lines...) Expand all Loading... |
| 361 "cmd": [ | 356 "cmd": [ |
| 362 "python", | 357 "python", |
| 363 "-u", | 358 "-u", |
| 364 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 359 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 365 "--write-full-results-to", | 360 "--write-full-results-to", |
| 366 "/path/to/tmp/json" | 361 "/path/to/tmp/json" |
| 367 ], | 362 ], |
| 368 "name": "mojo_python_tests (with patch)" | 363 "name": "mojo_python_tests (with patch)" |
| 369 } | 364 } |
| 370 ] | 365 ] |
| OLD | NEW |