| 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 }, | |
| 228 { | |
| 229 "cmd": [ | |
| 230 "python", | |
| 231 "-u", | |
| 232 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 233 "--show-path", | |
| 234 "python", | |
| 235 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | |
| 236 "--gsutil-py-path", | |
| 237 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
| 238 "--ninja-path", | |
| 239 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | |
| 240 "--target", | |
| 241 "Debug", | |
| 242 "--src-dir", | |
| 243 "[SLAVE_BUILD]/src", | |
| 244 "--goma-cache-dir", | |
| 245 "[GOMA_CACHE]", | |
| 246 "--buildbot-buildername", | |
| 247 "linux_ecs_ozone", | |
| 248 "--buildbot-mastername", | |
| 249 "chromium.fyi", | |
| 250 "--buildbot-slavename", | |
| 251 "test_slave", | |
| 252 "--goma-deps-cache-file", | |
| 253 "linux_ecs_ozone.gomadeps", | |
| 254 "--compiler", | |
| 255 "goma", | |
| 256 "--goma-jsonstatus", | |
| 257 "/path/to/tmp/json", | |
| 258 "--goma-service-account-json-file", | |
| 259 "/creds/service_accounts/service-account-goma-client.json", | |
| 260 "--goma-dir", | |
| 261 "[CACHE]/cipd/goma", | |
| 262 "--", | |
| 263 "aura_unittests", | |
| 264 "base_unittests", | |
| 265 "cacheinvalidation_unittests", | |
| 266 "cc_unittests", | |
| 267 "components_unittests", | |
| 268 "compositor_unittests", | |
| 269 "content_browsertests", | |
| 270 "content_unittests", | |
| 271 "crypto_unittests", | |
| 272 "device_unittests", | |
| 273 "events_unittests", | |
| 274 "gfx_unittests", | |
| 275 "gpu_unittests", | |
| 276 "ipc_tests", | |
| 277 "media_unittests", | |
| 278 "net_unittests", | |
| 279 "ozone_unittests", | |
| 280 "ppapi_unittests", | |
| 281 "sandbox_linux_unittests", | |
| 282 "sql_unittests", | |
| 283 "ui_base_unittests", | |
| 284 "ui_touch_selection_unittests", | |
| 285 "url_unittests" | |
| 286 ], | |
| 287 "env": { | |
| 288 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 289 }, | |
| 290 "name": "compile tests", | |
| 291 "~followup_annotations": [ | |
| 292 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 293 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 294 ] | |
| 295 }, | |
| 296 { | |
| 297 "cmd": [ | |
| 298 "python", | |
| 299 "-u", | |
| 300 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 301 "--target", | |
| 302 "Debug", | |
| 303 "--no-xvfb", | |
| 304 "--factory-properties", | |
| 305 "{\"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\"}", | |
| 306 "--build-properties", | |
| 307 "{\"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\"}", | |
| 308 "--step-name=aura_unittests", | |
| 309 "--builder-name=linux_ecs_ozone", | |
| 310 "--slave-name=test_slave", | |
| 311 "--build-number=571", | |
| 312 "--no-spawn-dbus", | |
| 313 "aura_unittests" | |
| 314 ], | |
| 315 "name": "aura_unittests" | |
| 316 }, | |
| 317 { | |
| 318 "cmd": [ | |
| 319 "python", | |
| 320 "-u", | |
| 321 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 322 "--target", | |
| 323 "Debug", | |
| 324 "--no-xvfb", | |
| 325 "--factory-properties", | |
| 326 "{\"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\"}", | |
| 327 "--build-properties", | |
| 328 "{\"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\"}", | |
| 329 "--step-name=base_unittests", | |
| 330 "--builder-name=linux_ecs_ozone", | |
| 331 "--slave-name=test_slave", | |
| 332 "--build-number=571", | |
| 333 "--no-spawn-dbus", | |
| 334 "base_unittests" | |
| 335 ], | |
| 336 "name": "base_unittests" | |
| 337 }, | |
| 338 { | |
| 339 "cmd": [ | |
| 340 "python", | |
| 341 "-u", | |
| 342 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 343 "--target", | |
| 344 "Debug", | |
| 345 "--no-xvfb", | |
| 346 "--factory-properties", | |
| 347 "{\"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\"}", | |
| 348 "--build-properties", | |
| 349 "{\"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\"}", | |
| 350 "--step-name=cacheinvalidation_unittests", | |
| 351 "--builder-name=linux_ecs_ozone", | |
| 352 "--slave-name=test_slave", | |
| 353 "--build-number=571", | |
| 354 "--no-spawn-dbus", | |
| 355 "cacheinvalidation_unittests" | |
| 356 ], | |
| 357 "name": "cacheinvalidation_unittests" | |
| 358 }, | |
| 359 { | |
| 360 "cmd": [ | |
| 361 "python", | |
| 362 "-u", | |
| 363 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 364 "--target", | |
| 365 "Debug", | |
| 366 "--no-xvfb", | |
| 367 "--factory-properties", | |
| 368 "{\"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\"}", | |
| 369 "--build-properties", | |
| 370 "{\"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\"}", | |
| 371 "--step-name=cc_unittests", | |
| 372 "--builder-name=linux_ecs_ozone", | |
| 373 "--slave-name=test_slave", | |
| 374 "--build-number=571", | |
| 375 "--no-spawn-dbus", | |
| 376 "cc_unittests" | |
| 377 ], | |
| 378 "name": "cc_unittests" | |
| 379 }, | |
| 380 { | |
| 381 "cmd": [ | |
| 382 "python", | |
| 383 "-u", | |
| 384 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 385 "--target", | |
| 386 "Debug", | |
| 387 "--no-xvfb", | |
| 388 "--factory-properties", | |
| 389 "{\"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\"}", | |
| 390 "--build-properties", | |
| 391 "{\"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\"}", | |
| 392 "--step-name=components_unittests", | |
| 393 "--builder-name=linux_ecs_ozone", | |
| 394 "--slave-name=test_slave", | |
| 395 "--build-number=571", | |
| 396 "--no-spawn-dbus", | |
| 397 "components_unittests" | |
| 398 ], | |
| 399 "name": "components_unittests" | |
| 400 }, | |
| 401 { | |
| 402 "cmd": [ | |
| 403 "python", | |
| 404 "-u", | |
| 405 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 406 "--target", | |
| 407 "Debug", | |
| 408 "--no-xvfb", | |
| 409 "--factory-properties", | |
| 410 "{\"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\"}", | |
| 411 "--build-properties", | |
| 412 "{\"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\"}", | |
| 413 "--step-name=compositor_unittests", | |
| 414 "--builder-name=linux_ecs_ozone", | |
| 415 "--slave-name=test_slave", | |
| 416 "--build-number=571", | |
| 417 "--no-spawn-dbus", | |
| 418 "compositor_unittests" | |
| 419 ], | |
| 420 "name": "compositor_unittests" | |
| 421 }, | |
| 422 { | |
| 423 "cmd": [ | |
| 424 "python", | |
| 425 "-u", | |
| 426 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 427 "--target", | |
| 428 "Debug", | |
| 429 "--no-xvfb", | |
| 430 "--factory-properties", | |
| 431 "{\"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\"}", | |
| 432 "--build-properties", | |
| 433 "{\"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\"}", | |
| 434 "--step-name=content_browsertests", | |
| 435 "--builder-name=linux_ecs_ozone", | |
| 436 "--slave-name=test_slave", | |
| 437 "--build-number=571", | |
| 438 "--no-spawn-dbus", | |
| 439 "content_browsertests" | |
| 440 ], | |
| 441 "name": "content_browsertests" | |
| 442 }, | |
| 443 { | |
| 444 "cmd": [ | |
| 445 "python", | |
| 446 "-u", | |
| 447 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 448 "--target", | |
| 449 "Debug", | |
| 450 "--no-xvfb", | |
| 451 "--factory-properties", | |
| 452 "{\"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\"}", | |
| 453 "--build-properties", | |
| 454 "{\"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\"}", | |
| 455 "--step-name=content_unittests", | |
| 456 "--builder-name=linux_ecs_ozone", | |
| 457 "--slave-name=test_slave", | |
| 458 "--build-number=571", | |
| 459 "--no-spawn-dbus", | |
| 460 "content_unittests" | |
| 461 ], | |
| 462 "name": "content_unittests" | |
| 463 }, | |
| 464 { | |
| 465 "cmd": [ | |
| 466 "python", | |
| 467 "-u", | |
| 468 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 469 "--target", | |
| 470 "Debug", | |
| 471 "--no-xvfb", | |
| 472 "--factory-properties", | |
| 473 "{\"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\"}", | |
| 474 "--build-properties", | |
| 475 "{\"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\"}", | |
| 476 "--step-name=crypto_unittests", | |
| 477 "--builder-name=linux_ecs_ozone", | |
| 478 "--slave-name=test_slave", | |
| 479 "--build-number=571", | |
| 480 "--no-spawn-dbus", | |
| 481 "crypto_unittests" | |
| 482 ], | |
| 483 "name": "crypto_unittests" | |
| 484 }, | |
| 485 { | |
| 486 "cmd": [ | |
| 487 "python", | |
| 488 "-u", | |
| 489 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 490 "--target", | |
| 491 "Debug", | |
| 492 "--no-xvfb", | |
| 493 "--factory-properties", | |
| 494 "{\"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\"}", | |
| 495 "--build-properties", | |
| 496 "{\"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\"}", | |
| 497 "--step-name=device_unittests", | |
| 498 "--builder-name=linux_ecs_ozone", | |
| 499 "--slave-name=test_slave", | |
| 500 "--build-number=571", | |
| 501 "--no-spawn-dbus", | |
| 502 "device_unittests" | |
| 503 ], | |
| 504 "name": "device_unittests" | |
| 505 }, | |
| 506 { | |
| 507 "cmd": [ | |
| 508 "python", | |
| 509 "-u", | |
| 510 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 511 "--target", | |
| 512 "Debug", | |
| 513 "--no-xvfb", | |
| 514 "--factory-properties", | |
| 515 "{\"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\"}", | |
| 516 "--build-properties", | |
| 517 "{\"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\"}", | |
| 518 "--step-name=events_unittests", | |
| 519 "--builder-name=linux_ecs_ozone", | |
| 520 "--slave-name=test_slave", | |
| 521 "--build-number=571", | |
| 522 "--no-spawn-dbus", | |
| 523 "events_unittests" | |
| 524 ], | |
| 525 "name": "events_unittests" | |
| 526 }, | |
| 527 { | |
| 528 "cmd": [ | |
| 529 "python", | |
| 530 "-u", | |
| 531 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 532 "--target", | |
| 533 "Debug", | |
| 534 "--no-xvfb", | |
| 535 "--factory-properties", | |
| 536 "{\"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\"}", | |
| 537 "--build-properties", | |
| 538 "{\"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\"}", | |
| 539 "--step-name=gfx_unittests", | |
| 540 "--builder-name=linux_ecs_ozone", | |
| 541 "--slave-name=test_slave", | |
| 542 "--build-number=571", | |
| 543 "--no-spawn-dbus", | |
| 544 "gfx_unittests" | |
| 545 ], | |
| 546 "name": "gfx_unittests" | |
| 547 }, | |
| 548 { | |
| 549 "cmd": [ | |
| 550 "python", | |
| 551 "-u", | |
| 552 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 553 "--target", | |
| 554 "Debug", | |
| 555 "--no-xvfb", | |
| 556 "--factory-properties", | |
| 557 "{\"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\"}", | |
| 558 "--build-properties", | |
| 559 "{\"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\"}", | |
| 560 "--step-name=gpu_unittests", | |
| 561 "--builder-name=linux_ecs_ozone", | |
| 562 "--slave-name=test_slave", | |
| 563 "--build-number=571", | |
| 564 "--no-spawn-dbus", | |
| 565 "gpu_unittests" | |
| 566 ], | |
| 567 "name": "gpu_unittests" | |
| 568 }, | |
| 569 { | |
| 570 "cmd": [ | |
| 571 "python", | |
| 572 "-u", | |
| 573 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 574 "--target", | |
| 575 "Debug", | |
| 576 "--no-xvfb", | |
| 577 "--factory-properties", | |
| 578 "{\"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\"}", | |
| 579 "--build-properties", | |
| 580 "{\"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\"}", | |
| 581 "--step-name=ipc_tests", | |
| 582 "--builder-name=linux_ecs_ozone", | |
| 583 "--slave-name=test_slave", | |
| 584 "--build-number=571", | |
| 585 "--no-spawn-dbus", | |
| 586 "ipc_tests" | |
| 587 ], | |
| 588 "name": "ipc_tests" | |
| 589 }, | |
| 590 { | |
| 591 "cmd": [ | |
| 592 "python", | |
| 593 "-u", | |
| 594 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 595 "--target", | |
| 596 "Debug", | |
| 597 "--no-xvfb", | |
| 598 "--factory-properties", | |
| 599 "{\"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\"}", | |
| 600 "--build-properties", | |
| 601 "{\"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\"}", | |
| 602 "--step-name=media_unittests", | |
| 603 "--builder-name=linux_ecs_ozone", | |
| 604 "--slave-name=test_slave", | |
| 605 "--build-number=571", | |
| 606 "--no-spawn-dbus", | |
| 607 "media_unittests" | |
| 608 ], | |
| 609 "name": "media_unittests" | |
| 610 }, | |
| 611 { | |
| 612 "cmd": [ | |
| 613 "python", | |
| 614 "-u", | |
| 615 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 616 "--target", | |
| 617 "Debug", | |
| 618 "--no-xvfb", | |
| 619 "--factory-properties", | |
| 620 "{\"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\"}", | |
| 621 "--build-properties", | |
| 622 "{\"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\"}", | |
| 623 "--step-name=net_unittests", | |
| 624 "--builder-name=linux_ecs_ozone", | |
| 625 "--slave-name=test_slave", | |
| 626 "--build-number=571", | |
| 627 "--no-spawn-dbus", | |
| 628 "net_unittests" | |
| 629 ], | |
| 630 "name": "net_unittests" | |
| 631 }, | |
| 632 { | |
| 633 "cmd": [ | |
| 634 "python", | |
| 635 "-u", | |
| 636 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 637 "--target", | |
| 638 "Debug", | |
| 639 "--no-xvfb", | |
| 640 "--factory-properties", | |
| 641 "{\"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\"}", | |
| 642 "--build-properties", | |
| 643 "{\"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\"}", | |
| 644 "--step-name=ozone_unittests", | |
| 645 "--builder-name=linux_ecs_ozone", | |
| 646 "--slave-name=test_slave", | |
| 647 "--build-number=571", | |
| 648 "--no-spawn-dbus", | |
| 649 "ozone_unittests" | |
| 650 ], | |
| 651 "name": "ozone_unittests" | |
| 652 }, | |
| 653 { | |
| 654 "cmd": [ | |
| 655 "python", | |
| 656 "-u", | |
| 657 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 658 "--target", | |
| 659 "Debug", | |
| 660 "--no-xvfb", | |
| 661 "--factory-properties", | |
| 662 "{\"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\"}", | |
| 663 "--build-properties", | |
| 664 "{\"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\"}", | |
| 665 "--step-name=ppapi_unittests", | |
| 666 "--builder-name=linux_ecs_ozone", | |
| 667 "--slave-name=test_slave", | |
| 668 "--build-number=571", | |
| 669 "--no-spawn-dbus", | |
| 670 "ppapi_unittests" | |
| 671 ], | |
| 672 "name": "ppapi_unittests" | |
| 673 }, | |
| 674 { | |
| 675 "cmd": [ | |
| 676 "python", | |
| 677 "-u", | |
| 678 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 679 "--target", | |
| 680 "Debug", | |
| 681 "--no-xvfb", | |
| 682 "--factory-properties", | |
| 683 "{\"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\"}", | |
| 684 "--build-properties", | |
| 685 "{\"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\"}", | |
| 686 "--step-name=sandbox_linux_unittests", | |
| 687 "--builder-name=linux_ecs_ozone", | |
| 688 "--slave-name=test_slave", | |
| 689 "--build-number=571", | |
| 690 "--no-spawn-dbus", | |
| 691 "sandbox_linux_unittests" | |
| 692 ], | |
| 693 "name": "sandbox_linux_unittests" | |
| 694 }, | |
| 695 { | |
| 696 "cmd": [ | |
| 697 "python", | |
| 698 "-u", | |
| 699 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 700 "--target", | |
| 701 "Debug", | |
| 702 "--no-xvfb", | |
| 703 "--factory-properties", | |
| 704 "{\"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\"}", | |
| 705 "--build-properties", | |
| 706 "{\"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\"}", | |
| 707 "--step-name=sql_unittests", | |
| 708 "--builder-name=linux_ecs_ozone", | |
| 709 "--slave-name=test_slave", | |
| 710 "--build-number=571", | |
| 711 "--no-spawn-dbus", | |
| 712 "sql_unittests" | |
| 713 ], | |
| 714 "name": "sql_unittests" | |
| 715 }, | |
| 716 { | |
| 717 "cmd": [ | |
| 718 "python", | |
| 719 "-u", | |
| 720 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 721 "--target", | |
| 722 "Debug", | |
| 723 "--no-xvfb", | |
| 724 "--factory-properties", | |
| 725 "{\"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\"}", | |
| 726 "--build-properties", | |
| 727 "{\"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\"}", | |
| 728 "--step-name=ui_base_unittests", | |
| 729 "--builder-name=linux_ecs_ozone", | |
| 730 "--slave-name=test_slave", | |
| 731 "--build-number=571", | |
| 732 "--no-spawn-dbus", | |
| 733 "ui_base_unittests" | |
| 734 ], | |
| 735 "name": "ui_base_unittests" | |
| 736 }, | |
| 737 { | |
| 738 "cmd": [ | |
| 739 "python", | |
| 740 "-u", | |
| 741 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 742 "--target", | |
| 743 "Debug", | |
| 744 "--no-xvfb", | |
| 745 "--factory-properties", | |
| 746 "{\"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\"}", | |
| 747 "--build-properties", | |
| 748 "{\"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\"}", | |
| 749 "--step-name=ui_touch_selection_unittests", | |
| 750 "--builder-name=linux_ecs_ozone", | |
| 751 "--slave-name=test_slave", | |
| 752 "--build-number=571", | |
| 753 "--no-spawn-dbus", | |
| 754 "ui_touch_selection_unittests" | |
| 755 ], | |
| 756 "name": "ui_touch_selection_unittests" | |
| 757 }, | |
| 758 { | |
| 759 "cmd": [ | |
| 760 "python", | |
| 761 "-u", | |
| 762 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 763 "--target", | |
| 764 "Debug", | |
| 765 "--no-xvfb", | |
| 766 "--factory-properties", | |
| 767 "{\"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\"}", | |
| 768 "--build-properties", | |
| 769 "{\"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\"}", | |
| 770 "--step-name=url_unittests", | |
| 771 "--builder-name=linux_ecs_ozone", | |
| 772 "--slave-name=test_slave", | |
| 773 "--build-number=571", | |
| 774 "--no-spawn-dbus", | |
| 775 "url_unittests" | |
| 776 ], | |
| 777 "name": "url_unittests" | |
| 778 }, | |
| 779 { | |
| 780 "name": "$result", | |
| 781 "recipe_result": null, | |
| 782 "status_code": 0 | |
| 783 } | |
| 784 ] | |
| OLD | NEW |