| OLD | NEW |
| (Empty) | |
| 1 [ |
| 2 { |
| 3 "abort_on_failure": false, |
| 4 "can_fail_build": false, |
| 5 "cmd": [ |
| 6 "python", |
| 7 "-u", |
| 8 "[DEPOT_TOOLS]/gclient.py", |
| 9 "config", |
| 10 "--spec", |
| 11 "cache_dir = None\nsolutions = [{'custom_vars': {'googlecode_url': 'svn://
svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.
org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org
/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, '
deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.gol
o.chromium.org/chrome/trunk/src'}]" |
| 12 ], |
| 13 "name": "gclient setup" |
| 14 }, |
| 15 { |
| 16 "abort_on_failure": false, |
| 17 "can_fail_build": false, |
| 18 "cmd": [ |
| 19 "python", |
| 20 "-u", |
| 21 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
| 22 ".", |
| 23 "[DEPOT_TOOLS]/gclient" |
| 24 ], |
| 25 "name": "gclient revert" |
| 26 }, |
| 27 { |
| 28 "abort_on_failure": false, |
| 29 "can_fail_build": false, |
| 30 "cmd": [ |
| 31 "python", |
| 32 "-u", |
| 33 "[DEPOT_TOOLS]/gclient.py", |
| 34 "sync", |
| 35 "--nohooks", |
| 36 "--delete_unversioned_trees", |
| 37 "--force", |
| 38 "--revision", |
| 39 "src@HEAD", |
| 40 "--output-json", |
| 41 "/path/to/tmp/json" |
| 42 ], |
| 43 "name": "gclient sync", |
| 44 "~followup_annotations": [ |
| 45 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 46 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 47 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 48 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
| 49 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 50 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", |
| 51 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 53 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit/\": {@@@", |
| 54 "@@@STEP_LOG_LINE@json.output@ \"revision\": 124383@@@", |
| 55 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 56 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@", |
| 58 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarm_client/\": {@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"revision\": 200767@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 65 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 66 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 67 "@@@STEP_LOG_END@json.output@@@", |
| 68 "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@", |
| 69 "@@@SET_BUILD_PROPERTY@got_webkit_revision@124383@@@", |
| 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", |
| 71 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@", |
| 72 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@", |
| 73 "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@200767@@@" |
| 74 ] |
| 75 }, |
| 76 { |
| 77 "abort_on_failure": true, |
| 78 "cmd": [ |
| 79 "python", |
| 80 "-u", |
| 81 "[DEPOT_TOOLS]/apply_issue.py", |
| 82 "-r", |
| 83 "[SLAVE_BUILD]/src", |
| 84 "-i", |
| 85 "12853011", |
| 86 "-p", |
| 87 "1", |
| 88 "-s", |
| 89 "https://codereview.chromium.org", |
| 90 "--no-auth" |
| 91 ], |
| 92 "name": "apply_issue", |
| 93 "seed_steps": [ |
| 94 "apply_issue", |
| 95 "read test spec" |
| 96 ] |
| 97 }, |
| 98 { |
| 99 "cmd": [ |
| 100 "python", |
| 101 "-u", |
| 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 103 "[SLAVE_BUILD]/src/testing/buildbot/chromium_trybot.json", |
| 104 "/path/to/tmp/json" |
| 105 ], |
| 106 "name": "read test spec", |
| 107 "~followup_annotations": [ |
| 108 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 109 "@@@STEP_LOG_END@json.output@@@" |
| 110 ] |
| 111 }, |
| 112 { |
| 113 "abort_on_failure": false, |
| 114 "can_fail_build": false, |
| 115 "cmd": [ |
| 116 "python", |
| 117 "-u", |
| 118 "[DEPOT_TOOLS]/gclient.py", |
| 119 "runhooks" |
| 120 ], |
| 121 "env": { |
| 122 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" |
| 123 }, |
| 124 "name": "gclient runhooks" |
| 125 }, |
| 126 { |
| 127 "abort_on_failure": false, |
| 128 "can_fail_build": false, |
| 129 "cmd": [ |
| 130 "python", |
| 131 "-u", |
| 132 "[BUILD]/scripts/slave/compile.py", |
| 133 "--target", |
| 134 "Debug", |
| 135 "--src-dir", |
| 136 "[SLAVE_BUILD]/src", |
| 137 "--build-tool", |
| 138 "ninja", |
| 139 "--compiler", |
| 140 "goma", |
| 141 "--goma-dir", |
| 142 "[BUILD]/goma", |
| 143 "--", |
| 144 "base_unittests", |
| 145 "cacheinvalidation_unittests", |
| 146 "cc_unittests", |
| 147 "chromedriver_unittests", |
| 148 "components_unittests", |
| 149 "content_unittests", |
| 150 "crypto_unittests", |
| 151 "google_apis_unittests", |
| 152 "gpu_unittests", |
| 153 "ipc_tests", |
| 154 "jingle_unittests", |
| 155 "media_unittests", |
| 156 "net_unittests", |
| 157 "ppapi_unittests", |
| 158 "printing_unittests", |
| 159 "remoting_unittests", |
| 160 "sql_unittests", |
| 161 "sync_unit_tests", |
| 162 "ui_unittests", |
| 163 "unit_tests", |
| 164 "browser_tests", |
| 165 "content_browsertests", |
| 166 "interactive_ui_tests", |
| 167 "sync_integration_tests", |
| 168 "chrome" |
| 169 ], |
| 170 "name": "compile (with patch)" |
| 171 }, |
| 172 { |
| 173 "abort_on_failure": false, |
| 174 "can_fail_build": false, |
| 175 "cmd": [ |
| 176 "python", |
| 177 "-u", |
| 178 "[DEPOT_TOOLS]/gn.py", |
| 179 "--root=[SLAVE_BUILD]/src", |
| 180 "gen", |
| 181 "//out/Debug_gn", |
| 182 "--args=is_debug=true" |
| 183 ], |
| 184 "name": "gn" |
| 185 }, |
| 186 { |
| 187 "abort_on_failure": false, |
| 188 "can_fail_build": false, |
| 189 "cmd": [ |
| 190 "[DEPOT_TOOLS]/ninja", |
| 191 "-C", |
| 192 "[SLAVE_BUILD]/src/out/Debug_gn" |
| 193 ], |
| 194 "name": "compile (gn with patch)" |
| 195 }, |
| 196 { |
| 197 "allow_subannotations": true, |
| 198 "always_run": true, |
| 199 "cmd": [ |
| 200 "python", |
| 201 "-u", |
| 202 "[BUILD]/scripts/slave/runtest.py", |
| 203 "--target", |
| 204 "Debug", |
| 205 "--xvfb", |
| 206 "--factory-properties", |
| 207 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 208 "--build-properties", |
| 209 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 210 "--annotate=gtest", |
| 211 "--test-type=telemetry_unittests", |
| 212 "--builder-name=linux_chromium", |
| 213 "--slave-name=TestSlavename", |
| 214 "--build-number=571", |
| 215 "--run-python-script", |
| 216 "[SLAVE_BUILD]/src/tools/telemetry/run_tests", |
| 217 "--browser=debug" |
| 218 ], |
| 219 "name": "telemetry_unittests", |
| 220 "seed_steps": [ |
| 221 "telemetry_unittests", |
| 222 "telemetry_perf_unittests" |
| 223 ] |
| 224 }, |
| 225 { |
| 226 "allow_subannotations": true, |
| 227 "always_run": true, |
| 228 "cmd": [ |
| 229 "python", |
| 230 "-u", |
| 231 "[BUILD]/scripts/slave/runtest.py", |
| 232 "--target", |
| 233 "Debug", |
| 234 "--xvfb", |
| 235 "--factory-properties", |
| 236 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 237 "--build-properties", |
| 238 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 239 "--annotate=gtest", |
| 240 "--test-type=telemetry_perf_unittests", |
| 241 "--builder-name=linux_chromium", |
| 242 "--slave-name=TestSlavename", |
| 243 "--build-number=571", |
| 244 "--run-python-script", |
| 245 "[SLAVE_BUILD]/src/tools/perf/run_tests", |
| 246 "--browser=debug" |
| 247 ], |
| 248 "name": "telemetry_perf_unittests" |
| 249 }, |
| 250 { |
| 251 "can_fail_build": false, |
| 252 "cmd": [ |
| 253 "python", |
| 254 "-u", |
| 255 "[SLAVE_BUILD]/src/tools/checkdeps/checkdeps.py", |
| 256 "--json", |
| 257 "/path/to/tmp/json" |
| 258 ], |
| 259 "name": "checkdeps (with patch)", |
| 260 "~followup_annotations": [ |
| 261 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 262 "@@@STEP_LOG_END@json.output@@@" |
| 263 ] |
| 264 }, |
| 265 { |
| 266 "can_fail_build": false, |
| 267 "cmd": [ |
| 268 "python", |
| 269 "-u", |
| 270 "[SLAVE_BUILD]/src/tools/deps2git/deps2git.py", |
| 271 "-d", |
| 272 "[SLAVE_BUILD]/src/DEPS", |
| 273 "-o", |
| 274 "[SLAVE_BUILD]/src/.DEPS.git", |
| 275 "--verify", |
| 276 "--json", |
| 277 "/path/to/tmp/json" |
| 278 ], |
| 279 "name": "deps2git (with patch)", |
| 280 "seed_steps": [ |
| 281 "deps2git (with patch)", |
| 282 "deps2submodules" |
| 283 ], |
| 284 "~followup_annotations": [ |
| 285 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 286 "@@@STEP_LOG_END@json.output@@@" |
| 287 ] |
| 288 }, |
| 289 { |
| 290 "cmd": [ |
| 291 "python", |
| 292 "-u", |
| 293 "[SLAVE_BUILD]/src/tools/deps2git/deps2submodules.py", |
| 294 "--gitless", |
| 295 "[SLAVE_BUILD]/src/.DEPS.git" |
| 296 ], |
| 297 "name": "deps2submodules" |
| 298 }, |
| 299 { |
| 300 "always_run": true, |
| 301 "can_fail_build": false, |
| 302 "cmd": [ |
| 303 "python", |
| 304 "-u", |
| 305 "[BUILD]/scripts/slave/runtest.py", |
| 306 "--target", |
| 307 "Debug", |
| 308 "--xvfb", |
| 309 "--factory-properties", |
| 310 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 311 "--build-properties", |
| 312 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 313 "--builder-name=linux_chromium", |
| 314 "--slave-name=TestSlavename", |
| 315 "--build-number=571", |
| 316 "--parallel", |
| 317 "base_unittests", |
| 318 "/path/to/tmp/json" |
| 319 ], |
| 320 "name": "base_unittests (with patch)" |
| 321 }, |
| 322 { |
| 323 "always_run": true, |
| 324 "can_fail_build": false, |
| 325 "cmd": [ |
| 326 "python", |
| 327 "-u", |
| 328 "[BUILD]/scripts/slave/runtest.py", |
| 329 "--target", |
| 330 "Debug", |
| 331 "--xvfb", |
| 332 "--factory-properties", |
| 333 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 334 "--build-properties", |
| 335 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 336 "--builder-name=linux_chromium", |
| 337 "--slave-name=TestSlavename", |
| 338 "--build-number=571", |
| 339 "--parallel", |
| 340 "cacheinvalidation_unittests", |
| 341 "/path/to/tmp/json" |
| 342 ], |
| 343 "name": "cacheinvalidation_unittests (with patch)" |
| 344 }, |
| 345 { |
| 346 "always_run": true, |
| 347 "can_fail_build": false, |
| 348 "cmd": [ |
| 349 "python", |
| 350 "-u", |
| 351 "[BUILD]/scripts/slave/runtest.py", |
| 352 "--target", |
| 353 "Debug", |
| 354 "--xvfb", |
| 355 "--factory-properties", |
| 356 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 357 "--build-properties", |
| 358 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 359 "--builder-name=linux_chromium", |
| 360 "--slave-name=TestSlavename", |
| 361 "--build-number=571", |
| 362 "--parallel", |
| 363 "cc_unittests", |
| 364 "/path/to/tmp/json" |
| 365 ], |
| 366 "name": "cc_unittests (with patch)" |
| 367 }, |
| 368 { |
| 369 "always_run": true, |
| 370 "can_fail_build": false, |
| 371 "cmd": [ |
| 372 "python", |
| 373 "-u", |
| 374 "[BUILD]/scripts/slave/runtest.py", |
| 375 "--target", |
| 376 "Debug", |
| 377 "--xvfb", |
| 378 "--factory-properties", |
| 379 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 380 "--build-properties", |
| 381 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 382 "--builder-name=linux_chromium", |
| 383 "--slave-name=TestSlavename", |
| 384 "--build-number=571", |
| 385 "--parallel", |
| 386 "chromedriver_unittests", |
| 387 "/path/to/tmp/json" |
| 388 ], |
| 389 "name": "chromedriver_unittests (with patch)" |
| 390 }, |
| 391 { |
| 392 "always_run": true, |
| 393 "can_fail_build": false, |
| 394 "cmd": [ |
| 395 "python", |
| 396 "-u", |
| 397 "[BUILD]/scripts/slave/runtest.py", |
| 398 "--target", |
| 399 "Debug", |
| 400 "--xvfb", |
| 401 "--factory-properties", |
| 402 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 403 "--build-properties", |
| 404 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 405 "--builder-name=linux_chromium", |
| 406 "--slave-name=TestSlavename", |
| 407 "--build-number=571", |
| 408 "--parallel", |
| 409 "components_unittests", |
| 410 "/path/to/tmp/json" |
| 411 ], |
| 412 "name": "components_unittests (with patch)" |
| 413 }, |
| 414 { |
| 415 "always_run": true, |
| 416 "can_fail_build": false, |
| 417 "cmd": [ |
| 418 "python", |
| 419 "-u", |
| 420 "[BUILD]/scripts/slave/runtest.py", |
| 421 "--target", |
| 422 "Debug", |
| 423 "--xvfb", |
| 424 "--factory-properties", |
| 425 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 426 "--build-properties", |
| 427 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 428 "--builder-name=linux_chromium", |
| 429 "--slave-name=TestSlavename", |
| 430 "--build-number=571", |
| 431 "--parallel", |
| 432 "content_unittests", |
| 433 "/path/to/tmp/json" |
| 434 ], |
| 435 "name": "content_unittests (with patch)" |
| 436 }, |
| 437 { |
| 438 "always_run": true, |
| 439 "can_fail_build": false, |
| 440 "cmd": [ |
| 441 "python", |
| 442 "-u", |
| 443 "[BUILD]/scripts/slave/runtest.py", |
| 444 "--target", |
| 445 "Debug", |
| 446 "--xvfb", |
| 447 "--factory-properties", |
| 448 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 449 "--build-properties", |
| 450 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 451 "--builder-name=linux_chromium", |
| 452 "--slave-name=TestSlavename", |
| 453 "--build-number=571", |
| 454 "--parallel", |
| 455 "crypto_unittests", |
| 456 "/path/to/tmp/json" |
| 457 ], |
| 458 "name": "crypto_unittests (with patch)" |
| 459 }, |
| 460 { |
| 461 "always_run": true, |
| 462 "can_fail_build": false, |
| 463 "cmd": [ |
| 464 "python", |
| 465 "-u", |
| 466 "[BUILD]/scripts/slave/runtest.py", |
| 467 "--target", |
| 468 "Debug", |
| 469 "--xvfb", |
| 470 "--factory-properties", |
| 471 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 472 "--build-properties", |
| 473 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 474 "--builder-name=linux_chromium", |
| 475 "--slave-name=TestSlavename", |
| 476 "--build-number=571", |
| 477 "--parallel", |
| 478 "google_apis_unittests", |
| 479 "/path/to/tmp/json" |
| 480 ], |
| 481 "name": "google_apis_unittests (with patch)" |
| 482 }, |
| 483 { |
| 484 "always_run": true, |
| 485 "can_fail_build": false, |
| 486 "cmd": [ |
| 487 "python", |
| 488 "-u", |
| 489 "[BUILD]/scripts/slave/runtest.py", |
| 490 "--target", |
| 491 "Debug", |
| 492 "--xvfb", |
| 493 "--factory-properties", |
| 494 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 495 "--build-properties", |
| 496 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 497 "--builder-name=linux_chromium", |
| 498 "--slave-name=TestSlavename", |
| 499 "--build-number=571", |
| 500 "--parallel", |
| 501 "gpu_unittests", |
| 502 "/path/to/tmp/json" |
| 503 ], |
| 504 "name": "gpu_unittests (with patch)" |
| 505 }, |
| 506 { |
| 507 "always_run": true, |
| 508 "can_fail_build": false, |
| 509 "cmd": [ |
| 510 "python", |
| 511 "-u", |
| 512 "[BUILD]/scripts/slave/runtest.py", |
| 513 "--target", |
| 514 "Debug", |
| 515 "--xvfb", |
| 516 "--factory-properties", |
| 517 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 518 "--build-properties", |
| 519 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 520 "--builder-name=linux_chromium", |
| 521 "--slave-name=TestSlavename", |
| 522 "--build-number=571", |
| 523 "--parallel", |
| 524 "ipc_tests", |
| 525 "/path/to/tmp/json" |
| 526 ], |
| 527 "name": "ipc_tests (with patch)" |
| 528 }, |
| 529 { |
| 530 "always_run": true, |
| 531 "can_fail_build": false, |
| 532 "cmd": [ |
| 533 "python", |
| 534 "-u", |
| 535 "[BUILD]/scripts/slave/runtest.py", |
| 536 "--target", |
| 537 "Debug", |
| 538 "--xvfb", |
| 539 "--factory-properties", |
| 540 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 541 "--build-properties", |
| 542 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 543 "--builder-name=linux_chromium", |
| 544 "--slave-name=TestSlavename", |
| 545 "--build-number=571", |
| 546 "--parallel", |
| 547 "jingle_unittests", |
| 548 "/path/to/tmp/json" |
| 549 ], |
| 550 "name": "jingle_unittests (with patch)" |
| 551 }, |
| 552 { |
| 553 "always_run": true, |
| 554 "can_fail_build": false, |
| 555 "cmd": [ |
| 556 "python", |
| 557 "-u", |
| 558 "[BUILD]/scripts/slave/runtest.py", |
| 559 "--target", |
| 560 "Debug", |
| 561 "--xvfb", |
| 562 "--factory-properties", |
| 563 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 564 "--build-properties", |
| 565 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 566 "--builder-name=linux_chromium", |
| 567 "--slave-name=TestSlavename", |
| 568 "--build-number=571", |
| 569 "--parallel", |
| 570 "media_unittests", |
| 571 "/path/to/tmp/json" |
| 572 ], |
| 573 "name": "media_unittests (with patch)" |
| 574 }, |
| 575 { |
| 576 "always_run": true, |
| 577 "can_fail_build": false, |
| 578 "cmd": [ |
| 579 "python", |
| 580 "-u", |
| 581 "[BUILD]/scripts/slave/runtest.py", |
| 582 "--target", |
| 583 "Debug", |
| 584 "--xvfb", |
| 585 "--factory-properties", |
| 586 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 587 "--build-properties", |
| 588 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 589 "--builder-name=linux_chromium", |
| 590 "--slave-name=TestSlavename", |
| 591 "--build-number=571", |
| 592 "--parallel", |
| 593 "net_unittests", |
| 594 "/path/to/tmp/json" |
| 595 ], |
| 596 "name": "net_unittests (with patch)" |
| 597 }, |
| 598 { |
| 599 "always_run": true, |
| 600 "can_fail_build": false, |
| 601 "cmd": [ |
| 602 "python", |
| 603 "-u", |
| 604 "[BUILD]/scripts/slave/runtest.py", |
| 605 "--target", |
| 606 "Debug", |
| 607 "--xvfb", |
| 608 "--factory-properties", |
| 609 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 610 "--build-properties", |
| 611 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 612 "--builder-name=linux_chromium", |
| 613 "--slave-name=TestSlavename", |
| 614 "--build-number=571", |
| 615 "--parallel", |
| 616 "ppapi_unittests", |
| 617 "/path/to/tmp/json" |
| 618 ], |
| 619 "name": "ppapi_unittests (with patch)" |
| 620 }, |
| 621 { |
| 622 "always_run": true, |
| 623 "can_fail_build": false, |
| 624 "cmd": [ |
| 625 "python", |
| 626 "-u", |
| 627 "[BUILD]/scripts/slave/runtest.py", |
| 628 "--target", |
| 629 "Debug", |
| 630 "--xvfb", |
| 631 "--factory-properties", |
| 632 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 633 "--build-properties", |
| 634 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 635 "--builder-name=linux_chromium", |
| 636 "--slave-name=TestSlavename", |
| 637 "--build-number=571", |
| 638 "--parallel", |
| 639 "printing_unittests", |
| 640 "/path/to/tmp/json" |
| 641 ], |
| 642 "name": "printing_unittests (with patch)" |
| 643 }, |
| 644 { |
| 645 "always_run": true, |
| 646 "can_fail_build": false, |
| 647 "cmd": [ |
| 648 "python", |
| 649 "-u", |
| 650 "[BUILD]/scripts/slave/runtest.py", |
| 651 "--target", |
| 652 "Debug", |
| 653 "--xvfb", |
| 654 "--factory-properties", |
| 655 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 656 "--build-properties", |
| 657 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 658 "--builder-name=linux_chromium", |
| 659 "--slave-name=TestSlavename", |
| 660 "--build-number=571", |
| 661 "--parallel", |
| 662 "remoting_unittests", |
| 663 "/path/to/tmp/json" |
| 664 ], |
| 665 "name": "remoting_unittests (with patch)" |
| 666 }, |
| 667 { |
| 668 "always_run": true, |
| 669 "can_fail_build": false, |
| 670 "cmd": [ |
| 671 "python", |
| 672 "-u", |
| 673 "[BUILD]/scripts/slave/runtest.py", |
| 674 "--target", |
| 675 "Debug", |
| 676 "--xvfb", |
| 677 "--factory-properties", |
| 678 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 679 "--build-properties", |
| 680 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 681 "--builder-name=linux_chromium", |
| 682 "--slave-name=TestSlavename", |
| 683 "--build-number=571", |
| 684 "--parallel", |
| 685 "sql_unittests", |
| 686 "/path/to/tmp/json" |
| 687 ], |
| 688 "name": "sql_unittests (with patch)" |
| 689 }, |
| 690 { |
| 691 "always_run": true, |
| 692 "can_fail_build": false, |
| 693 "cmd": [ |
| 694 "python", |
| 695 "-u", |
| 696 "[BUILD]/scripts/slave/runtest.py", |
| 697 "--target", |
| 698 "Debug", |
| 699 "--xvfb", |
| 700 "--factory-properties", |
| 701 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 702 "--build-properties", |
| 703 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 704 "--builder-name=linux_chromium", |
| 705 "--slave-name=TestSlavename", |
| 706 "--build-number=571", |
| 707 "--parallel", |
| 708 "sync_unit_tests", |
| 709 "/path/to/tmp/json" |
| 710 ], |
| 711 "name": "sync_unit_tests (with patch)" |
| 712 }, |
| 713 { |
| 714 "always_run": true, |
| 715 "can_fail_build": false, |
| 716 "cmd": [ |
| 717 "python", |
| 718 "-u", |
| 719 "[BUILD]/scripts/slave/runtest.py", |
| 720 "--target", |
| 721 "Debug", |
| 722 "--xvfb", |
| 723 "--factory-properties", |
| 724 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 725 "--build-properties", |
| 726 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 727 "--builder-name=linux_chromium", |
| 728 "--slave-name=TestSlavename", |
| 729 "--build-number=571", |
| 730 "--parallel", |
| 731 "ui_unittests", |
| 732 "/path/to/tmp/json" |
| 733 ], |
| 734 "name": "ui_unittests (with patch)" |
| 735 }, |
| 736 { |
| 737 "always_run": true, |
| 738 "can_fail_build": false, |
| 739 "cmd": [ |
| 740 "python", |
| 741 "-u", |
| 742 "[BUILD]/scripts/slave/runtest.py", |
| 743 "--target", |
| 744 "Debug", |
| 745 "--xvfb", |
| 746 "--factory-properties", |
| 747 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 748 "--build-properties", |
| 749 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 750 "--builder-name=linux_chromium", |
| 751 "--slave-name=TestSlavename", |
| 752 "--build-number=571", |
| 753 "--parallel", |
| 754 "unit_tests", |
| 755 "/path/to/tmp/json" |
| 756 ], |
| 757 "name": "unit_tests (with patch)" |
| 758 }, |
| 759 { |
| 760 "always_run": true, |
| 761 "can_fail_build": false, |
| 762 "cmd": [ |
| 763 "python", |
| 764 "-u", |
| 765 "[BUILD]/scripts/slave/runtest.py", |
| 766 "--target", |
| 767 "Debug", |
| 768 "--xvfb", |
| 769 "--factory-properties", |
| 770 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 771 "--build-properties", |
| 772 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 773 "--builder-name=linux_chromium", |
| 774 "--slave-name=TestSlavename", |
| 775 "--build-number=571", |
| 776 "--parallel", |
| 777 "browser_tests", |
| 778 "/path/to/tmp/json" |
| 779 ], |
| 780 "name": "browser_tests (with patch)" |
| 781 }, |
| 782 { |
| 783 "always_run": true, |
| 784 "can_fail_build": false, |
| 785 "cmd": [ |
| 786 "python", |
| 787 "-u", |
| 788 "[BUILD]/scripts/slave/runtest.py", |
| 789 "--target", |
| 790 "Debug", |
| 791 "--xvfb", |
| 792 "--factory-properties", |
| 793 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 794 "--build-properties", |
| 795 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 796 "--builder-name=linux_chromium", |
| 797 "--slave-name=TestSlavename", |
| 798 "--build-number=571", |
| 799 "--parallel", |
| 800 "content_browsertests", |
| 801 "/path/to/tmp/json" |
| 802 ], |
| 803 "name": "content_browsertests (with patch)" |
| 804 }, |
| 805 { |
| 806 "always_run": true, |
| 807 "can_fail_build": false, |
| 808 "cmd": [ |
| 809 "python", |
| 810 "-u", |
| 811 "[BUILD]/scripts/slave/runtest.py", |
| 812 "--target", |
| 813 "Debug", |
| 814 "--xvfb", |
| 815 "--factory-properties", |
| 816 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 817 "--build-properties", |
| 818 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 819 "--builder-name=linux_chromium", |
| 820 "--slave-name=TestSlavename", |
| 821 "--build-number=571", |
| 822 "--parallel", |
| 823 "interactive_ui_tests", |
| 824 "/path/to/tmp/json" |
| 825 ], |
| 826 "name": "interactive_ui_tests (with patch)" |
| 827 }, |
| 828 { |
| 829 "always_run": true, |
| 830 "can_fail_build": false, |
| 831 "cmd": [ |
| 832 "python", |
| 833 "-u", |
| 834 "[BUILD]/scripts/slave/runtest.py", |
| 835 "--target", |
| 836 "Debug", |
| 837 "--xvfb", |
| 838 "--factory-properties", |
| 839 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 840 "--build-properties", |
| 841 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Debug\", \"buildername\": \"linux_chromium\"
, \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"chromium.testing.
master\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"chromium_trybo
t\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.org\", \"revisio
n\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\", \"root\": \"sr
c\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlave
name\"}", |
| 842 "--builder-name=linux_chromium", |
| 843 "--slave-name=TestSlavename", |
| 844 "--build-number=571", |
| 845 "--parallel", |
| 846 "sync_integration_tests", |
| 847 "/path/to/tmp/json" |
| 848 ], |
| 849 "name": "sync_integration_tests (with patch)" |
| 850 }, |
| 851 { |
| 852 "can_fail_build": false, |
| 853 "cmd": [ |
| 854 "python", |
| 855 "-u", |
| 856 "[SLAVE_BUILD]/src/chrome/test/nacl_test_injection/buildbot_nacl_integrati
on.py", |
| 857 "--mode", |
| 858 "Debug", |
| 859 "--json_build_results_output_file", |
| 860 "/path/to/tmp/json" |
| 861 ], |
| 862 "name": "nacl_integration (with patch)", |
| 863 "~followup_annotations": [ |
| 864 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 865 "@@@STEP_LOG_END@json.output@@@" |
| 866 ] |
| 867 }, |
| 868 { |
| 869 "always_run": true, |
| 870 "cmd": [ |
| 871 "python", |
| 872 "-u", |
| 873 "print \"ALL IS WELL\"" |
| 874 ], |
| 875 "name": "checkdeps", |
| 876 "~followup_annotations": [ |
| 877 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 878 "@@@STEP_LOG_END@python.inline@@@" |
| 879 ] |
| 880 }, |
| 881 { |
| 882 "always_run": true, |
| 883 "cmd": [ |
| 884 "python", |
| 885 "-u", |
| 886 "print \"ALL IS WELL\"" |
| 887 ], |
| 888 "name": "deps2git", |
| 889 "~followup_annotations": [ |
| 890 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 891 "@@@STEP_LOG_END@python.inline@@@" |
| 892 ] |
| 893 }, |
| 894 { |
| 895 "always_run": true, |
| 896 "cmd": [ |
| 897 "python", |
| 898 "-u", |
| 899 "print \"ALL IS WELL\"" |
| 900 ], |
| 901 "name": "base_unittests", |
| 902 "~followup_annotations": [ |
| 903 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 904 "@@@STEP_LOG_END@python.inline@@@" |
| 905 ] |
| 906 }, |
| 907 { |
| 908 "always_run": true, |
| 909 "cmd": [ |
| 910 "python", |
| 911 "-u", |
| 912 "print \"ALL IS WELL\"" |
| 913 ], |
| 914 "name": "cacheinvalidation_unittests", |
| 915 "~followup_annotations": [ |
| 916 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 917 "@@@STEP_LOG_END@python.inline@@@" |
| 918 ] |
| 919 }, |
| 920 { |
| 921 "always_run": true, |
| 922 "cmd": [ |
| 923 "python", |
| 924 "-u", |
| 925 "print \"ALL IS WELL\"" |
| 926 ], |
| 927 "name": "cc_unittests", |
| 928 "~followup_annotations": [ |
| 929 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 930 "@@@STEP_LOG_END@python.inline@@@" |
| 931 ] |
| 932 }, |
| 933 { |
| 934 "always_run": true, |
| 935 "cmd": [ |
| 936 "python", |
| 937 "-u", |
| 938 "print \"ALL IS WELL\"" |
| 939 ], |
| 940 "name": "chromedriver_unittests", |
| 941 "~followup_annotations": [ |
| 942 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 943 "@@@STEP_LOG_END@python.inline@@@" |
| 944 ] |
| 945 }, |
| 946 { |
| 947 "always_run": true, |
| 948 "cmd": [ |
| 949 "python", |
| 950 "-u", |
| 951 "print \"ALL IS WELL\"" |
| 952 ], |
| 953 "name": "components_unittests", |
| 954 "~followup_annotations": [ |
| 955 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 956 "@@@STEP_LOG_END@python.inline@@@" |
| 957 ] |
| 958 }, |
| 959 { |
| 960 "always_run": true, |
| 961 "cmd": [ |
| 962 "python", |
| 963 "-u", |
| 964 "print \"ALL IS WELL\"" |
| 965 ], |
| 966 "name": "content_unittests", |
| 967 "~followup_annotations": [ |
| 968 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 969 "@@@STEP_LOG_END@python.inline@@@" |
| 970 ] |
| 971 }, |
| 972 { |
| 973 "always_run": true, |
| 974 "cmd": [ |
| 975 "python", |
| 976 "-u", |
| 977 "print \"ALL IS WELL\"" |
| 978 ], |
| 979 "name": "crypto_unittests", |
| 980 "~followup_annotations": [ |
| 981 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 982 "@@@STEP_LOG_END@python.inline@@@" |
| 983 ] |
| 984 }, |
| 985 { |
| 986 "always_run": true, |
| 987 "cmd": [ |
| 988 "python", |
| 989 "-u", |
| 990 "print \"ALL IS WELL\"" |
| 991 ], |
| 992 "name": "google_apis_unittests", |
| 993 "~followup_annotations": [ |
| 994 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 995 "@@@STEP_LOG_END@python.inline@@@" |
| 996 ] |
| 997 }, |
| 998 { |
| 999 "always_run": true, |
| 1000 "cmd": [ |
| 1001 "python", |
| 1002 "-u", |
| 1003 "print \"ALL IS WELL\"" |
| 1004 ], |
| 1005 "name": "gpu_unittests", |
| 1006 "~followup_annotations": [ |
| 1007 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1008 "@@@STEP_LOG_END@python.inline@@@" |
| 1009 ] |
| 1010 }, |
| 1011 { |
| 1012 "always_run": true, |
| 1013 "cmd": [ |
| 1014 "python", |
| 1015 "-u", |
| 1016 "print \"ALL IS WELL\"" |
| 1017 ], |
| 1018 "name": "ipc_tests", |
| 1019 "~followup_annotations": [ |
| 1020 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1021 "@@@STEP_LOG_END@python.inline@@@" |
| 1022 ] |
| 1023 }, |
| 1024 { |
| 1025 "always_run": true, |
| 1026 "cmd": [ |
| 1027 "python", |
| 1028 "-u", |
| 1029 "print \"ALL IS WELL\"" |
| 1030 ], |
| 1031 "name": "jingle_unittests", |
| 1032 "~followup_annotations": [ |
| 1033 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1034 "@@@STEP_LOG_END@python.inline@@@" |
| 1035 ] |
| 1036 }, |
| 1037 { |
| 1038 "always_run": true, |
| 1039 "cmd": [ |
| 1040 "python", |
| 1041 "-u", |
| 1042 "print \"ALL IS WELL\"" |
| 1043 ], |
| 1044 "name": "media_unittests", |
| 1045 "~followup_annotations": [ |
| 1046 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1047 "@@@STEP_LOG_END@python.inline@@@" |
| 1048 ] |
| 1049 }, |
| 1050 { |
| 1051 "always_run": true, |
| 1052 "cmd": [ |
| 1053 "python", |
| 1054 "-u", |
| 1055 "print \"ALL IS WELL\"" |
| 1056 ], |
| 1057 "name": "net_unittests", |
| 1058 "~followup_annotations": [ |
| 1059 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1060 "@@@STEP_LOG_END@python.inline@@@" |
| 1061 ] |
| 1062 }, |
| 1063 { |
| 1064 "always_run": true, |
| 1065 "cmd": [ |
| 1066 "python", |
| 1067 "-u", |
| 1068 "print \"ALL IS WELL\"" |
| 1069 ], |
| 1070 "name": "ppapi_unittests", |
| 1071 "~followup_annotations": [ |
| 1072 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1073 "@@@STEP_LOG_END@python.inline@@@" |
| 1074 ] |
| 1075 }, |
| 1076 { |
| 1077 "always_run": true, |
| 1078 "cmd": [ |
| 1079 "python", |
| 1080 "-u", |
| 1081 "print \"ALL IS WELL\"" |
| 1082 ], |
| 1083 "name": "printing_unittests", |
| 1084 "~followup_annotations": [ |
| 1085 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1086 "@@@STEP_LOG_END@python.inline@@@" |
| 1087 ] |
| 1088 }, |
| 1089 { |
| 1090 "always_run": true, |
| 1091 "cmd": [ |
| 1092 "python", |
| 1093 "-u", |
| 1094 "print \"ALL IS WELL\"" |
| 1095 ], |
| 1096 "name": "remoting_unittests", |
| 1097 "~followup_annotations": [ |
| 1098 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1099 "@@@STEP_LOG_END@python.inline@@@" |
| 1100 ] |
| 1101 }, |
| 1102 { |
| 1103 "always_run": true, |
| 1104 "cmd": [ |
| 1105 "python", |
| 1106 "-u", |
| 1107 "print \"ALL IS WELL\"" |
| 1108 ], |
| 1109 "name": "sql_unittests", |
| 1110 "~followup_annotations": [ |
| 1111 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1112 "@@@STEP_LOG_END@python.inline@@@" |
| 1113 ] |
| 1114 }, |
| 1115 { |
| 1116 "always_run": true, |
| 1117 "cmd": [ |
| 1118 "python", |
| 1119 "-u", |
| 1120 "print \"ALL IS WELL\"" |
| 1121 ], |
| 1122 "name": "sync_unit_tests", |
| 1123 "~followup_annotations": [ |
| 1124 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1125 "@@@STEP_LOG_END@python.inline@@@" |
| 1126 ] |
| 1127 }, |
| 1128 { |
| 1129 "always_run": true, |
| 1130 "cmd": [ |
| 1131 "python", |
| 1132 "-u", |
| 1133 "print \"ALL IS WELL\"" |
| 1134 ], |
| 1135 "name": "ui_unittests", |
| 1136 "~followup_annotations": [ |
| 1137 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1138 "@@@STEP_LOG_END@python.inline@@@" |
| 1139 ] |
| 1140 }, |
| 1141 { |
| 1142 "always_run": true, |
| 1143 "cmd": [ |
| 1144 "python", |
| 1145 "-u", |
| 1146 "print \"ALL IS WELL\"" |
| 1147 ], |
| 1148 "name": "unit_tests", |
| 1149 "~followup_annotations": [ |
| 1150 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1151 "@@@STEP_LOG_END@python.inline@@@" |
| 1152 ] |
| 1153 }, |
| 1154 { |
| 1155 "always_run": true, |
| 1156 "cmd": [ |
| 1157 "python", |
| 1158 "-u", |
| 1159 "print \"ALL IS WELL\"" |
| 1160 ], |
| 1161 "name": "browser_tests", |
| 1162 "~followup_annotations": [ |
| 1163 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1164 "@@@STEP_LOG_END@python.inline@@@" |
| 1165 ] |
| 1166 }, |
| 1167 { |
| 1168 "always_run": true, |
| 1169 "cmd": [ |
| 1170 "python", |
| 1171 "-u", |
| 1172 "print \"ALL IS WELL\"" |
| 1173 ], |
| 1174 "name": "content_browsertests", |
| 1175 "~followup_annotations": [ |
| 1176 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1177 "@@@STEP_LOG_END@python.inline@@@" |
| 1178 ] |
| 1179 }, |
| 1180 { |
| 1181 "always_run": true, |
| 1182 "cmd": [ |
| 1183 "python", |
| 1184 "-u", |
| 1185 "print \"ALL IS WELL\"" |
| 1186 ], |
| 1187 "name": "interactive_ui_tests", |
| 1188 "~followup_annotations": [ |
| 1189 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1190 "@@@STEP_LOG_END@python.inline@@@" |
| 1191 ] |
| 1192 }, |
| 1193 { |
| 1194 "always_run": true, |
| 1195 "cmd": [ |
| 1196 "python", |
| 1197 "-u", |
| 1198 "print \"ALL IS WELL\"" |
| 1199 ], |
| 1200 "name": "sync_integration_tests", |
| 1201 "~followup_annotations": [ |
| 1202 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1203 "@@@STEP_LOG_END@python.inline@@@" |
| 1204 ] |
| 1205 }, |
| 1206 { |
| 1207 "always_run": true, |
| 1208 "cmd": [ |
| 1209 "python", |
| 1210 "-u", |
| 1211 "print \"ALL IS WELL\"" |
| 1212 ], |
| 1213 "name": "nacl_integration", |
| 1214 "~followup_annotations": [ |
| 1215 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1216 "@@@STEP_LOG_END@python.inline@@@" |
| 1217 ] |
| 1218 } |
| 1219 ] |
| OLD | NEW |