| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [], |
| 4 "python", | 4 "name": "Disabled: see http://crbug.com/636080 ", |
| 5 "-u", | |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | |
| 7 "[BUILDER_CACHE]/Linux32_Debug", | |
| 8 "511" | |
| 9 ], | |
| 10 "name": "makedirs checkout path", | |
| 11 "~followup_annotations": [ | 5 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 6 "@@@STEP_WARNINGS@@@" |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
| 21 "@@@STEP_LOG_END@python.inline@@@" | |
| 22 ] | 7 ] |
| 23 }, | 8 }, |
| 24 { | 9 { |
| 25 "cmd": [ | |
| 26 "python", | |
| 27 "-u", | |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
| 29 "--master", | |
| 30 "client.webrtc", | |
| 31 "--builder", | |
| 32 "Linux32 Debug", | |
| 33 "--slave", | |
| 34 "slavename", | |
| 35 "--spec", | |
| 36 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}
, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https
://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]", | |
| 37 "--root", | |
| 38 "src", | |
| 39 "--revision_mapping_file", | |
| 40 "{\"src\": \"got_revision\"}", | |
| 41 "--git-cache-dir", | |
| 42 "[GIT_CACHE]", | |
| 43 "--output_json", | |
| 44 "/path/to/tmp/json", | |
| 45 "--revision", | |
| 46 "src@12345", | |
| 47 "--output_manifest" | |
| 48 ], | |
| 49 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 50 "env": { | |
| 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 52 }, | |
| 53 "name": "bot_update", | |
| 54 "~followup_annotations": [ | |
| 55 "@@@STEP_TEXT@Some step text@@@", | |
| 56 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 57 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
| 58 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
| 59 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | |
| 60 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 61 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
| 62 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | |
| 63 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | |
| 64 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | |
| 65 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 66 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 67 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
| 68 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | |
| 69 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
| 70 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | |
| 71 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\"@@@", | |
| 72 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 73 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | |
| 74 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
| 75 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 76 "@@@STEP_LOG_END@json.output@@@", | |
| 77 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | |
| 78 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | |
| 79 ] | |
| 80 }, | |
| 81 { | |
| 82 "cmd": [ | |
| 83 "python", | |
| 84 "-u", | |
| 85 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | |
| 86 "[BUILDER_CACHE]/Linux32_Debug/src/out" | |
| 87 ], | |
| 88 "name": "clean test output files" | |
| 89 }, | |
| 90 { | |
| 91 "cmd": [ | |
| 92 "python", | |
| 93 "-u", | |
| 94 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 95 "--show-path", | |
| 96 "python", | |
| 97 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | |
| 98 ], | |
| 99 "name": "cleanup_temp" | |
| 100 }, | |
| 101 { | |
| 102 "cmd": [], | |
| 103 "name": "ensure_goma" | |
| 104 }, | |
| 105 { | |
| 106 "cmd": [ | |
| 107 "python", | |
| 108 "-u", | |
| 109 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 110 "--platform", | |
| 111 "linux-386", | |
| 112 "--dest-directory", | |
| 113 "[SLAVE_BUILD]/cipd", | |
| 114 "--json-output", | |
| 115 "/path/to/tmp/json" | |
| 116 ], | |
| 117 "name": "ensure_goma.install cipd", | |
| 118 "~followup_annotations": [ | |
| 119 "@@@STEP_NEST_LEVEL@1@@@", | |
| 120 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 121 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 122 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 123 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 124 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 125 "@@@STEP_LOG_END@json.output@@@" | |
| 126 ] | |
| 127 }, | |
| 128 { | |
| 129 "cmd": [ | |
| 130 "[SLAVE_BUILD]/cipd/cipd", | |
| 131 "ensure", | |
| 132 "--root", | |
| 133 "[CACHE]/cipd/goma", | |
| 134 "--list", | |
| 135 "infra_internal/goma/client/linux-386 release", | |
| 136 "--json-output", | |
| 137 "/path/to/tmp/json", | |
| 138 "--service-account-json", | |
| 139 "/creds/service_accounts/service-account-goma-client.json" | |
| 140 ], | |
| 141 "name": "ensure_goma.ensure_installed", | |
| 142 "~followup_annotations": [ | |
| 143 "@@@STEP_NEST_LEVEL@1@@@", | |
| 144 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 145 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 146 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 147 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 148 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", | |
| 149 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 150 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 151 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 152 "@@@STEP_LOG_END@json.output@@@" | |
| 153 ] | |
| 154 }, | |
| 155 { | |
| 156 "cmd": [ | |
| 157 "python", | |
| 158 "-u", | |
| 159 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 160 "runhooks" | |
| 161 ], | |
| 162 "cwd": "[BUILDER_CACHE]/Linux32_Debug/src", | |
| 163 "env": { | |
| 164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 165 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 166 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 ffmpeg_brandin
g=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=ia32 use_goma=1"
, | |
| 167 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 168 }, | |
| 169 "name": "gclient runhooks" | |
| 170 }, | |
| 171 { | |
| 172 "cmd": [ | |
| 173 "python", | |
| 174 "-u", | |
| 175 "[BUILDER_CACHE]/Linux32_Debug/src/tools/mb/mb.py", | |
| 176 "gen", | |
| 177 "-m", | |
| 178 "client.webrtc", | |
| 179 "-b", | |
| 180 "Linux32 Debug", | |
| 181 "--config-file", | |
| 182 "[BUILDER_CACHE]/Linux32_Debug/src/webrtc/build/mb_config.pyl", | |
| 183 "--goma-dir", | |
| 184 "[CACHE]/cipd/goma", | |
| 185 "--gyp-script=[BUILDER_CACHE]/Linux32_Debug/src/webrtc/build/gyp_webrtc.py
", | |
| 186 "//out/Debug" | |
| 187 ], | |
| 188 "cwd": "[BUILDER_CACHE]/Linux32_Debug/src", | |
| 189 "env": { | |
| 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 191 }, | |
| 192 "name": "generate_build_files" | |
| 193 }, | |
| 194 { | |
| 195 "cmd": [ | |
| 196 "python", | |
| 197 "-u", | |
| 198 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 199 "--show-path", | |
| 200 "python", | |
| 201 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | |
| 202 "--gsutil-py-path", | |
| 203 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
| 204 "--ninja-path", | |
| 205 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | |
| 206 "--target", | |
| 207 "Debug", | |
| 208 "--src-dir", | |
| 209 "[BUILDER_CACHE]/Linux32_Debug/src", | |
| 210 "--goma-cache-dir", | |
| 211 "[GOMA_CACHE]", | |
| 212 "--goma-deps-cache-dir", | |
| 213 "[GOMA_DEPS_CACHE]", | |
| 214 "--compiler", | |
| 215 "goma", | |
| 216 "--goma-jsonstatus", | |
| 217 "/path/to/tmp/json", | |
| 218 "--goma-service-account-json-file", | |
| 219 "/creds/service_accounts/service-account-goma-client.json", | |
| 220 "--goma-dir", | |
| 221 "[CACHE]/cipd/goma", | |
| 222 "--", | |
| 223 "All" | |
| 224 ], | |
| 225 "env": { | |
| 226 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 227 }, | |
| 228 "name": "compile", | |
| 229 "~followup_annotations": [ | |
| 230 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 231 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 232 ] | |
| 233 }, | |
| 234 { | |
| 235 "cmd": [ | |
| 236 "python", | |
| 237 "-u", | |
| 238 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 239 "--target", | |
| 240 "Debug", | |
| 241 "--xvfb", | |
| 242 "--factory-properties", | |
| 243 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 244 "--build-properties", | |
| 245 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 246 "--test-type=audio_decoder_unittests", | |
| 247 "--step-name=audio_decoder_unittests", | |
| 248 "--builder-name=Linux32 Debug", | |
| 249 "--slave-name=slavename", | |
| 250 "--build-number=1337", | |
| 251 "--run-python-script", | |
| 252 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 253 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 254 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/audio_decoder_unittests", | |
| 255 "--" | |
| 256 ], | |
| 257 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 258 "name": "audio_decoder_unittests" | |
| 259 }, | |
| 260 { | |
| 261 "cmd": [ | |
| 262 "python", | |
| 263 "-u", | |
| 264 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 265 "--target", | |
| 266 "Debug", | |
| 267 "--xvfb", | |
| 268 "--factory-properties", | |
| 269 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 270 "--build-properties", | |
| 271 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 272 "--test-type=common_audio_unittests", | |
| 273 "--step-name=common_audio_unittests", | |
| 274 "--builder-name=Linux32 Debug", | |
| 275 "--slave-name=slavename", | |
| 276 "--build-number=1337", | |
| 277 "--run-python-script", | |
| 278 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 279 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 280 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/common_audio_unittests", | |
| 281 "--" | |
| 282 ], | |
| 283 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 284 "name": "common_audio_unittests" | |
| 285 }, | |
| 286 { | |
| 287 "cmd": [ | |
| 288 "python", | |
| 289 "-u", | |
| 290 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 291 "--target", | |
| 292 "Debug", | |
| 293 "--xvfb", | |
| 294 "--factory-properties", | |
| 295 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 296 "--build-properties", | |
| 297 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 298 "--test-type=common_video_unittests", | |
| 299 "--step-name=common_video_unittests", | |
| 300 "--builder-name=Linux32 Debug", | |
| 301 "--slave-name=slavename", | |
| 302 "--build-number=1337", | |
| 303 "--run-python-script", | |
| 304 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 305 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 306 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/common_video_unittests", | |
| 307 "--" | |
| 308 ], | |
| 309 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 310 "name": "common_video_unittests" | |
| 311 }, | |
| 312 { | |
| 313 "cmd": [ | |
| 314 "python", | |
| 315 "-u", | |
| 316 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 317 "--target", | |
| 318 "Debug", | |
| 319 "--xvfb", | |
| 320 "--factory-properties", | |
| 321 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 322 "--build-properties", | |
| 323 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 324 "--test-type=modules_tests", | |
| 325 "--step-name=modules_tests", | |
| 326 "--builder-name=Linux32 Debug", | |
| 327 "--slave-name=slavename", | |
| 328 "--build-number=1337", | |
| 329 "--run-python-script", | |
| 330 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 331 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 332 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/modules_tests", | |
| 333 "--" | |
| 334 ], | |
| 335 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 336 "name": "modules_tests" | |
| 337 }, | |
| 338 { | |
| 339 "cmd": [ | |
| 340 "python", | |
| 341 "-u", | |
| 342 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 343 "--target", | |
| 344 "Debug", | |
| 345 "--xvfb", | |
| 346 "--factory-properties", | |
| 347 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 348 "--build-properties", | |
| 349 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 350 "--test-type=modules_unittests", | |
| 351 "--step-name=modules_unittests", | |
| 352 "--builder-name=Linux32 Debug", | |
| 353 "--slave-name=slavename", | |
| 354 "--build-number=1337", | |
| 355 "--run-python-script", | |
| 356 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 357 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 358 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/modules_unittests", | |
| 359 "--" | |
| 360 ], | |
| 361 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 362 "name": "modules_unittests" | |
| 363 }, | |
| 364 { | |
| 365 "cmd": [ | |
| 366 "python", | |
| 367 "-u", | |
| 368 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 369 "--target", | |
| 370 "Debug", | |
| 371 "--xvfb", | |
| 372 "--factory-properties", | |
| 373 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 374 "--build-properties", | |
| 375 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 376 "--test-type=peerconnection_unittests", | |
| 377 "--step-name=peerconnection_unittests", | |
| 378 "--builder-name=Linux32 Debug", | |
| 379 "--slave-name=slavename", | |
| 380 "--build-number=1337", | |
| 381 "--run-python-script", | |
| 382 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 383 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 384 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/peerconnection_unittests", | |
| 385 "--" | |
| 386 ], | |
| 387 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 388 "name": "peerconnection_unittests" | |
| 389 }, | |
| 390 { | |
| 391 "cmd": [ | |
| 392 "python", | |
| 393 "-u", | |
| 394 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 395 "--target", | |
| 396 "Debug", | |
| 397 "--xvfb", | |
| 398 "--factory-properties", | |
| 399 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 400 "--build-properties", | |
| 401 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 402 "--test-type=rtc_media_unittests", | |
| 403 "--step-name=rtc_media_unittests", | |
| 404 "--builder-name=Linux32 Debug", | |
| 405 "--slave-name=slavename", | |
| 406 "--build-number=1337", | |
| 407 "--run-python-script", | |
| 408 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 409 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 410 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_media_unittests", | |
| 411 "--" | |
| 412 ], | |
| 413 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 414 "name": "rtc_media_unittests" | |
| 415 }, | |
| 416 { | |
| 417 "cmd": [ | |
| 418 "python", | |
| 419 "-u", | |
| 420 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 421 "--target", | |
| 422 "Debug", | |
| 423 "--xvfb", | |
| 424 "--factory-properties", | |
| 425 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 426 "--build-properties", | |
| 427 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 428 "--test-type=rtc_pc_unittests", | |
| 429 "--step-name=rtc_pc_unittests", | |
| 430 "--builder-name=Linux32 Debug", | |
| 431 "--slave-name=slavename", | |
| 432 "--build-number=1337", | |
| 433 "--run-python-script", | |
| 434 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 435 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 436 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_pc_unittests", | |
| 437 "--" | |
| 438 ], | |
| 439 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 440 "name": "rtc_pc_unittests" | |
| 441 }, | |
| 442 { | |
| 443 "cmd": [ | |
| 444 "python", | |
| 445 "-u", | |
| 446 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 447 "--target", | |
| 448 "Debug", | |
| 449 "--xvfb", | |
| 450 "--factory-properties", | |
| 451 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 452 "--build-properties", | |
| 453 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 454 "--test-type=rtc_unittests", | |
| 455 "--step-name=rtc_unittests", | |
| 456 "--builder-name=Linux32 Debug", | |
| 457 "--slave-name=slavename", | |
| 458 "--build-number=1337", | |
| 459 "--run-python-script", | |
| 460 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 461 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 462 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_unittests", | |
| 463 "--" | |
| 464 ], | |
| 465 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 466 "name": "rtc_unittests" | |
| 467 }, | |
| 468 { | |
| 469 "cmd": [ | |
| 470 "python", | |
| 471 "-u", | |
| 472 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 473 "--target", | |
| 474 "Debug", | |
| 475 "--xvfb", | |
| 476 "--factory-properties", | |
| 477 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 478 "--build-properties", | |
| 479 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 480 "--test-type=system_wrappers_unittests", | |
| 481 "--step-name=system_wrappers_unittests", | |
| 482 "--builder-name=Linux32 Debug", | |
| 483 "--slave-name=slavename", | |
| 484 "--build-number=1337", | |
| 485 "--run-python-script", | |
| 486 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 487 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 488 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/system_wrappers_unittests", | |
| 489 "--" | |
| 490 ], | |
| 491 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 492 "name": "system_wrappers_unittests" | |
| 493 }, | |
| 494 { | |
| 495 "cmd": [ | |
| 496 "python", | |
| 497 "-u", | |
| 498 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 499 "--target", | |
| 500 "Debug", | |
| 501 "--xvfb", | |
| 502 "--factory-properties", | |
| 503 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 504 "--build-properties", | |
| 505 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 506 "--test-type=test_support_unittests", | |
| 507 "--step-name=test_support_unittests", | |
| 508 "--builder-name=Linux32 Debug", | |
| 509 "--slave-name=slavename", | |
| 510 "--build-number=1337", | |
| 511 "--run-python-script", | |
| 512 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 513 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 514 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/test_support_unittests", | |
| 515 "--" | |
| 516 ], | |
| 517 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 518 "name": "test_support_unittests" | |
| 519 }, | |
| 520 { | |
| 521 "cmd": [ | |
| 522 "python", | |
| 523 "-u", | |
| 524 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 525 "--target", | |
| 526 "Debug", | |
| 527 "--xvfb", | |
| 528 "--factory-properties", | |
| 529 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 530 "--build-properties", | |
| 531 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 532 "--test-type=tools_unittests", | |
| 533 "--step-name=tools_unittests", | |
| 534 "--builder-name=Linux32 Debug", | |
| 535 "--slave-name=slavename", | |
| 536 "--build-number=1337", | |
| 537 "--run-python-script", | |
| 538 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 539 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 540 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/tools_unittests", | |
| 541 "--" | |
| 542 ], | |
| 543 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 544 "name": "tools_unittests" | |
| 545 }, | |
| 546 { | |
| 547 "cmd": [ | |
| 548 "python", | |
| 549 "-u", | |
| 550 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 551 "--target", | |
| 552 "Debug", | |
| 553 "--xvfb", | |
| 554 "--factory-properties", | |
| 555 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 556 "--build-properties", | |
| 557 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 558 "--test-type=video_engine_tests", | |
| 559 "--step-name=video_engine_tests", | |
| 560 "--builder-name=Linux32 Debug", | |
| 561 "--slave-name=slavename", | |
| 562 "--build-number=1337", | |
| 563 "--run-python-script", | |
| 564 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 565 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 566 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/video_engine_tests", | |
| 567 "--" | |
| 568 ], | |
| 569 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 570 "name": "video_engine_tests" | |
| 571 }, | |
| 572 { | |
| 573 "cmd": [ | |
| 574 "python", | |
| 575 "-u", | |
| 576 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 577 "--target", | |
| 578 "Debug", | |
| 579 "--xvfb", | |
| 580 "--factory-properties", | |
| 581 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 582 "--build-properties", | |
| 583 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 584 "--test-type=voice_engine_unittests", | |
| 585 "--step-name=voice_engine_unittests", | |
| 586 "--builder-name=Linux32 Debug", | |
| 587 "--slave-name=slavename", | |
| 588 "--build-number=1337", | |
| 589 "--run-python-script", | |
| 590 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 591 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 592 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/voice_engine_unittests", | |
| 593 "--" | |
| 594 ], | |
| 595 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 596 "name": "voice_engine_unittests" | |
| 597 }, | |
| 598 { | |
| 599 "cmd": [ | |
| 600 "python", | |
| 601 "-u", | |
| 602 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 603 "--target", | |
| 604 "Debug", | |
| 605 "--xvfb", | |
| 606 "--factory-properties", | |
| 607 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 608 "--build-properties", | |
| 609 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 610 "--test-type=xmllite_xmpp_unittests", | |
| 611 "--step-name=xmllite_xmpp_unittests", | |
| 612 "--builder-name=Linux32 Debug", | |
| 613 "--slave-name=slavename", | |
| 614 "--build-number=1337", | |
| 615 "--run-python-script", | |
| 616 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 617 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 618 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/xmllite_xmpp_unittests", | |
| 619 "--" | |
| 620 ], | |
| 621 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 622 "name": "xmllite_xmpp_unittests" | |
| 623 }, | |
| 624 { | |
| 625 "allow_subannotations": true, | |
| 626 "cmd": [ | |
| 627 "python", | |
| 628 "-u", | |
| 629 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 630 "--target", | |
| 631 "Debug", | |
| 632 "--xvfb", | |
| 633 "--factory-properties", | |
| 634 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 635 "--build-properties", | |
| 636 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\",
\"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"sl
avename\"}", | |
| 637 "--annotate=gtest", | |
| 638 "--test-type=webrtc_nonparallel_tests", | |
| 639 "--step-name=webrtc_nonparallel_tests", | |
| 640 "--generate-json-file", | |
| 641 "-o", | |
| 642 "gtest-results/webrtc_nonparallel_tests", | |
| 643 "--builder-name=Linux32 Debug", | |
| 644 "--slave-name=slavename", | |
| 645 "--build-number=1337", | |
| 646 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 647 "webrtc_nonparallel_tests" | |
| 648 ], | |
| 649 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 650 "name": "webrtc_nonparallel_tests" | |
| 651 }, | |
| 652 { | |
| 653 "name": "$result", | 10 "name": "$result", |
| 654 "recipe_result": null, | 11 "recipe_result": null, |
| 655 "status_code": 0 | 12 "status_code": 0 |
| 656 } | 13 } |
| 657 ] | 14 ] |
| OLD | NEW |