| OLD | NEW |
| (Empty) |
| 1 [ | |
| 2 { | |
| 3 "cmd": [], | |
| 4 "name": "ensure_goma" | |
| 5 }, | |
| 6 { | |
| 7 "cmd": [ | |
| 8 "python", | |
| 9 "-u", | |
| 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | |
| 11 "--platform", | |
| 12 "linux-amd64", | |
| 13 "--dest-directory", | |
| 14 "[SLAVE_BUILD]/cipd", | |
| 15 "--json-output", | |
| 16 "/path/to/tmp/json" | |
| 17 ], | |
| 18 "name": "ensure_goma.install cipd", | |
| 19 "~followup_annotations": [ | |
| 20 "@@@STEP_NEST_LEVEL@1@@@", | |
| 21 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 22 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 23 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 24 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 25 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 26 "@@@STEP_LOG_END@json.output@@@" | |
| 27 ] | |
| 28 }, | |
| 29 { | |
| 30 "cmd": [ | |
| 31 "[SLAVE_BUILD]/cipd/cipd", | |
| 32 "ensure", | |
| 33 "--root", | |
| 34 "[CACHE]/cipd/goma", | |
| 35 "--list", | |
| 36 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma
/client/linux-amd64 release", | |
| 37 "--json-output", | |
| 38 "/path/to/tmp/json", | |
| 39 "--service-account-json", | |
| 40 "/creds/service_accounts/service-account-goma-client.json" | |
| 41 ], | |
| 42 "name": "ensure_goma.ensure_installed", | |
| 43 "~followup_annotations": [ | |
| 44 "@@@STEP_NEST_LEVEL@1@@@", | |
| 45 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 46 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 47 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 48 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-goma_recipe_modu\", @@@", | |
| 49 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l
inux-amd64\"@@@", | |
| 50 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 51 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 52 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 53 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
| 54 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 55 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 56 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 57 "@@@STEP_LOG_END@json.output@@@" | |
| 58 ] | |
| 59 }, | |
| 60 { | |
| 61 "cmd": [ | |
| 62 "python", | |
| 63 "-u", | |
| 64 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
| 65 "--spec", | |
| 66 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | |
| 67 "--patch_root", | |
| 68 "src", | |
| 69 "--revision_mapping_file", | |
| 70 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | |
| 71 "--git-cache-dir", | |
| 72 "[GIT_CACHE]", | |
| 73 "--output_json", | |
| 74 "/path/to/tmp/json", | |
| 75 "--revision", | |
| 76 "src@204787", | |
| 77 "--output_manifest" | |
| 78 ], | |
| 79 "env": { | |
| 80 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 81 }, | |
| 82 "name": "bot_update", | |
| 83 "~followup_annotations": [ | |
| 84 "@@@STEP_TEXT@Some step text@@@", | |
| 85 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 86 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
| 87 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
| 88 "@@@STEP_LOG_LINE@json.output@ \"src\": \"204787\"@@@", | |
| 89 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 90 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
| 91 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | |
| 92 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | |
| 93 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | |
| 94 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 95 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@", | |
| 96 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/buildtools.git\", @@@", | |
| 97 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635
3cb994259692140934\"@@@", | |
| 98 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 99 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", | |
| 100 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", | |
| 101 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", | |
| 102 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 103 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@", | |
| 104 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/angle.git\", @@@", | |
| 105 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a
728eb85b8d7bc6080c\"@@@", | |
| 106 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 107 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@", | |
| 108 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/webrtc.git\", @@@", | |
| 109 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685
96da93418c623137f4\"@@@", | |
| 110 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 111 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@", | |
| 112 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/tools/swarming_client.git\", @@@", | |
| 113 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7
59c837980b63b99566\"@@@", | |
| 114 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 115 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@", | |
| 116 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/v8.git\", @@@", | |
| 117 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a
35f03975671d43e399\"@@@", | |
| 118 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 119 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 120 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
| 121 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | |
| 122 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
| 123 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f
77757b9a728eb85b8d7bc6080c\", @@@", | |
| 124 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/
master@{#297276}\", @@@", | |
| 125 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328
b2809876916353cb994259692140934\", @@@", | |
| 126 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h
eads/master@{#182578}\", @@@", | |
| 127 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | |
| 128 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | |
| 129 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | |
| 130 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\", @@@", | |
| 131 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee
5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", | |
| 132 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r
efs/heads/master@{#276089}\", @@@", | |
| 133 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1
32c3a35f03975671d43e399\", @@@", | |
| 134 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas
ter@{#43426}\", @@@", | |
| 135 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546
e61d9268596da93418c623137f4\", @@@", | |
| 136 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads
/master@{#120644}\"@@@", | |
| 137 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 138 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | |
| 139 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
| 140 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 141 "@@@STEP_LOG_END@json.output@@@", | |
| 142 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee
efc1b9b50\"@@@", | |
| 143 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4
c759c837980b63b99566\"@@@", | |
| 144 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18
2578}\"@@@", | |
| 145 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934
18c623137f4\"@@@", | |
| 146 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | |
| 147 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", | |
| 148 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | |
| 149 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | |
| 150 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | |
| 151 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | |
| 152 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | |
| 153 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | |
| 154 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@", | |
| 155 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb
994259692140934\"@@@" | |
| 156 ] | |
| 157 }, | |
| 158 { | |
| 159 "cmd": [ | |
| 160 "python", | |
| 161 "-u", | |
| 162 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 163 "runhooks" | |
| 164 ], | |
| 165 "cwd": "[SLAVE_BUILD]/src", | |
| 166 "env": { | |
| 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 168 "GYP_DEFINES": "component=shared_library embedded=1 gomadir='[CACHE]/cipd/
goma' target_arch=x64 use_goma=1", | |
| 169 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 170 }, | |
| 171 "name": "gclient runhooks" | |
| 172 }, | |
| 173 { | |
| 174 "cmd": [ | |
| 175 "python", | |
| 176 "-u", | |
| 177 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 178 "--show-path", | |
| 179 "python", | |
| 180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | |
| 181 "--gsutil-py-path", | |
| 182 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
| 183 "--ninja-path", | |
| 184 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | |
| 185 "--target", | |
| 186 "Debug", | |
| 187 "--src-dir", | |
| 188 "[SLAVE_BUILD]/src", | |
| 189 "--goma-cache-dir", | |
| 190 "[GOMA_CACHE]", | |
| 191 "--buildbot-buildername", | |
| 192 "linux_ecs_ozone", | |
| 193 "--buildbot-mastername", | |
| 194 "chromium.fyi", | |
| 195 "--buildbot-slavename", | |
| 196 "test_slave", | |
| 197 "--goma-deps-cache-file", | |
| 198 "linux_ecs_ozone.gomadeps", | |
| 199 "--compiler", | |
| 200 "goma", | |
| 201 "--goma-jsonstatus", | |
| 202 "/path/to/tmp/json", | |
| 203 "--goma-service-account-json-file", | |
| 204 "/creds/service_accounts/service-account-goma-client.json", | |
| 205 "--goma-dir", | |
| 206 "[CACHE]/cipd/goma", | |
| 207 "--", | |
| 208 "content_shell" | |
| 209 ], | |
| 210 "env": { | |
| 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 212 }, | |
| 213 "name": "compile content_shell", | |
| 214 "~followup_annotations": [ | |
| 215 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 216 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 217 ] | |
| 218 }, | |
| 219 { | |
| 220 "cmd": [ | |
| 221 "python", | |
| 222 "-u", | |
| 223 "[SLAVE_BUILD]/src/tools/check_ecs_deps/check_ecs_deps.py" | |
| 224 ], | |
| 225 "cwd": "[SLAVE_BUILD]/src/out/Debug", | |
| 226 "name": "check ecs deps", | |
| 227 "~followup_annotations": [ | |
| 228 "step returned non-zero exit code: 1", | |
| 229 "@@@STEP_FAILURE@@@" | |
| 230 ] | |
| 231 }, | |
| 232 { | |
| 233 "cmd": [ | |
| 234 "python", | |
| 235 "-u", | |
| 236 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 237 "--show-path", | |
| 238 "python", | |
| 239 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | |
| 240 "--gsutil-py-path", | |
| 241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
| 242 "--ninja-path", | |
| 243 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | |
| 244 "--target", | |
| 245 "Debug", | |
| 246 "--src-dir", | |
| 247 "[SLAVE_BUILD]/src", | |
| 248 "--goma-cache-dir", | |
| 249 "[GOMA_CACHE]", | |
| 250 "--buildbot-buildername", | |
| 251 "linux_ecs_ozone", | |
| 252 "--buildbot-mastername", | |
| 253 "chromium.fyi", | |
| 254 "--buildbot-slavename", | |
| 255 "test_slave", | |
| 256 "--goma-deps-cache-file", | |
| 257 "linux_ecs_ozone.gomadeps", | |
| 258 "--compiler", | |
| 259 "goma", | |
| 260 "--goma-jsonstatus", | |
| 261 "/path/to/tmp/json", | |
| 262 "--goma-service-account-json-file", | |
| 263 "/creds/service_accounts/service-account-goma-client.json", | |
| 264 "--goma-dir", | |
| 265 "[CACHE]/cipd/goma", | |
| 266 "--", | |
| 267 "aura_unittests", | |
| 268 "base_unittests", | |
| 269 "cacheinvalidation_unittests", | |
| 270 "cc_unittests", | |
| 271 "components_unittests", | |
| 272 "compositor_unittests", | |
| 273 "content_browsertests", | |
| 274 "content_unittests", | |
| 275 "crypto_unittests", | |
| 276 "device_unittests", | |
| 277 "events_unittests", | |
| 278 "gfx_unittests", | |
| 279 "gpu_unittests", | |
| 280 "ipc_tests", | |
| 281 "media_unittests", | |
| 282 "net_unittests", | |
| 283 "ozone_unittests", | |
| 284 "ppapi_unittests", | |
| 285 "sandbox_linux_unittests", | |
| 286 "sql_unittests", | |
| 287 "ui_base_unittests", | |
| 288 "ui_touch_selection_unittests", | |
| 289 "url_unittests" | |
| 290 ], | |
| 291 "env": { | |
| 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 293 }, | |
| 294 "name": "compile tests", | |
| 295 "~followup_annotations": [ | |
| 296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 297 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 298 ] | |
| 299 }, | |
| 300 { | |
| 301 "cmd": [ | |
| 302 "python", | |
| 303 "-u", | |
| 304 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 305 "--target", | |
| 306 "Debug", | |
| 307 "--no-xvfb", | |
| 308 "--factory-properties", | |
| 309 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 310 "--build-properties", | |
| 311 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 312 "--step-name=aura_unittests", | |
| 313 "--builder-name=linux_ecs_ozone", | |
| 314 "--slave-name=test_slave", | |
| 315 "--build-number=571", | |
| 316 "--no-spawn-dbus", | |
| 317 "aura_unittests" | |
| 318 ], | |
| 319 "name": "aura_unittests" | |
| 320 }, | |
| 321 { | |
| 322 "cmd": [ | |
| 323 "python", | |
| 324 "-u", | |
| 325 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 326 "--target", | |
| 327 "Debug", | |
| 328 "--no-xvfb", | |
| 329 "--factory-properties", | |
| 330 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 331 "--build-properties", | |
| 332 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 333 "--step-name=base_unittests", | |
| 334 "--builder-name=linux_ecs_ozone", | |
| 335 "--slave-name=test_slave", | |
| 336 "--build-number=571", | |
| 337 "--no-spawn-dbus", | |
| 338 "base_unittests" | |
| 339 ], | |
| 340 "name": "base_unittests" | |
| 341 }, | |
| 342 { | |
| 343 "cmd": [ | |
| 344 "python", | |
| 345 "-u", | |
| 346 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 347 "--target", | |
| 348 "Debug", | |
| 349 "--no-xvfb", | |
| 350 "--factory-properties", | |
| 351 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 352 "--build-properties", | |
| 353 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 354 "--step-name=cacheinvalidation_unittests", | |
| 355 "--builder-name=linux_ecs_ozone", | |
| 356 "--slave-name=test_slave", | |
| 357 "--build-number=571", | |
| 358 "--no-spawn-dbus", | |
| 359 "cacheinvalidation_unittests" | |
| 360 ], | |
| 361 "name": "cacheinvalidation_unittests" | |
| 362 }, | |
| 363 { | |
| 364 "cmd": [ | |
| 365 "python", | |
| 366 "-u", | |
| 367 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 368 "--target", | |
| 369 "Debug", | |
| 370 "--no-xvfb", | |
| 371 "--factory-properties", | |
| 372 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 373 "--build-properties", | |
| 374 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 375 "--step-name=cc_unittests", | |
| 376 "--builder-name=linux_ecs_ozone", | |
| 377 "--slave-name=test_slave", | |
| 378 "--build-number=571", | |
| 379 "--no-spawn-dbus", | |
| 380 "cc_unittests" | |
| 381 ], | |
| 382 "name": "cc_unittests" | |
| 383 }, | |
| 384 { | |
| 385 "cmd": [ | |
| 386 "python", | |
| 387 "-u", | |
| 388 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 389 "--target", | |
| 390 "Debug", | |
| 391 "--no-xvfb", | |
| 392 "--factory-properties", | |
| 393 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 394 "--build-properties", | |
| 395 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 396 "--step-name=components_unittests", | |
| 397 "--builder-name=linux_ecs_ozone", | |
| 398 "--slave-name=test_slave", | |
| 399 "--build-number=571", | |
| 400 "--no-spawn-dbus", | |
| 401 "components_unittests" | |
| 402 ], | |
| 403 "name": "components_unittests" | |
| 404 }, | |
| 405 { | |
| 406 "cmd": [ | |
| 407 "python", | |
| 408 "-u", | |
| 409 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 410 "--target", | |
| 411 "Debug", | |
| 412 "--no-xvfb", | |
| 413 "--factory-properties", | |
| 414 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 415 "--build-properties", | |
| 416 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 417 "--step-name=compositor_unittests", | |
| 418 "--builder-name=linux_ecs_ozone", | |
| 419 "--slave-name=test_slave", | |
| 420 "--build-number=571", | |
| 421 "--no-spawn-dbus", | |
| 422 "compositor_unittests" | |
| 423 ], | |
| 424 "name": "compositor_unittests" | |
| 425 }, | |
| 426 { | |
| 427 "cmd": [ | |
| 428 "python", | |
| 429 "-u", | |
| 430 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 431 "--target", | |
| 432 "Debug", | |
| 433 "--no-xvfb", | |
| 434 "--factory-properties", | |
| 435 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 436 "--build-properties", | |
| 437 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 438 "--step-name=content_browsertests", | |
| 439 "--builder-name=linux_ecs_ozone", | |
| 440 "--slave-name=test_slave", | |
| 441 "--build-number=571", | |
| 442 "--no-spawn-dbus", | |
| 443 "content_browsertests" | |
| 444 ], | |
| 445 "name": "content_browsertests" | |
| 446 }, | |
| 447 { | |
| 448 "cmd": [ | |
| 449 "python", | |
| 450 "-u", | |
| 451 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 452 "--target", | |
| 453 "Debug", | |
| 454 "--no-xvfb", | |
| 455 "--factory-properties", | |
| 456 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 457 "--build-properties", | |
| 458 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 459 "--step-name=content_unittests", | |
| 460 "--builder-name=linux_ecs_ozone", | |
| 461 "--slave-name=test_slave", | |
| 462 "--build-number=571", | |
| 463 "--no-spawn-dbus", | |
| 464 "content_unittests" | |
| 465 ], | |
| 466 "name": "content_unittests" | |
| 467 }, | |
| 468 { | |
| 469 "cmd": [ | |
| 470 "python", | |
| 471 "-u", | |
| 472 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 473 "--target", | |
| 474 "Debug", | |
| 475 "--no-xvfb", | |
| 476 "--factory-properties", | |
| 477 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 478 "--build-properties", | |
| 479 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 480 "--step-name=crypto_unittests", | |
| 481 "--builder-name=linux_ecs_ozone", | |
| 482 "--slave-name=test_slave", | |
| 483 "--build-number=571", | |
| 484 "--no-spawn-dbus", | |
| 485 "crypto_unittests" | |
| 486 ], | |
| 487 "name": "crypto_unittests" | |
| 488 }, | |
| 489 { | |
| 490 "cmd": [ | |
| 491 "python", | |
| 492 "-u", | |
| 493 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 494 "--target", | |
| 495 "Debug", | |
| 496 "--no-xvfb", | |
| 497 "--factory-properties", | |
| 498 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 499 "--build-properties", | |
| 500 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 501 "--step-name=device_unittests", | |
| 502 "--builder-name=linux_ecs_ozone", | |
| 503 "--slave-name=test_slave", | |
| 504 "--build-number=571", | |
| 505 "--no-spawn-dbus", | |
| 506 "device_unittests" | |
| 507 ], | |
| 508 "name": "device_unittests" | |
| 509 }, | |
| 510 { | |
| 511 "cmd": [ | |
| 512 "python", | |
| 513 "-u", | |
| 514 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 515 "--target", | |
| 516 "Debug", | |
| 517 "--no-xvfb", | |
| 518 "--factory-properties", | |
| 519 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 520 "--build-properties", | |
| 521 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 522 "--step-name=events_unittests", | |
| 523 "--builder-name=linux_ecs_ozone", | |
| 524 "--slave-name=test_slave", | |
| 525 "--build-number=571", | |
| 526 "--no-spawn-dbus", | |
| 527 "events_unittests" | |
| 528 ], | |
| 529 "name": "events_unittests" | |
| 530 }, | |
| 531 { | |
| 532 "cmd": [ | |
| 533 "python", | |
| 534 "-u", | |
| 535 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 536 "--target", | |
| 537 "Debug", | |
| 538 "--no-xvfb", | |
| 539 "--factory-properties", | |
| 540 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 541 "--build-properties", | |
| 542 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 543 "--step-name=gfx_unittests", | |
| 544 "--builder-name=linux_ecs_ozone", | |
| 545 "--slave-name=test_slave", | |
| 546 "--build-number=571", | |
| 547 "--no-spawn-dbus", | |
| 548 "gfx_unittests" | |
| 549 ], | |
| 550 "name": "gfx_unittests" | |
| 551 }, | |
| 552 { | |
| 553 "cmd": [ | |
| 554 "python", | |
| 555 "-u", | |
| 556 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 557 "--target", | |
| 558 "Debug", | |
| 559 "--no-xvfb", | |
| 560 "--factory-properties", | |
| 561 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 562 "--build-properties", | |
| 563 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 564 "--step-name=gpu_unittests", | |
| 565 "--builder-name=linux_ecs_ozone", | |
| 566 "--slave-name=test_slave", | |
| 567 "--build-number=571", | |
| 568 "--no-spawn-dbus", | |
| 569 "gpu_unittests" | |
| 570 ], | |
| 571 "name": "gpu_unittests" | |
| 572 }, | |
| 573 { | |
| 574 "cmd": [ | |
| 575 "python", | |
| 576 "-u", | |
| 577 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 578 "--target", | |
| 579 "Debug", | |
| 580 "--no-xvfb", | |
| 581 "--factory-properties", | |
| 582 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 583 "--build-properties", | |
| 584 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 585 "--step-name=ipc_tests", | |
| 586 "--builder-name=linux_ecs_ozone", | |
| 587 "--slave-name=test_slave", | |
| 588 "--build-number=571", | |
| 589 "--no-spawn-dbus", | |
| 590 "ipc_tests" | |
| 591 ], | |
| 592 "name": "ipc_tests" | |
| 593 }, | |
| 594 { | |
| 595 "cmd": [ | |
| 596 "python", | |
| 597 "-u", | |
| 598 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 599 "--target", | |
| 600 "Debug", | |
| 601 "--no-xvfb", | |
| 602 "--factory-properties", | |
| 603 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 604 "--build-properties", | |
| 605 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 606 "--step-name=media_unittests", | |
| 607 "--builder-name=linux_ecs_ozone", | |
| 608 "--slave-name=test_slave", | |
| 609 "--build-number=571", | |
| 610 "--no-spawn-dbus", | |
| 611 "media_unittests" | |
| 612 ], | |
| 613 "name": "media_unittests" | |
| 614 }, | |
| 615 { | |
| 616 "cmd": [ | |
| 617 "python", | |
| 618 "-u", | |
| 619 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 620 "--target", | |
| 621 "Debug", | |
| 622 "--no-xvfb", | |
| 623 "--factory-properties", | |
| 624 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 625 "--build-properties", | |
| 626 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 627 "--step-name=net_unittests", | |
| 628 "--builder-name=linux_ecs_ozone", | |
| 629 "--slave-name=test_slave", | |
| 630 "--build-number=571", | |
| 631 "--no-spawn-dbus", | |
| 632 "net_unittests" | |
| 633 ], | |
| 634 "name": "net_unittests" | |
| 635 }, | |
| 636 { | |
| 637 "cmd": [ | |
| 638 "python", | |
| 639 "-u", | |
| 640 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 641 "--target", | |
| 642 "Debug", | |
| 643 "--no-xvfb", | |
| 644 "--factory-properties", | |
| 645 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 646 "--build-properties", | |
| 647 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 648 "--step-name=ozone_unittests", | |
| 649 "--builder-name=linux_ecs_ozone", | |
| 650 "--slave-name=test_slave", | |
| 651 "--build-number=571", | |
| 652 "--no-spawn-dbus", | |
| 653 "ozone_unittests" | |
| 654 ], | |
| 655 "name": "ozone_unittests" | |
| 656 }, | |
| 657 { | |
| 658 "cmd": [ | |
| 659 "python", | |
| 660 "-u", | |
| 661 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 662 "--target", | |
| 663 "Debug", | |
| 664 "--no-xvfb", | |
| 665 "--factory-properties", | |
| 666 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 667 "--build-properties", | |
| 668 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 669 "--step-name=ppapi_unittests", | |
| 670 "--builder-name=linux_ecs_ozone", | |
| 671 "--slave-name=test_slave", | |
| 672 "--build-number=571", | |
| 673 "--no-spawn-dbus", | |
| 674 "ppapi_unittests" | |
| 675 ], | |
| 676 "name": "ppapi_unittests" | |
| 677 }, | |
| 678 { | |
| 679 "cmd": [ | |
| 680 "python", | |
| 681 "-u", | |
| 682 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 683 "--target", | |
| 684 "Debug", | |
| 685 "--no-xvfb", | |
| 686 "--factory-properties", | |
| 687 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 688 "--build-properties", | |
| 689 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 690 "--step-name=sandbox_linux_unittests", | |
| 691 "--builder-name=linux_ecs_ozone", | |
| 692 "--slave-name=test_slave", | |
| 693 "--build-number=571", | |
| 694 "--no-spawn-dbus", | |
| 695 "sandbox_linux_unittests" | |
| 696 ], | |
| 697 "name": "sandbox_linux_unittests" | |
| 698 }, | |
| 699 { | |
| 700 "cmd": [ | |
| 701 "python", | |
| 702 "-u", | |
| 703 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 704 "--target", | |
| 705 "Debug", | |
| 706 "--no-xvfb", | |
| 707 "--factory-properties", | |
| 708 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 709 "--build-properties", | |
| 710 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 711 "--step-name=sql_unittests", | |
| 712 "--builder-name=linux_ecs_ozone", | |
| 713 "--slave-name=test_slave", | |
| 714 "--build-number=571", | |
| 715 "--no-spawn-dbus", | |
| 716 "sql_unittests" | |
| 717 ], | |
| 718 "name": "sql_unittests" | |
| 719 }, | |
| 720 { | |
| 721 "cmd": [ | |
| 722 "python", | |
| 723 "-u", | |
| 724 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 725 "--target", | |
| 726 "Debug", | |
| 727 "--no-xvfb", | |
| 728 "--factory-properties", | |
| 729 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 730 "--build-properties", | |
| 731 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 732 "--step-name=ui_base_unittests", | |
| 733 "--builder-name=linux_ecs_ozone", | |
| 734 "--slave-name=test_slave", | |
| 735 "--build-number=571", | |
| 736 "--no-spawn-dbus", | |
| 737 "ui_base_unittests" | |
| 738 ], | |
| 739 "name": "ui_base_unittests" | |
| 740 }, | |
| 741 { | |
| 742 "cmd": [ | |
| 743 "python", | |
| 744 "-u", | |
| 745 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 746 "--target", | |
| 747 "Debug", | |
| 748 "--no-xvfb", | |
| 749 "--factory-properties", | |
| 750 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 751 "--build-properties", | |
| 752 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 753 "--step-name=ui_touch_selection_unittests", | |
| 754 "--builder-name=linux_ecs_ozone", | |
| 755 "--slave-name=test_slave", | |
| 756 "--build-number=571", | |
| 757 "--no-spawn-dbus", | |
| 758 "ui_touch_selection_unittests" | |
| 759 ], | |
| 760 "name": "ui_touch_selection_unittests" | |
| 761 }, | |
| 762 { | |
| 763 "cmd": [ | |
| 764 "python", | |
| 765 "-u", | |
| 766 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 767 "--target", | |
| 768 "Debug", | |
| 769 "--no-xvfb", | |
| 770 "--factory-properties", | |
| 771 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 772 "--build-properties", | |
| 773 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"TestBranch\", \"buildername\": \"linux_ecs_ozone\", \"buildnumber\":
571, \"mastername\": \"chromium.fyi\", \"project\": \"\", \"recipe\": \"ozone_e
cs\", \"repository\": \"svn://svn-mirror.golo.chromium.org/chrome/trunk\", \"rev
ision\": \"204787\", \"slavename\": \"test_slave\", \"workdir\": \"/path/to/work
dir/TestSlavename\"}", | |
| 774 "--step-name=url_unittests", | |
| 775 "--builder-name=linux_ecs_ozone", | |
| 776 "--slave-name=test_slave", | |
| 777 "--build-number=571", | |
| 778 "--no-spawn-dbus", | |
| 779 "url_unittests" | |
| 780 ], | |
| 781 "name": "url_unittests" | |
| 782 }, | |
| 783 { | |
| 784 "name": "$result", | |
| 785 "recipe_result": null, | |
| 786 "status_code": 0 | |
| 787 } | |
| 788 ] | |
| OLD | NEW |