| 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 "cmd": [ |
| 174 "python", |
| 175 "-u", |
| 176 "[DEPOT_TOOLS]/gn.py", |
| 177 "gen", |
| 178 "-o", |
| 179 "[SLAVE_BUILD]/Debug_gn", |
| 180 "--args=is_debug=true" |
| 181 ], |
| 182 "name": "gn" |
| 183 }, |
| 184 { |
| 185 "cmd": [ |
| 186 "[DEPOT_TOOLS]/ninja", |
| 187 "-C", |
| 188 "[SLAVE_BUILD]/Debug_gn" |
| 189 ], |
| 190 "name": "compile (gn with patch)" |
| 191 }, |
| 192 { |
| 193 "allow_subannotations": true, |
| 194 "always_run": true, |
| 195 "cmd": [ |
| 196 "python", |
| 197 "-u", |
| 198 "[BUILD]/scripts/slave/runtest.py", |
| 199 "--target", |
| 200 "Debug", |
| 201 "--xvfb", |
| 202 "--factory-properties", |
| 203 "{\"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\"}", |
| 204 "--build-properties", |
| 205 "{\"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\"}", |
| 206 "--annotate=gtest", |
| 207 "--test-type=telemetry_unittests", |
| 208 "--builder-name=linux_chromium", |
| 209 "--slave-name=TestSlavename", |
| 210 "--build-number=571", |
| 211 "--run-python-script", |
| 212 "[SLAVE_BUILD]/src/tools/telemetry/run_tests", |
| 213 "--browser=debug" |
| 214 ], |
| 215 "name": "telemetry_unittests", |
| 216 "seed_steps": [ |
| 217 "telemetry_unittests", |
| 218 "telemetry_perf_unittests" |
| 219 ] |
| 220 }, |
| 221 { |
| 222 "allow_subannotations": true, |
| 223 "always_run": true, |
| 224 "cmd": [ |
| 225 "python", |
| 226 "-u", |
| 227 "[BUILD]/scripts/slave/runtest.py", |
| 228 "--target", |
| 229 "Debug", |
| 230 "--xvfb", |
| 231 "--factory-properties", |
| 232 "{\"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\"}", |
| 233 "--build-properties", |
| 234 "{\"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\"}", |
| 235 "--annotate=gtest", |
| 236 "--test-type=telemetry_perf_unittests", |
| 237 "--builder-name=linux_chromium", |
| 238 "--slave-name=TestSlavename", |
| 239 "--build-number=571", |
| 240 "--run-python-script", |
| 241 "[SLAVE_BUILD]/src/tools/perf/run_tests", |
| 242 "--browser=debug" |
| 243 ], |
| 244 "name": "telemetry_perf_unittests" |
| 245 }, |
| 246 { |
| 247 "can_fail_build": false, |
| 248 "cmd": [ |
| 249 "python", |
| 250 "-u", |
| 251 "[SLAVE_BUILD]/src/tools/checkdeps/checkdeps.py", |
| 252 "--json", |
| 253 "/path/to/tmp/json" |
| 254 ], |
| 255 "name": "checkdeps (with patch)", |
| 256 "~followup_annotations": [ |
| 257 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 258 "@@@STEP_LOG_END@json.output@@@" |
| 259 ] |
| 260 }, |
| 261 { |
| 262 "can_fail_build": false, |
| 263 "cmd": [ |
| 264 "python", |
| 265 "-u", |
| 266 "[SLAVE_BUILD]/src/tools/deps2git/deps2git.py", |
| 267 "-d", |
| 268 "[SLAVE_BUILD]/src/DEPS", |
| 269 "-o", |
| 270 "[SLAVE_BUILD]/src/.DEPS.git", |
| 271 "--verify", |
| 272 "--json", |
| 273 "/path/to/tmp/json" |
| 274 ], |
| 275 "name": "deps2git (with patch)", |
| 276 "seed_steps": [ |
| 277 "deps2git (with patch)", |
| 278 "deps2submodules" |
| 279 ], |
| 280 "~followup_annotations": [ |
| 281 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 282 "@@@STEP_LOG_END@json.output@@@" |
| 283 ] |
| 284 }, |
| 285 { |
| 286 "cmd": [ |
| 287 "python", |
| 288 "-u", |
| 289 "[SLAVE_BUILD]/src/tools/deps2git/deps2submodules.py", |
| 290 "--gitless", |
| 291 "[SLAVE_BUILD]/src/.DEPS.git" |
| 292 ], |
| 293 "name": "deps2submodules" |
| 294 }, |
| 295 { |
| 296 "always_run": true, |
| 297 "can_fail_build": false, |
| 298 "cmd": [ |
| 299 "python", |
| 300 "-u", |
| 301 "[BUILD]/scripts/slave/runtest.py", |
| 302 "--target", |
| 303 "Debug", |
| 304 "--xvfb", |
| 305 "--factory-properties", |
| 306 "{\"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\"}", |
| 307 "--build-properties", |
| 308 "{\"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\"}", |
| 309 "--builder-name=linux_chromium", |
| 310 "--slave-name=TestSlavename", |
| 311 "--build-number=571", |
| 312 "--parallel", |
| 313 "base_unittests", |
| 314 "/path/to/tmp/json" |
| 315 ], |
| 316 "name": "base_unittests (with patch)" |
| 317 }, |
| 318 { |
| 319 "always_run": true, |
| 320 "can_fail_build": false, |
| 321 "cmd": [ |
| 322 "python", |
| 323 "-u", |
| 324 "[BUILD]/scripts/slave/runtest.py", |
| 325 "--target", |
| 326 "Debug", |
| 327 "--xvfb", |
| 328 "--factory-properties", |
| 329 "{\"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\"}", |
| 330 "--build-properties", |
| 331 "{\"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\"}", |
| 332 "--builder-name=linux_chromium", |
| 333 "--slave-name=TestSlavename", |
| 334 "--build-number=571", |
| 335 "--parallel", |
| 336 "cacheinvalidation_unittests", |
| 337 "/path/to/tmp/json" |
| 338 ], |
| 339 "name": "cacheinvalidation_unittests (with patch)" |
| 340 }, |
| 341 { |
| 342 "always_run": true, |
| 343 "can_fail_build": false, |
| 344 "cmd": [ |
| 345 "python", |
| 346 "-u", |
| 347 "[BUILD]/scripts/slave/runtest.py", |
| 348 "--target", |
| 349 "Debug", |
| 350 "--xvfb", |
| 351 "--factory-properties", |
| 352 "{\"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\"}", |
| 353 "--build-properties", |
| 354 "{\"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\"}", |
| 355 "--builder-name=linux_chromium", |
| 356 "--slave-name=TestSlavename", |
| 357 "--build-number=571", |
| 358 "--parallel", |
| 359 "cc_unittests", |
| 360 "/path/to/tmp/json" |
| 361 ], |
| 362 "name": "cc_unittests (with patch)" |
| 363 }, |
| 364 { |
| 365 "always_run": true, |
| 366 "can_fail_build": false, |
| 367 "cmd": [ |
| 368 "python", |
| 369 "-u", |
| 370 "[BUILD]/scripts/slave/runtest.py", |
| 371 "--target", |
| 372 "Debug", |
| 373 "--xvfb", |
| 374 "--factory-properties", |
| 375 "{\"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\"}", |
| 376 "--build-properties", |
| 377 "{\"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\"}", |
| 378 "--builder-name=linux_chromium", |
| 379 "--slave-name=TestSlavename", |
| 380 "--build-number=571", |
| 381 "--parallel", |
| 382 "chromedriver_unittests", |
| 383 "/path/to/tmp/json" |
| 384 ], |
| 385 "name": "chromedriver_unittests (with patch)" |
| 386 }, |
| 387 { |
| 388 "always_run": true, |
| 389 "can_fail_build": false, |
| 390 "cmd": [ |
| 391 "python", |
| 392 "-u", |
| 393 "[BUILD]/scripts/slave/runtest.py", |
| 394 "--target", |
| 395 "Debug", |
| 396 "--xvfb", |
| 397 "--factory-properties", |
| 398 "{\"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\"}", |
| 399 "--build-properties", |
| 400 "{\"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\"}", |
| 401 "--builder-name=linux_chromium", |
| 402 "--slave-name=TestSlavename", |
| 403 "--build-number=571", |
| 404 "--parallel", |
| 405 "components_unittests", |
| 406 "/path/to/tmp/json" |
| 407 ], |
| 408 "name": "components_unittests (with patch)" |
| 409 }, |
| 410 { |
| 411 "always_run": true, |
| 412 "can_fail_build": false, |
| 413 "cmd": [ |
| 414 "python", |
| 415 "-u", |
| 416 "[BUILD]/scripts/slave/runtest.py", |
| 417 "--target", |
| 418 "Debug", |
| 419 "--xvfb", |
| 420 "--factory-properties", |
| 421 "{\"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\"}", |
| 422 "--build-properties", |
| 423 "{\"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\"}", |
| 424 "--builder-name=linux_chromium", |
| 425 "--slave-name=TestSlavename", |
| 426 "--build-number=571", |
| 427 "--parallel", |
| 428 "content_unittests", |
| 429 "/path/to/tmp/json" |
| 430 ], |
| 431 "name": "content_unittests (with patch)" |
| 432 }, |
| 433 { |
| 434 "always_run": true, |
| 435 "can_fail_build": false, |
| 436 "cmd": [ |
| 437 "python", |
| 438 "-u", |
| 439 "[BUILD]/scripts/slave/runtest.py", |
| 440 "--target", |
| 441 "Debug", |
| 442 "--xvfb", |
| 443 "--factory-properties", |
| 444 "{\"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\"}", |
| 445 "--build-properties", |
| 446 "{\"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\"}", |
| 447 "--builder-name=linux_chromium", |
| 448 "--slave-name=TestSlavename", |
| 449 "--build-number=571", |
| 450 "--parallel", |
| 451 "crypto_unittests", |
| 452 "/path/to/tmp/json" |
| 453 ], |
| 454 "name": "crypto_unittests (with patch)" |
| 455 }, |
| 456 { |
| 457 "always_run": true, |
| 458 "can_fail_build": false, |
| 459 "cmd": [ |
| 460 "python", |
| 461 "-u", |
| 462 "[BUILD]/scripts/slave/runtest.py", |
| 463 "--target", |
| 464 "Debug", |
| 465 "--xvfb", |
| 466 "--factory-properties", |
| 467 "{\"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\"}", |
| 468 "--build-properties", |
| 469 "{\"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\"}", |
| 470 "--builder-name=linux_chromium", |
| 471 "--slave-name=TestSlavename", |
| 472 "--build-number=571", |
| 473 "--parallel", |
| 474 "google_apis_unittests", |
| 475 "/path/to/tmp/json" |
| 476 ], |
| 477 "name": "google_apis_unittests (with patch)" |
| 478 }, |
| 479 { |
| 480 "always_run": true, |
| 481 "can_fail_build": false, |
| 482 "cmd": [ |
| 483 "python", |
| 484 "-u", |
| 485 "[BUILD]/scripts/slave/runtest.py", |
| 486 "--target", |
| 487 "Debug", |
| 488 "--xvfb", |
| 489 "--factory-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 "--build-properties", |
| 492 "{\"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\"}", |
| 493 "--builder-name=linux_chromium", |
| 494 "--slave-name=TestSlavename", |
| 495 "--build-number=571", |
| 496 "--parallel", |
| 497 "gpu_unittests", |
| 498 "/path/to/tmp/json" |
| 499 ], |
| 500 "name": "gpu_unittests (with patch)" |
| 501 }, |
| 502 { |
| 503 "always_run": true, |
| 504 "can_fail_build": false, |
| 505 "cmd": [ |
| 506 "python", |
| 507 "-u", |
| 508 "[BUILD]/scripts/slave/runtest.py", |
| 509 "--target", |
| 510 "Debug", |
| 511 "--xvfb", |
| 512 "--factory-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 "--build-properties", |
| 515 "{\"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\"}", |
| 516 "--builder-name=linux_chromium", |
| 517 "--slave-name=TestSlavename", |
| 518 "--build-number=571", |
| 519 "--parallel", |
| 520 "ipc_tests", |
| 521 "/path/to/tmp/json" |
| 522 ], |
| 523 "name": "ipc_tests (with patch)" |
| 524 }, |
| 525 { |
| 526 "always_run": true, |
| 527 "can_fail_build": false, |
| 528 "cmd": [ |
| 529 "python", |
| 530 "-u", |
| 531 "[BUILD]/scripts/slave/runtest.py", |
| 532 "--target", |
| 533 "Debug", |
| 534 "--xvfb", |
| 535 "--factory-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 "--build-properties", |
| 538 "{\"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\"}", |
| 539 "--builder-name=linux_chromium", |
| 540 "--slave-name=TestSlavename", |
| 541 "--build-number=571", |
| 542 "--parallel", |
| 543 "jingle_unittests", |
| 544 "/path/to/tmp/json" |
| 545 ], |
| 546 "name": "jingle_unittests (with patch)" |
| 547 }, |
| 548 { |
| 549 "always_run": true, |
| 550 "can_fail_build": false, |
| 551 "cmd": [ |
| 552 "python", |
| 553 "-u", |
| 554 "[BUILD]/scripts/slave/runtest.py", |
| 555 "--target", |
| 556 "Debug", |
| 557 "--xvfb", |
| 558 "--factory-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 "--build-properties", |
| 561 "{\"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\"}", |
| 562 "--builder-name=linux_chromium", |
| 563 "--slave-name=TestSlavename", |
| 564 "--build-number=571", |
| 565 "--parallel", |
| 566 "media_unittests", |
| 567 "/path/to/tmp/json" |
| 568 ], |
| 569 "name": "media_unittests (with patch)" |
| 570 }, |
| 571 { |
| 572 "always_run": true, |
| 573 "can_fail_build": false, |
| 574 "cmd": [ |
| 575 "python", |
| 576 "-u", |
| 577 "[BUILD]/scripts/slave/runtest.py", |
| 578 "--target", |
| 579 "Debug", |
| 580 "--xvfb", |
| 581 "--factory-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 "--build-properties", |
| 584 "{\"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\"}", |
| 585 "--builder-name=linux_chromium", |
| 586 "--slave-name=TestSlavename", |
| 587 "--build-number=571", |
| 588 "--parallel", |
| 589 "net_unittests", |
| 590 "/path/to/tmp/json" |
| 591 ], |
| 592 "name": "net_unittests (with patch)" |
| 593 }, |
| 594 { |
| 595 "always_run": true, |
| 596 "can_fail_build": false, |
| 597 "cmd": [ |
| 598 "python", |
| 599 "-u", |
| 600 "[BUILD]/scripts/slave/runtest.py", |
| 601 "--target", |
| 602 "Debug", |
| 603 "--xvfb", |
| 604 "--factory-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 "--build-properties", |
| 607 "{\"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\"}", |
| 608 "--builder-name=linux_chromium", |
| 609 "--slave-name=TestSlavename", |
| 610 "--build-number=571", |
| 611 "--parallel", |
| 612 "ppapi_unittests", |
| 613 "/path/to/tmp/json" |
| 614 ], |
| 615 "name": "ppapi_unittests (with patch)" |
| 616 }, |
| 617 { |
| 618 "always_run": true, |
| 619 "can_fail_build": false, |
| 620 "cmd": [ |
| 621 "python", |
| 622 "-u", |
| 623 "[BUILD]/scripts/slave/runtest.py", |
| 624 "--target", |
| 625 "Debug", |
| 626 "--xvfb", |
| 627 "--factory-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 "--build-properties", |
| 630 "{\"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\"}", |
| 631 "--builder-name=linux_chromium", |
| 632 "--slave-name=TestSlavename", |
| 633 "--build-number=571", |
| 634 "--parallel", |
| 635 "printing_unittests", |
| 636 "/path/to/tmp/json" |
| 637 ], |
| 638 "name": "printing_unittests (with patch)" |
| 639 }, |
| 640 { |
| 641 "always_run": true, |
| 642 "can_fail_build": false, |
| 643 "cmd": [ |
| 644 "python", |
| 645 "-u", |
| 646 "[BUILD]/scripts/slave/runtest.py", |
| 647 "--target", |
| 648 "Debug", |
| 649 "--xvfb", |
| 650 "--factory-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 "--build-properties", |
| 653 "{\"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\"}", |
| 654 "--builder-name=linux_chromium", |
| 655 "--slave-name=TestSlavename", |
| 656 "--build-number=571", |
| 657 "--parallel", |
| 658 "remoting_unittests", |
| 659 "/path/to/tmp/json" |
| 660 ], |
| 661 "name": "remoting_unittests (with patch)" |
| 662 }, |
| 663 { |
| 664 "always_run": true, |
| 665 "can_fail_build": false, |
| 666 "cmd": [ |
| 667 "python", |
| 668 "-u", |
| 669 "[BUILD]/scripts/slave/runtest.py", |
| 670 "--target", |
| 671 "Debug", |
| 672 "--xvfb", |
| 673 "--factory-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 "--build-properties", |
| 676 "{\"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\"}", |
| 677 "--builder-name=linux_chromium", |
| 678 "--slave-name=TestSlavename", |
| 679 "--build-number=571", |
| 680 "--parallel", |
| 681 "sql_unittests", |
| 682 "/path/to/tmp/json" |
| 683 ], |
| 684 "name": "sql_unittests (with patch)" |
| 685 }, |
| 686 { |
| 687 "always_run": true, |
| 688 "can_fail_build": false, |
| 689 "cmd": [ |
| 690 "python", |
| 691 "-u", |
| 692 "[BUILD]/scripts/slave/runtest.py", |
| 693 "--target", |
| 694 "Debug", |
| 695 "--xvfb", |
| 696 "--factory-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 "--build-properties", |
| 699 "{\"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\"}", |
| 700 "--builder-name=linux_chromium", |
| 701 "--slave-name=TestSlavename", |
| 702 "--build-number=571", |
| 703 "--parallel", |
| 704 "sync_unit_tests", |
| 705 "/path/to/tmp/json" |
| 706 ], |
| 707 "name": "sync_unit_tests (with patch)" |
| 708 }, |
| 709 { |
| 710 "always_run": true, |
| 711 "can_fail_build": false, |
| 712 "cmd": [ |
| 713 "python", |
| 714 "-u", |
| 715 "[BUILD]/scripts/slave/runtest.py", |
| 716 "--target", |
| 717 "Debug", |
| 718 "--xvfb", |
| 719 "--factory-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 "--build-properties", |
| 722 "{\"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\"}", |
| 723 "--builder-name=linux_chromium", |
| 724 "--slave-name=TestSlavename", |
| 725 "--build-number=571", |
| 726 "--parallel", |
| 727 "ui_unittests", |
| 728 "/path/to/tmp/json" |
| 729 ], |
| 730 "name": "ui_unittests (with patch)" |
| 731 }, |
| 732 { |
| 733 "always_run": true, |
| 734 "can_fail_build": false, |
| 735 "cmd": [ |
| 736 "python", |
| 737 "-u", |
| 738 "[BUILD]/scripts/slave/runtest.py", |
| 739 "--target", |
| 740 "Debug", |
| 741 "--xvfb", |
| 742 "--factory-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 "--build-properties", |
| 745 "{\"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\"}", |
| 746 "--builder-name=linux_chromium", |
| 747 "--slave-name=TestSlavename", |
| 748 "--build-number=571", |
| 749 "--parallel", |
| 750 "unit_tests", |
| 751 "/path/to/tmp/json" |
| 752 ], |
| 753 "name": "unit_tests (with patch)" |
| 754 }, |
| 755 { |
| 756 "always_run": true, |
| 757 "can_fail_build": false, |
| 758 "cmd": [ |
| 759 "python", |
| 760 "-u", |
| 761 "[BUILD]/scripts/slave/runtest.py", |
| 762 "--target", |
| 763 "Debug", |
| 764 "--xvfb", |
| 765 "--factory-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 "--build-properties", |
| 768 "{\"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\"}", |
| 769 "--builder-name=linux_chromium", |
| 770 "--slave-name=TestSlavename", |
| 771 "--build-number=571", |
| 772 "--parallel", |
| 773 "browser_tests", |
| 774 "/path/to/tmp/json" |
| 775 ], |
| 776 "name": "browser_tests (with patch)" |
| 777 }, |
| 778 { |
| 779 "always_run": true, |
| 780 "can_fail_build": false, |
| 781 "cmd": [ |
| 782 "python", |
| 783 "-u", |
| 784 "[BUILD]/scripts/slave/runtest.py", |
| 785 "--target", |
| 786 "Debug", |
| 787 "--xvfb", |
| 788 "--factory-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 "--build-properties", |
| 791 "{\"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\"}", |
| 792 "--builder-name=linux_chromium", |
| 793 "--slave-name=TestSlavename", |
| 794 "--build-number=571", |
| 795 "--parallel", |
| 796 "content_browsertests", |
| 797 "/path/to/tmp/json" |
| 798 ], |
| 799 "name": "content_browsertests (with patch)" |
| 800 }, |
| 801 { |
| 802 "always_run": true, |
| 803 "can_fail_build": false, |
| 804 "cmd": [ |
| 805 "python", |
| 806 "-u", |
| 807 "[BUILD]/scripts/slave/runtest.py", |
| 808 "--target", |
| 809 "Debug", |
| 810 "--xvfb", |
| 811 "--factory-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 "--build-properties", |
| 814 "{\"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\"}", |
| 815 "--builder-name=linux_chromium", |
| 816 "--slave-name=TestSlavename", |
| 817 "--build-number=571", |
| 818 "--parallel", |
| 819 "interactive_ui_tests", |
| 820 "/path/to/tmp/json" |
| 821 ], |
| 822 "name": "interactive_ui_tests (with patch)" |
| 823 }, |
| 824 { |
| 825 "always_run": true, |
| 826 "can_fail_build": false, |
| 827 "cmd": [ |
| 828 "python", |
| 829 "-u", |
| 830 "[BUILD]/scripts/slave/runtest.py", |
| 831 "--target", |
| 832 "Debug", |
| 833 "--xvfb", |
| 834 "--factory-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 "--build-properties", |
| 837 "{\"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\"}", |
| 838 "--builder-name=linux_chromium", |
| 839 "--slave-name=TestSlavename", |
| 840 "--build-number=571", |
| 841 "--parallel", |
| 842 "sync_integration_tests", |
| 843 "/path/to/tmp/json" |
| 844 ], |
| 845 "name": "sync_integration_tests (with patch)" |
| 846 }, |
| 847 { |
| 848 "can_fail_build": false, |
| 849 "cmd": [ |
| 850 "python", |
| 851 "-u", |
| 852 "[SLAVE_BUILD]/src/chrome/test/nacl_test_injection/buildbot_nacl_integrati
on.py", |
| 853 "--mode", |
| 854 "Debug", |
| 855 "--json_build_results_output_file", |
| 856 "/path/to/tmp/json" |
| 857 ], |
| 858 "name": "nacl_integration (with patch)", |
| 859 "~followup_annotations": [ |
| 860 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 861 "@@@STEP_LOG_END@json.output@@@" |
| 862 ] |
| 863 }, |
| 864 { |
| 865 "always_run": true, |
| 866 "cmd": [ |
| 867 "python", |
| 868 "-u", |
| 869 "print \"ALL IS WELL\"" |
| 870 ], |
| 871 "name": "checkdeps", |
| 872 "~followup_annotations": [ |
| 873 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 874 "@@@STEP_LOG_END@python.inline@@@" |
| 875 ] |
| 876 }, |
| 877 { |
| 878 "always_run": true, |
| 879 "cmd": [ |
| 880 "python", |
| 881 "-u", |
| 882 "print \"ALL IS WELL\"" |
| 883 ], |
| 884 "name": "deps2git", |
| 885 "~followup_annotations": [ |
| 886 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 887 "@@@STEP_LOG_END@python.inline@@@" |
| 888 ] |
| 889 }, |
| 890 { |
| 891 "always_run": true, |
| 892 "cmd": [ |
| 893 "python", |
| 894 "-u", |
| 895 "print \"ALL IS WELL\"" |
| 896 ], |
| 897 "name": "base_unittests", |
| 898 "~followup_annotations": [ |
| 899 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 900 "@@@STEP_LOG_END@python.inline@@@" |
| 901 ] |
| 902 }, |
| 903 { |
| 904 "always_run": true, |
| 905 "cmd": [ |
| 906 "python", |
| 907 "-u", |
| 908 "print \"ALL IS WELL\"" |
| 909 ], |
| 910 "name": "cacheinvalidation_unittests", |
| 911 "~followup_annotations": [ |
| 912 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 913 "@@@STEP_LOG_END@python.inline@@@" |
| 914 ] |
| 915 }, |
| 916 { |
| 917 "always_run": true, |
| 918 "cmd": [ |
| 919 "python", |
| 920 "-u", |
| 921 "print \"ALL IS WELL\"" |
| 922 ], |
| 923 "name": "cc_unittests", |
| 924 "~followup_annotations": [ |
| 925 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 926 "@@@STEP_LOG_END@python.inline@@@" |
| 927 ] |
| 928 }, |
| 929 { |
| 930 "always_run": true, |
| 931 "cmd": [ |
| 932 "python", |
| 933 "-u", |
| 934 "print \"ALL IS WELL\"" |
| 935 ], |
| 936 "name": "chromedriver_unittests", |
| 937 "~followup_annotations": [ |
| 938 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 939 "@@@STEP_LOG_END@python.inline@@@" |
| 940 ] |
| 941 }, |
| 942 { |
| 943 "always_run": true, |
| 944 "cmd": [ |
| 945 "python", |
| 946 "-u", |
| 947 "print \"ALL IS WELL\"" |
| 948 ], |
| 949 "name": "components_unittests", |
| 950 "~followup_annotations": [ |
| 951 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 952 "@@@STEP_LOG_END@python.inline@@@" |
| 953 ] |
| 954 }, |
| 955 { |
| 956 "always_run": true, |
| 957 "cmd": [ |
| 958 "python", |
| 959 "-u", |
| 960 "print \"ALL IS WELL\"" |
| 961 ], |
| 962 "name": "content_unittests", |
| 963 "~followup_annotations": [ |
| 964 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 965 "@@@STEP_LOG_END@python.inline@@@" |
| 966 ] |
| 967 }, |
| 968 { |
| 969 "always_run": true, |
| 970 "cmd": [ |
| 971 "python", |
| 972 "-u", |
| 973 "print \"ALL IS WELL\"" |
| 974 ], |
| 975 "name": "crypto_unittests", |
| 976 "~followup_annotations": [ |
| 977 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 978 "@@@STEP_LOG_END@python.inline@@@" |
| 979 ] |
| 980 }, |
| 981 { |
| 982 "always_run": true, |
| 983 "cmd": [ |
| 984 "python", |
| 985 "-u", |
| 986 "print \"ALL IS WELL\"" |
| 987 ], |
| 988 "name": "google_apis_unittests", |
| 989 "~followup_annotations": [ |
| 990 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 991 "@@@STEP_LOG_END@python.inline@@@" |
| 992 ] |
| 993 }, |
| 994 { |
| 995 "always_run": true, |
| 996 "cmd": [ |
| 997 "python", |
| 998 "-u", |
| 999 "print \"ALL IS WELL\"" |
| 1000 ], |
| 1001 "name": "gpu_unittests", |
| 1002 "~followup_annotations": [ |
| 1003 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1004 "@@@STEP_LOG_END@python.inline@@@" |
| 1005 ] |
| 1006 }, |
| 1007 { |
| 1008 "always_run": true, |
| 1009 "cmd": [ |
| 1010 "python", |
| 1011 "-u", |
| 1012 "print \"ALL IS WELL\"" |
| 1013 ], |
| 1014 "name": "ipc_tests", |
| 1015 "~followup_annotations": [ |
| 1016 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1017 "@@@STEP_LOG_END@python.inline@@@" |
| 1018 ] |
| 1019 }, |
| 1020 { |
| 1021 "always_run": true, |
| 1022 "cmd": [ |
| 1023 "python", |
| 1024 "-u", |
| 1025 "print \"ALL IS WELL\"" |
| 1026 ], |
| 1027 "name": "jingle_unittests", |
| 1028 "~followup_annotations": [ |
| 1029 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1030 "@@@STEP_LOG_END@python.inline@@@" |
| 1031 ] |
| 1032 }, |
| 1033 { |
| 1034 "always_run": true, |
| 1035 "cmd": [ |
| 1036 "python", |
| 1037 "-u", |
| 1038 "print \"ALL IS WELL\"" |
| 1039 ], |
| 1040 "name": "media_unittests", |
| 1041 "~followup_annotations": [ |
| 1042 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1043 "@@@STEP_LOG_END@python.inline@@@" |
| 1044 ] |
| 1045 }, |
| 1046 { |
| 1047 "always_run": true, |
| 1048 "cmd": [ |
| 1049 "python", |
| 1050 "-u", |
| 1051 "print \"ALL IS WELL\"" |
| 1052 ], |
| 1053 "name": "net_unittests", |
| 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": "ppapi_unittests", |
| 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": "printing_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": "remoting_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": "sql_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": "sync_unit_tests", |
| 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": "ui_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": "unit_tests", |
| 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": "browser_tests", |
| 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": "content_browsertests", |
| 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": "interactive_ui_tests", |
| 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": "sync_integration_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": "nacl_integration", |
| 1210 "~followup_annotations": [ |
| 1211 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", |
| 1212 "@@@STEP_LOG_END@python.inline@@@" |
| 1213 ] |
| 1214 } |
| 1215 ] |
| OLD | NEW |