| 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 "~followup_annotations": [ |
| 196 "step returned non-zero exit code: 1", |
| 197 "@@@STEP_FAILURE@@@" |
| 198 ] |
| 199 }, |
| 200 { |
| 201 "cmd": [ |
| 202 "python", |
| 203 "-u", |
| 204 "[DEPOT_TOOLS]/gclient.py", |
| 205 "config", |
| 206 "--spec", |
| 207 "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', 'safesync_url': 'https://bui
ld.chromium.org/p/chromium/lkcr-status/lkgr', 'url': 'svn://svn-mirror.golo.chro
mium.org/chrome/trunk/src'}]" |
| 208 ], |
| 209 "name": "gclient setup (2)" |
| 210 }, |
| 211 { |
| 212 "abort_on_failure": true, |
| 213 "cmd": [ |
| 214 "python", |
| 215 "-u", |
| 216 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
| 217 ".", |
| 218 "[DEPOT_TOOLS]/gclient" |
| 219 ], |
| 220 "name": "gclient revert (2)" |
| 221 }, |
| 222 { |
| 223 "abort_on_failure": true, |
| 224 "cmd": [ |
| 225 "python", |
| 226 "-u", |
| 227 "[DEPOT_TOOLS]/gclient.py", |
| 228 "sync", |
| 229 "--nohooks", |
| 230 "--delete_unversioned_trees", |
| 231 "--force", |
| 232 "--revision", |
| 233 "src@HEAD", |
| 234 "--output-json", |
| 235 "/path/to/tmp/json" |
| 236 ], |
| 237 "name": "gclient sync (2)", |
| 238 "~followup_annotations": [ |
| 239 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 240 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
| 241 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
| 242 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 244 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 247 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/WebKit/\": {@@@", |
| 248 "@@@STEP_LOG_LINE@json.output@ \"revision\": 124383@@@", |
| 249 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 250 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc/\": {@@@", |
| 251 "@@@STEP_LOG_LINE@json.output@ \"revision\": 120644@@@", |
| 252 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 253 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarm_client/\": {@@@", |
| 254 "@@@STEP_LOG_LINE@json.output@ \"revision\": 200767@@@", |
| 255 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 256 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client/\": {@@@", |
| 257 "@@@STEP_LOG_LINE@json.output@ \"revision\": 276089@@@", |
| 258 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 259 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 260 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 261 "@@@STEP_LOG_END@json.output@@@", |
| 262 "@@@SET_BUILD_PROPERTY@got_nacl_revision@274981@@@", |
| 263 "@@@SET_BUILD_PROPERTY@got_webkit_revision@124383@@@", |
| 264 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", |
| 265 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@120644@@@", |
| 266 "@@@SET_BUILD_PROPERTY@got_revision@170242@@@", |
| 267 "@@@SET_BUILD_PROPERTY@got_swarm_client_revision@200767@@@" |
| 268 ] |
| 269 }, |
| 270 { |
| 271 "abort_on_failure": true, |
| 272 "cmd": [ |
| 273 "python", |
| 274 "-u", |
| 275 "[DEPOT_TOOLS]/apply_issue.py", |
| 276 "-r", |
| 277 "[SLAVE_BUILD]/src", |
| 278 "-i", |
| 279 "12853011", |
| 280 "-p", |
| 281 "1", |
| 282 "-s", |
| 283 "https://codereview.chromium.org", |
| 284 "--no-auth" |
| 285 ], |
| 286 "name": "apply_issue (2)" |
| 287 }, |
| 288 { |
| 289 "abort_on_failure": false, |
| 290 "can_fail_build": false, |
| 291 "cmd": [ |
| 292 "python", |
| 293 "-u", |
| 294 "[BUILD]/scripts/slave/compile.py", |
| 295 "--target", |
| 296 "Debug", |
| 297 "--src-dir", |
| 298 "[SLAVE_BUILD]/src", |
| 299 "--build-tool", |
| 300 "ninja", |
| 301 "--compiler", |
| 302 "goma", |
| 303 "--goma-dir", |
| 304 "[BUILD]/goma", |
| 305 "--clobber", |
| 306 "--", |
| 307 "base_unittests", |
| 308 "cacheinvalidation_unittests", |
| 309 "cc_unittests", |
| 310 "chromedriver_unittests", |
| 311 "components_unittests", |
| 312 "content_unittests", |
| 313 "crypto_unittests", |
| 314 "google_apis_unittests", |
| 315 "gpu_unittests", |
| 316 "ipc_tests", |
| 317 "jingle_unittests", |
| 318 "media_unittests", |
| 319 "net_unittests", |
| 320 "ppapi_unittests", |
| 321 "printing_unittests", |
| 322 "remoting_unittests", |
| 323 "sql_unittests", |
| 324 "sync_unit_tests", |
| 325 "ui_unittests", |
| 326 "unit_tests", |
| 327 "browser_tests", |
| 328 "content_browsertests", |
| 329 "interactive_ui_tests", |
| 330 "sync_integration_tests", |
| 331 "chrome" |
| 332 ], |
| 333 "name": "compile (with patch, lkcr, clobber)" |
| 334 }, |
| 335 { |
| 336 "cmd": [ |
| 337 "python", |
| 338 "-u", |
| 339 "\nimport os, shutil, sys\nfor p in [os.path.join(sys.argv[1], x) for x in
os.listdir(sys.argv[1])]:\n if os.path.isdir(p):\n shutil.rmtree(p)\n else
:\n os.unlink(p)\n", |
| 340 "[SLAVE_BUILD]/src/out/Debug_gn" |
| 341 ], |
| 342 "name": "rmcontents slave gn build directory", |
| 343 "~followup_annotations": [ |
| 344 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 345 "@@@STEP_LOG_LINE@python.inline@import os, shutil, sys@@@", |
| 346 "@@@STEP_LOG_LINE@python.inline@for p in [os.path.join(sys.argv[1], x) for
x in os.listdir(sys.argv[1])]:@@@", |
| 347 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@", |
| 348 "@@@STEP_LOG_LINE@python.inline@ shutil.rmtree(p)@@@", |
| 349 "@@@STEP_LOG_LINE@python.inline@ else:@@@", |
| 350 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", |
| 351 "@@@STEP_LOG_END@python.inline@@@" |
| 352 ] |
| 353 }, |
| 354 { |
| 355 "cmd": [ |
| 356 "python", |
| 357 "-u", |
| 358 "[DEPOT_TOOLS]/gn.py", |
| 359 "--root=[SLAVE_BUILD]/src", |
| 360 "gen", |
| 361 "//out/Debug_gn", |
| 362 "--args=is_debug=true" |
| 363 ], |
| 364 "name": "gn (2)" |
| 365 }, |
| 366 { |
| 367 "cmd": [ |
| 368 "[DEPOT_TOOLS]/ninja", |
| 369 "-C", |
| 370 "[SLAVE_BUILD]/src/out/Debug_gn" |
| 371 ], |
| 372 "name": "compile (gn with patch, lkcr, clobber)" |
| 373 }, |
| 374 { |
| 375 "allow_subannotations": true, |
| 376 "always_run": true, |
| 377 "cmd": [ |
| 378 "python", |
| 379 "-u", |
| 380 "[BUILD]/scripts/slave/runtest.py", |
| 381 "--target", |
| 382 "Debug", |
| 383 "--xvfb", |
| 384 "--factory-properties", |
| 385 "{\"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\"}", |
| 386 "--build-properties", |
| 387 "{\"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\"}", |
| 388 "--annotate=gtest", |
| 389 "--test-type=telemetry_unittests", |
| 390 "--builder-name=linux_chromium", |
| 391 "--slave-name=TestSlavename", |
| 392 "--build-number=571", |
| 393 "--run-python-script", |
| 394 "[SLAVE_BUILD]/src/tools/telemetry/run_tests", |
| 395 "--browser=debug" |
| 396 ], |
| 397 "name": "telemetry_unittests", |
| 398 "seed_steps": [ |
| 399 "telemetry_unittests", |
| 400 "telemetry_perf_unittests" |
| 401 ] |
| 402 }, |
| 403 { |
| 404 "allow_subannotations": true, |
| 405 "always_run": true, |
| 406 "cmd": [ |
| 407 "python", |
| 408 "-u", |
| 409 "[BUILD]/scripts/slave/runtest.py", |
| 410 "--target", |
| 411 "Debug", |
| 412 "--xvfb", |
| 413 "--factory-properties", |
| 414 "{\"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\"}", |
| 415 "--build-properties", |
| 416 "{\"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\"}", |
| 417 "--annotate=gtest", |
| 418 "--test-type=telemetry_perf_unittests", |
| 419 "--builder-name=linux_chromium", |
| 420 "--slave-name=TestSlavename", |
| 421 "--build-number=571", |
| 422 "--run-python-script", |
| 423 "[SLAVE_BUILD]/src/tools/perf/run_tests", |
| 424 "--browser=debug" |
| 425 ], |
| 426 "name": "telemetry_perf_unittests" |
| 427 }, |
| 428 { |
| 429 "can_fail_build": false, |
| 430 "cmd": [ |
| 431 "python", |
| 432 "-u", |
| 433 "[SLAVE_BUILD]/src/tools/checkdeps/checkdeps.py", |
| 434 "--json", |
| 435 "/path/to/tmp/json" |
| 436 ], |
| 437 "name": "checkdeps (with patch)", |
| 438 "~followup_annotations": [ |
| 439 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 440 "@@@STEP_LOG_END@json.output@@@" |
| 441 ] |
| 442 }, |
| 443 { |
| 444 "can_fail_build": false, |
| 445 "cmd": [ |
| 446 "python", |
| 447 "-u", |
| 448 "[SLAVE_BUILD]/src/tools/deps2git/deps2git.py", |
| 449 "-d", |
| 450 "[SLAVE_BUILD]/src/DEPS", |
| 451 "-o", |
| 452 "[SLAVE_BUILD]/src/.DEPS.git", |
| 453 "--verify", |
| 454 "--json", |
| 455 "/path/to/tmp/json" |
| 456 ], |
| 457 "name": "deps2git (with patch)", |
| 458 "seed_steps": [ |
| 459 "deps2git (with patch)", |
| 460 "deps2submodules" |
| 461 ], |
| 462 "~followup_annotations": [ |
| 463 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 464 "@@@STEP_LOG_END@json.output@@@" |
| 465 ] |
| 466 }, |
| 467 { |
| 468 "cmd": [ |
| 469 "python", |
| 470 "-u", |
| 471 "[SLAVE_BUILD]/src/tools/deps2git/deps2submodules.py", |
| 472 "--gitless", |
| 473 "[SLAVE_BUILD]/src/.DEPS.git" |
| 474 ], |
| 475 "name": "deps2submodules" |
| 476 }, |
| 477 { |
| 478 "always_run": true, |
| 479 "can_fail_build": false, |
| 480 "cmd": [ |
| 481 "python", |
| 482 "-u", |
| 483 "[BUILD]/scripts/slave/runtest.py", |
| 484 "--target", |
| 485 "Debug", |
| 486 "--xvfb", |
| 487 "--factory-properties", |
| 488 "{\"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\"}", |
| 489 "--build-properties", |
| 490 "{\"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\"}", |
| 491 "--builder-name=linux_chromium", |
| 492 "--slave-name=TestSlavename", |
| 493 "--build-number=571", |
| 494 "--parallel", |
| 495 "base_unittests", |
| 496 "/path/to/tmp/json" |
| 497 ], |
| 498 "name": "base_unittests (with patch)" |
| 499 }, |
| 500 { |
| 501 "always_run": true, |
| 502 "can_fail_build": false, |
| 503 "cmd": [ |
| 504 "python", |
| 505 "-u", |
| 506 "[BUILD]/scripts/slave/runtest.py", |
| 507 "--target", |
| 508 "Debug", |
| 509 "--xvfb", |
| 510 "--factory-properties", |
| 511 "{\"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\"}", |
| 512 "--build-properties", |
| 513 "{\"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\"}", |
| 514 "--builder-name=linux_chromium", |
| 515 "--slave-name=TestSlavename", |
| 516 "--build-number=571", |
| 517 "--parallel", |
| 518 "cacheinvalidation_unittests", |
| 519 "/path/to/tmp/json" |
| 520 ], |
| 521 "name": "cacheinvalidation_unittests (with patch)" |
| 522 }, |
| 523 { |
| 524 "always_run": true, |
| 525 "can_fail_build": false, |
| 526 "cmd": [ |
| 527 "python", |
| 528 "-u", |
| 529 "[BUILD]/scripts/slave/runtest.py", |
| 530 "--target", |
| 531 "Debug", |
| 532 "--xvfb", |
| 533 "--factory-properties", |
| 534 "{\"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\"}", |
| 535 "--build-properties", |
| 536 "{\"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\"}", |
| 537 "--builder-name=linux_chromium", |
| 538 "--slave-name=TestSlavename", |
| 539 "--build-number=571", |
| 540 "--parallel", |
| 541 "cc_unittests", |
| 542 "/path/to/tmp/json" |
| 543 ], |
| 544 "name": "cc_unittests (with patch)" |
| 545 }, |
| 546 { |
| 547 "always_run": true, |
| 548 "can_fail_build": false, |
| 549 "cmd": [ |
| 550 "python", |
| 551 "-u", |
| 552 "[BUILD]/scripts/slave/runtest.py", |
| 553 "--target", |
| 554 "Debug", |
| 555 "--xvfb", |
| 556 "--factory-properties", |
| 557 "{\"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\"}", |
| 558 "--build-properties", |
| 559 "{\"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\"}", |
| 560 "--builder-name=linux_chromium", |
| 561 "--slave-name=TestSlavename", |
| 562 "--build-number=571", |
| 563 "--parallel", |
| 564 "chromedriver_unittests", |
| 565 "/path/to/tmp/json" |
| 566 ], |
| 567 "name": "chromedriver_unittests (with patch)" |
| 568 }, |
| 569 { |
| 570 "always_run": true, |
| 571 "can_fail_build": false, |
| 572 "cmd": [ |
| 573 "python", |
| 574 "-u", |
| 575 "[BUILD]/scripts/slave/runtest.py", |
| 576 "--target", |
| 577 "Debug", |
| 578 "--xvfb", |
| 579 "--factory-properties", |
| 580 "{\"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\"}", |
| 581 "--build-properties", |
| 582 "{\"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\"}", |
| 583 "--builder-name=linux_chromium", |
| 584 "--slave-name=TestSlavename", |
| 585 "--build-number=571", |
| 586 "--parallel", |
| 587 "components_unittests", |
| 588 "/path/to/tmp/json" |
| 589 ], |
| 590 "name": "components_unittests (with patch)" |
| 591 }, |
| 592 { |
| 593 "always_run": true, |
| 594 "can_fail_build": false, |
| 595 "cmd": [ |
| 596 "python", |
| 597 "-u", |
| 598 "[BUILD]/scripts/slave/runtest.py", |
| 599 "--target", |
| 600 "Debug", |
| 601 "--xvfb", |
| 602 "--factory-properties", |
| 603 "{\"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\"}", |
| 604 "--build-properties", |
| 605 "{\"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\"}", |
| 606 "--builder-name=linux_chromium", |
| 607 "--slave-name=TestSlavename", |
| 608 "--build-number=571", |
| 609 "--parallel", |
| 610 "content_unittests", |
| 611 "/path/to/tmp/json" |
| 612 ], |
| 613 "name": "content_unittests (with patch)" |
| 614 }, |
| 615 { |
| 616 "always_run": true, |
| 617 "can_fail_build": false, |
| 618 "cmd": [ |
| 619 "python", |
| 620 "-u", |
| 621 "[BUILD]/scripts/slave/runtest.py", |
| 622 "--target", |
| 623 "Debug", |
| 624 "--xvfb", |
| 625 "--factory-properties", |
| 626 "{\"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\"}", |
| 627 "--build-properties", |
| 628 "{\"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\"}", |
| 629 "--builder-name=linux_chromium", |
| 630 "--slave-name=TestSlavename", |
| 631 "--build-number=571", |
| 632 "--parallel", |
| 633 "crypto_unittests", |
| 634 "/path/to/tmp/json" |
| 635 ], |
| 636 "name": "crypto_unittests (with patch)" |
| 637 }, |
| 638 { |
| 639 "always_run": true, |
| 640 "can_fail_build": false, |
| 641 "cmd": [ |
| 642 "python", |
| 643 "-u", |
| 644 "[BUILD]/scripts/slave/runtest.py", |
| 645 "--target", |
| 646 "Debug", |
| 647 "--xvfb", |
| 648 "--factory-properties", |
| 649 "{\"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\"}", |
| 650 "--build-properties", |
| 651 "{\"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\"}", |
| 652 "--builder-name=linux_chromium", |
| 653 "--slave-name=TestSlavename", |
| 654 "--build-number=571", |
| 655 "--parallel", |
| 656 "google_apis_unittests", |
| 657 "/path/to/tmp/json" |
| 658 ], |
| 659 "name": "google_apis_unittests (with patch)" |
| 660 }, |
| 661 { |
| 662 "always_run": true, |
| 663 "can_fail_build": false, |
| 664 "cmd": [ |
| 665 "python", |
| 666 "-u", |
| 667 "[BUILD]/scripts/slave/runtest.py", |
| 668 "--target", |
| 669 "Debug", |
| 670 "--xvfb", |
| 671 "--factory-properties", |
| 672 "{\"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\"}", |
| 673 "--build-properties", |
| 674 "{\"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\"}", |
| 675 "--builder-name=linux_chromium", |
| 676 "--slave-name=TestSlavename", |
| 677 "--build-number=571", |
| 678 "--parallel", |
| 679 "gpu_unittests", |
| 680 "/path/to/tmp/json" |
| 681 ], |
| 682 "name": "gpu_unittests (with patch)" |
| 683 }, |
| 684 { |
| 685 "always_run": true, |
| 686 "can_fail_build": false, |
| 687 "cmd": [ |
| 688 "python", |
| 689 "-u", |
| 690 "[BUILD]/scripts/slave/runtest.py", |
| 691 "--target", |
| 692 "Debug", |
| 693 "--xvfb", |
| 694 "--factory-properties", |
| 695 "{\"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\"}", |
| 696 "--build-properties", |
| 697 "{\"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\"}", |
| 698 "--builder-name=linux_chromium", |
| 699 "--slave-name=TestSlavename", |
| 700 "--build-number=571", |
| 701 "--parallel", |
| 702 "ipc_tests", |
| 703 "/path/to/tmp/json" |
| 704 ], |
| 705 "name": "ipc_tests (with patch)" |
| 706 }, |
| 707 { |
| 708 "always_run": true, |
| 709 "can_fail_build": false, |
| 710 "cmd": [ |
| 711 "python", |
| 712 "-u", |
| 713 "[BUILD]/scripts/slave/runtest.py", |
| 714 "--target", |
| 715 "Debug", |
| 716 "--xvfb", |
| 717 "--factory-properties", |
| 718 "{\"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\"}", |
| 719 "--build-properties", |
| 720 "{\"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\"}", |
| 721 "--builder-name=linux_chromium", |
| 722 "--slave-name=TestSlavename", |
| 723 "--build-number=571", |
| 724 "--parallel", |
| 725 "jingle_unittests", |
| 726 "/path/to/tmp/json" |
| 727 ], |
| 728 "name": "jingle_unittests (with patch)" |
| 729 }, |
| 730 { |
| 731 "always_run": true, |
| 732 "can_fail_build": false, |
| 733 "cmd": [ |
| 734 "python", |
| 735 "-u", |
| 736 "[BUILD]/scripts/slave/runtest.py", |
| 737 "--target", |
| 738 "Debug", |
| 739 "--xvfb", |
| 740 "--factory-properties", |
| 741 "{\"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\"}", |
| 742 "--build-properties", |
| 743 "{\"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\"}", |
| 744 "--builder-name=linux_chromium", |
| 745 "--slave-name=TestSlavename", |
| 746 "--build-number=571", |
| 747 "--parallel", |
| 748 "media_unittests", |
| 749 "/path/to/tmp/json" |
| 750 ], |
| 751 "name": "media_unittests (with patch)" |
| 752 }, |
| 753 { |
| 754 "always_run": true, |
| 755 "can_fail_build": false, |
| 756 "cmd": [ |
| 757 "python", |
| 758 "-u", |
| 759 "[BUILD]/scripts/slave/runtest.py", |
| 760 "--target", |
| 761 "Debug", |
| 762 "--xvfb", |
| 763 "--factory-properties", |
| 764 "{\"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\"}", |
| 765 "--build-properties", |
| 766 "{\"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\"}", |
| 767 "--builder-name=linux_chromium", |
| 768 "--slave-name=TestSlavename", |
| 769 "--build-number=571", |
| 770 "--parallel", |
| 771 "net_unittests", |
| 772 "/path/to/tmp/json" |
| 773 ], |
| 774 "name": "net_unittests (with patch)" |
| 775 }, |
| 776 { |
| 777 "always_run": true, |
| 778 "can_fail_build": false, |
| 779 "cmd": [ |
| 780 "python", |
| 781 "-u", |
| 782 "[BUILD]/scripts/slave/runtest.py", |
| 783 "--target", |
| 784 "Debug", |
| 785 "--xvfb", |
| 786 "--factory-properties", |
| 787 "{\"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\"}", |
| 788 "--build-properties", |
| 789 "{\"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\"}", |
| 790 "--builder-name=linux_chromium", |
| 791 "--slave-name=TestSlavename", |
| 792 "--build-number=571", |
| 793 "--parallel", |
| 794 "ppapi_unittests", |
| 795 "/path/to/tmp/json" |
| 796 ], |
| 797 "name": "ppapi_unittests (with patch)" |
| 798 }, |
| 799 { |
| 800 "always_run": true, |
| 801 "can_fail_build": false, |
| 802 "cmd": [ |
| 803 "python", |
| 804 "-u", |
| 805 "[BUILD]/scripts/slave/runtest.py", |
| 806 "--target", |
| 807 "Debug", |
| 808 "--xvfb", |
| 809 "--factory-properties", |
| 810 "{\"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\"}", |
| 811 "--build-properties", |
| 812 "{\"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\"}", |
| 813 "--builder-name=linux_chromium", |
| 814 "--slave-name=TestSlavename", |
| 815 "--build-number=571", |
| 816 "--parallel", |
| 817 "printing_unittests", |
| 818 "/path/to/tmp/json" |
| 819 ], |
| 820 "name": "printing_unittests (with patch)" |
| 821 }, |
| 822 { |
| 823 "always_run": true, |
| 824 "can_fail_build": false, |
| 825 "cmd": [ |
| 826 "python", |
| 827 "-u", |
| 828 "[BUILD]/scripts/slave/runtest.py", |
| 829 "--target", |
| 830 "Debug", |
| 831 "--xvfb", |
| 832 "--factory-properties", |
| 833 "{\"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\"}", |
| 834 "--build-properties", |
| 835 "{\"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\"}", |
| 836 "--builder-name=linux_chromium", |
| 837 "--slave-name=TestSlavename", |
| 838 "--build-number=571", |
| 839 "--parallel", |
| 840 "remoting_unittests", |
| 841 "/path/to/tmp/json" |
| 842 ], |
| 843 "name": "remoting_unittests (with patch)" |
| 844 }, |
| 845 { |
| 846 "always_run": true, |
| 847 "can_fail_build": false, |
| 848 "cmd": [ |
| 849 "python", |
| 850 "-u", |
| 851 "[BUILD]/scripts/slave/runtest.py", |
| 852 "--target", |
| 853 "Debug", |
| 854 "--xvfb", |
| 855 "--factory-properties", |
| 856 "{\"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\"}", |
| 857 "--build-properties", |
| 858 "{\"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\"}", |
| 859 "--builder-name=linux_chromium", |
| 860 "--slave-name=TestSlavename", |
| 861 "--build-number=571", |
| 862 "--parallel", |
| 863 "sql_unittests", |
| 864 "/path/to/tmp/json" |
| 865 ], |
| 866 "name": "sql_unittests (with patch)" |
| 867 }, |
| 868 { |
| 869 "always_run": true, |
| 870 "can_fail_build": false, |
| 871 "cmd": [ |
| 872 "python", |
| 873 "-u", |
| 874 "[BUILD]/scripts/slave/runtest.py", |
| 875 "--target", |
| 876 "Debug", |
| 877 "--xvfb", |
| 878 "--factory-properties", |
| 879 "{\"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\"}", |
| 880 "--build-properties", |
| 881 "{\"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\"}", |
| 882 "--builder-name=linux_chromium", |
| 883 "--slave-name=TestSlavename", |
| 884 "--build-number=571", |
| 885 "--parallel", |
| 886 "sync_unit_tests", |
| 887 "/path/to/tmp/json" |
| 888 ], |
| 889 "name": "sync_unit_tests (with patch)" |
| 890 }, |
| 891 { |
| 892 "always_run": true, |
| 893 "can_fail_build": false, |
| 894 "cmd": [ |
| 895 "python", |
| 896 "-u", |
| 897 "[BUILD]/scripts/slave/runtest.py", |
| 898 "--target", |
| 899 "Debug", |
| 900 "--xvfb", |
| 901 "--factory-properties", |
| 902 "{\"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\"}", |
| 903 "--build-properties", |
| 904 "{\"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\"}", |
| 905 "--builder-name=linux_chromium", |
| 906 "--slave-name=TestSlavename", |
| 907 "--build-number=571", |
| 908 "--parallel", |
| 909 "ui_unittests", |
| 910 "/path/to/tmp/json" |
| 911 ], |
| 912 "name": "ui_unittests (with patch)" |
| 913 }, |
| 914 { |
| 915 "always_run": true, |
| 916 "can_fail_build": false, |
| 917 "cmd": [ |
| 918 "python", |
| 919 "-u", |
| 920 "[BUILD]/scripts/slave/runtest.py", |
| 921 "--target", |
| 922 "Debug", |
| 923 "--xvfb", |
| 924 "--factory-properties", |
| 925 "{\"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\"}", |
| 926 "--build-properties", |
| 927 "{\"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\"}", |
| 928 "--builder-name=linux_chromium", |
| 929 "--slave-name=TestSlavename", |
| 930 "--build-number=571", |
| 931 "--parallel", |
| 932 "unit_tests", |
| 933 "/path/to/tmp/json" |
| 934 ], |
| 935 "name": "unit_tests (with patch)" |
| 936 }, |
| 937 { |
| 938 "always_run": true, |
| 939 "can_fail_build": false, |
| 940 "cmd": [ |
| 941 "python", |
| 942 "-u", |
| 943 "[BUILD]/scripts/slave/runtest.py", |
| 944 "--target", |
| 945 "Debug", |
| 946 "--xvfb", |
| 947 "--factory-properties", |
| 948 "{\"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\"}", |
| 949 "--build-properties", |
| 950 "{\"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\"}", |
| 951 "--builder-name=linux_chromium", |
| 952 "--slave-name=TestSlavename", |
| 953 "--build-number=571", |
| 954 "--parallel", |
| 955 "browser_tests", |
| 956 "/path/to/tmp/json" |
| 957 ], |
| 958 "name": "browser_tests (with patch)" |
| 959 }, |
| 960 { |
| 961 "always_run": true, |
| 962 "can_fail_build": false, |
| 963 "cmd": [ |
| 964 "python", |
| 965 "-u", |
| 966 "[BUILD]/scripts/slave/runtest.py", |
| 967 "--target", |
| 968 "Debug", |
| 969 "--xvfb", |
| 970 "--factory-properties", |
| 971 "{\"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\"}", |
| 972 "--build-properties", |
| 973 "{\"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\"}", |
| 974 "--builder-name=linux_chromium", |
| 975 "--slave-name=TestSlavename", |
| 976 "--build-number=571", |
| 977 "--parallel", |
| 978 "content_browsertests", |
| 979 "/path/to/tmp/json" |
| 980 ], |
| 981 "name": "content_browsertests (with patch)" |
| 982 }, |
| 983 { |
| 984 "always_run": true, |
| 985 "can_fail_build": false, |
| 986 "cmd": [ |
| 987 "python", |
| 988 "-u", |
| 989 "[BUILD]/scripts/slave/runtest.py", |
| 990 "--target", |
| 991 "Debug", |
| 992 "--xvfb", |
| 993 "--factory-properties", |
| 994 "{\"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\"}", |
| 995 "--build-properties", |
| 996 "{\"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\"}", |
| 997 "--builder-name=linux_chromium", |
| 998 "--slave-name=TestSlavename", |
| 999 "--build-number=571", |
| 1000 "--parallel", |
| 1001 "interactive_ui_tests", |
| 1002 "/path/to/tmp/json" |
| 1003 ], |
| 1004 "name": "interactive_ui_tests (with patch)" |
| 1005 }, |
| 1006 { |
| 1007 "always_run": true, |
| 1008 "can_fail_build": false, |
| 1009 "cmd": [ |
| 1010 "python", |
| 1011 "-u", |
| 1012 "[BUILD]/scripts/slave/runtest.py", |
| 1013 "--target", |
| 1014 "Debug", |
| 1015 "--xvfb", |
| 1016 "--factory-properties", |
| 1017 "{\"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\"}", |
| 1018 "--build-properties", |
| 1019 "{\"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\"}", |
| 1020 "--builder-name=linux_chromium", |
| 1021 "--slave-name=TestSlavename", |
| 1022 "--build-number=571", |
| 1023 "--parallel", |
| 1024 "sync_integration_tests", |
| 1025 "/path/to/tmp/json" |
| 1026 ], |
| 1027 "name": "sync_integration_tests (with patch)" |
| 1028 }, |
| 1029 { |
| 1030 "can_fail_build": false, |
| 1031 "cmd": [ |
| 1032 "python", |
| 1033 "-u", |
| 1034 "[SLAVE_BUILD]/src/chrome/test/nacl_test_injection/buildbot_nacl_integrati
on.py", |
| 1035 "--mode", |
| 1036 "Debug", |
| 1037 "--json_build_results_output_file", |
| 1038 "/path/to/tmp/json" |
| 1039 ], |
| 1040 "name": "nacl_integration (with patch)", |
| 1041 "~followup_annotations": [ |
| 1042 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 1043 "@@@STEP_LOG_END@json.output@@@" |
| 1044 ] |
| 1045 }, |
| 1046 { |
| 1047 "always_run": true, |
| 1048 "cmd": [ |
| 1049 "python", |
| 1050 "-u", |
| 1051 "print \"ALL IS WELL\"" |
| 1052 ], |
| 1053 "name": "checkdeps", |
| 1054 "~followup_annotations": [ |
| 1055 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1056 "@@@STEP_LOG_END@python.inline@@@" |
| 1057 ] |
| 1058 }, |
| 1059 { |
| 1060 "always_run": true, |
| 1061 "cmd": [ |
| 1062 "python", |
| 1063 "-u", |
| 1064 "print \"ALL IS WELL\"" |
| 1065 ], |
| 1066 "name": "deps2git", |
| 1067 "~followup_annotations": [ |
| 1068 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1069 "@@@STEP_LOG_END@python.inline@@@" |
| 1070 ] |
| 1071 }, |
| 1072 { |
| 1073 "always_run": true, |
| 1074 "cmd": [ |
| 1075 "python", |
| 1076 "-u", |
| 1077 "print \"ALL IS WELL\"" |
| 1078 ], |
| 1079 "name": "base_unittests", |
| 1080 "~followup_annotations": [ |
| 1081 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1082 "@@@STEP_LOG_END@python.inline@@@" |
| 1083 ] |
| 1084 }, |
| 1085 { |
| 1086 "always_run": true, |
| 1087 "cmd": [ |
| 1088 "python", |
| 1089 "-u", |
| 1090 "print \"ALL IS WELL\"" |
| 1091 ], |
| 1092 "name": "cacheinvalidation_unittests", |
| 1093 "~followup_annotations": [ |
| 1094 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1095 "@@@STEP_LOG_END@python.inline@@@" |
| 1096 ] |
| 1097 }, |
| 1098 { |
| 1099 "always_run": true, |
| 1100 "cmd": [ |
| 1101 "python", |
| 1102 "-u", |
| 1103 "print \"ALL IS WELL\"" |
| 1104 ], |
| 1105 "name": "cc_unittests", |
| 1106 "~followup_annotations": [ |
| 1107 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1108 "@@@STEP_LOG_END@python.inline@@@" |
| 1109 ] |
| 1110 }, |
| 1111 { |
| 1112 "always_run": true, |
| 1113 "cmd": [ |
| 1114 "python", |
| 1115 "-u", |
| 1116 "print \"ALL IS WELL\"" |
| 1117 ], |
| 1118 "name": "chromedriver_unittests", |
| 1119 "~followup_annotations": [ |
| 1120 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1121 "@@@STEP_LOG_END@python.inline@@@" |
| 1122 ] |
| 1123 }, |
| 1124 { |
| 1125 "always_run": true, |
| 1126 "cmd": [ |
| 1127 "python", |
| 1128 "-u", |
| 1129 "print \"ALL IS WELL\"" |
| 1130 ], |
| 1131 "name": "components_unittests", |
| 1132 "~followup_annotations": [ |
| 1133 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1134 "@@@STEP_LOG_END@python.inline@@@" |
| 1135 ] |
| 1136 }, |
| 1137 { |
| 1138 "always_run": true, |
| 1139 "cmd": [ |
| 1140 "python", |
| 1141 "-u", |
| 1142 "print \"ALL IS WELL\"" |
| 1143 ], |
| 1144 "name": "content_unittests", |
| 1145 "~followup_annotations": [ |
| 1146 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1147 "@@@STEP_LOG_END@python.inline@@@" |
| 1148 ] |
| 1149 }, |
| 1150 { |
| 1151 "always_run": true, |
| 1152 "cmd": [ |
| 1153 "python", |
| 1154 "-u", |
| 1155 "print \"ALL IS WELL\"" |
| 1156 ], |
| 1157 "name": "crypto_unittests", |
| 1158 "~followup_annotations": [ |
| 1159 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1160 "@@@STEP_LOG_END@python.inline@@@" |
| 1161 ] |
| 1162 }, |
| 1163 { |
| 1164 "always_run": true, |
| 1165 "cmd": [ |
| 1166 "python", |
| 1167 "-u", |
| 1168 "print \"ALL IS WELL\"" |
| 1169 ], |
| 1170 "name": "google_apis_unittests", |
| 1171 "~followup_annotations": [ |
| 1172 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1173 "@@@STEP_LOG_END@python.inline@@@" |
| 1174 ] |
| 1175 }, |
| 1176 { |
| 1177 "always_run": true, |
| 1178 "cmd": [ |
| 1179 "python", |
| 1180 "-u", |
| 1181 "print \"ALL IS WELL\"" |
| 1182 ], |
| 1183 "name": "gpu_unittests", |
| 1184 "~followup_annotations": [ |
| 1185 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1186 "@@@STEP_LOG_END@python.inline@@@" |
| 1187 ] |
| 1188 }, |
| 1189 { |
| 1190 "always_run": true, |
| 1191 "cmd": [ |
| 1192 "python", |
| 1193 "-u", |
| 1194 "print \"ALL IS WELL\"" |
| 1195 ], |
| 1196 "name": "ipc_tests", |
| 1197 "~followup_annotations": [ |
| 1198 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1199 "@@@STEP_LOG_END@python.inline@@@" |
| 1200 ] |
| 1201 }, |
| 1202 { |
| 1203 "always_run": true, |
| 1204 "cmd": [ |
| 1205 "python", |
| 1206 "-u", |
| 1207 "print \"ALL IS WELL\"" |
| 1208 ], |
| 1209 "name": "jingle_unittests", |
| 1210 "~followup_annotations": [ |
| 1211 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1212 "@@@STEP_LOG_END@python.inline@@@" |
| 1213 ] |
| 1214 }, |
| 1215 { |
| 1216 "always_run": true, |
| 1217 "cmd": [ |
| 1218 "python", |
| 1219 "-u", |
| 1220 "print \"ALL IS WELL\"" |
| 1221 ], |
| 1222 "name": "media_unittests", |
| 1223 "~followup_annotations": [ |
| 1224 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1225 "@@@STEP_LOG_END@python.inline@@@" |
| 1226 ] |
| 1227 }, |
| 1228 { |
| 1229 "always_run": true, |
| 1230 "cmd": [ |
| 1231 "python", |
| 1232 "-u", |
| 1233 "print \"ALL IS WELL\"" |
| 1234 ], |
| 1235 "name": "net_unittests", |
| 1236 "~followup_annotations": [ |
| 1237 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1238 "@@@STEP_LOG_END@python.inline@@@" |
| 1239 ] |
| 1240 }, |
| 1241 { |
| 1242 "always_run": true, |
| 1243 "cmd": [ |
| 1244 "python", |
| 1245 "-u", |
| 1246 "print \"ALL IS WELL\"" |
| 1247 ], |
| 1248 "name": "ppapi_unittests", |
| 1249 "~followup_annotations": [ |
| 1250 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1251 "@@@STEP_LOG_END@python.inline@@@" |
| 1252 ] |
| 1253 }, |
| 1254 { |
| 1255 "always_run": true, |
| 1256 "cmd": [ |
| 1257 "python", |
| 1258 "-u", |
| 1259 "print \"ALL IS WELL\"" |
| 1260 ], |
| 1261 "name": "printing_unittests", |
| 1262 "~followup_annotations": [ |
| 1263 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1264 "@@@STEP_LOG_END@python.inline@@@" |
| 1265 ] |
| 1266 }, |
| 1267 { |
| 1268 "always_run": true, |
| 1269 "cmd": [ |
| 1270 "python", |
| 1271 "-u", |
| 1272 "print \"ALL IS WELL\"" |
| 1273 ], |
| 1274 "name": "remoting_unittests", |
| 1275 "~followup_annotations": [ |
| 1276 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1277 "@@@STEP_LOG_END@python.inline@@@" |
| 1278 ] |
| 1279 }, |
| 1280 { |
| 1281 "always_run": true, |
| 1282 "cmd": [ |
| 1283 "python", |
| 1284 "-u", |
| 1285 "print \"ALL IS WELL\"" |
| 1286 ], |
| 1287 "name": "sql_unittests", |
| 1288 "~followup_annotations": [ |
| 1289 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1290 "@@@STEP_LOG_END@python.inline@@@" |
| 1291 ] |
| 1292 }, |
| 1293 { |
| 1294 "always_run": true, |
| 1295 "cmd": [ |
| 1296 "python", |
| 1297 "-u", |
| 1298 "print \"ALL IS WELL\"" |
| 1299 ], |
| 1300 "name": "sync_unit_tests", |
| 1301 "~followup_annotations": [ |
| 1302 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1303 "@@@STEP_LOG_END@python.inline@@@" |
| 1304 ] |
| 1305 }, |
| 1306 { |
| 1307 "always_run": true, |
| 1308 "cmd": [ |
| 1309 "python", |
| 1310 "-u", |
| 1311 "print \"ALL IS WELL\"" |
| 1312 ], |
| 1313 "name": "ui_unittests", |
| 1314 "~followup_annotations": [ |
| 1315 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1316 "@@@STEP_LOG_END@python.inline@@@" |
| 1317 ] |
| 1318 }, |
| 1319 { |
| 1320 "always_run": true, |
| 1321 "cmd": [ |
| 1322 "python", |
| 1323 "-u", |
| 1324 "print \"ALL IS WELL\"" |
| 1325 ], |
| 1326 "name": "unit_tests", |
| 1327 "~followup_annotations": [ |
| 1328 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1329 "@@@STEP_LOG_END@python.inline@@@" |
| 1330 ] |
| 1331 }, |
| 1332 { |
| 1333 "always_run": true, |
| 1334 "cmd": [ |
| 1335 "python", |
| 1336 "-u", |
| 1337 "print \"ALL IS WELL\"" |
| 1338 ], |
| 1339 "name": "browser_tests", |
| 1340 "~followup_annotations": [ |
| 1341 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1342 "@@@STEP_LOG_END@python.inline@@@" |
| 1343 ] |
| 1344 }, |
| 1345 { |
| 1346 "always_run": true, |
| 1347 "cmd": [ |
| 1348 "python", |
| 1349 "-u", |
| 1350 "print \"ALL IS WELL\"" |
| 1351 ], |
| 1352 "name": "content_browsertests", |
| 1353 "~followup_annotations": [ |
| 1354 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1355 "@@@STEP_LOG_END@python.inline@@@" |
| 1356 ] |
| 1357 }, |
| 1358 { |
| 1359 "always_run": true, |
| 1360 "cmd": [ |
| 1361 "python", |
| 1362 "-u", |
| 1363 "print \"ALL IS WELL\"" |
| 1364 ], |
| 1365 "name": "interactive_ui_tests", |
| 1366 "~followup_annotations": [ |
| 1367 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1368 "@@@STEP_LOG_END@python.inline@@@" |
| 1369 ] |
| 1370 }, |
| 1371 { |
| 1372 "always_run": true, |
| 1373 "cmd": [ |
| 1374 "python", |
| 1375 "-u", |
| 1376 "print \"ALL IS WELL\"" |
| 1377 ], |
| 1378 "name": "sync_integration_tests", |
| 1379 "~followup_annotations": [ |
| 1380 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1381 "@@@STEP_LOG_END@python.inline@@@" |
| 1382 ] |
| 1383 }, |
| 1384 { |
| 1385 "always_run": true, |
| 1386 "cmd": [ |
| 1387 "python", |
| 1388 "-u", |
| 1389 "print \"ALL IS WELL\"" |
| 1390 ], |
| 1391 "name": "nacl_integration", |
| 1392 "~followup_annotations": [ |
| 1393 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1394 "@@@STEP_LOG_END@python.inline@@@" |
| 1395 ] |
| 1396 } |
| 1397 ] |
| OLD | NEW |