| OLD | NEW |
| (Empty) |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "python", | |
| 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": [ | |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 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 ] | |
| 23 }, | |
| 24 { | |
| 25 "cmd": [ | |
| 26 "python", | |
| 27 "-u", | |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
| 29 "--master", | |
| 30 "client.webrtc.fyi", | |
| 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[depot_tools::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/tools/cloudtail/linux-386 goma_recipe_module\ninfra_internal/goma/c
lient/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-goma_recipe_modu\", @@@", | |
| 148 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l
inux-386\"@@@", | |
| 149 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 150 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 151 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 152 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", | |
| 153 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 154 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 155 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 156 "@@@STEP_LOG_END@json.output@@@" | |
| 157 ] | |
| 158 }, | |
| 159 { | |
| 160 "cmd": [ | |
| 161 "python", | |
| 162 "-u", | |
| 163 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 164 "runhooks" | |
| 165 ], | |
| 166 "cwd": "[BUILDER_CACHE]/Linux32_Debug/src", | |
| 167 "env": { | |
| 168 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 169 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 170 "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"
, | |
| 171 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 172 }, | |
| 173 "name": "gclient runhooks" | |
| 174 }, | |
| 175 { | |
| 176 "cmd": [ | |
| 177 "python", | |
| 178 "-u", | |
| 179 "[BUILDER_CACHE]/Linux32_Debug/src/tools/mb/mb.py", | |
| 180 "gen", | |
| 181 "-m", | |
| 182 "client.webrtc.fyi", | |
| 183 "-b", | |
| 184 "Linux32 Debug", | |
| 185 "--config-file", | |
| 186 "[BUILDER_CACHE]/Linux32_Debug/src/webrtc/build/mb_config.pyl", | |
| 187 "--goma-dir", | |
| 188 "[CACHE]/cipd/goma", | |
| 189 "--gyp-script=[BUILDER_CACHE]/Linux32_Debug/src/webrtc/build/gyp_webrtc.py
", | |
| 190 "//out/Debug" | |
| 191 ], | |
| 192 "cwd": "[BUILDER_CACHE]/Linux32_Debug/src", | |
| 193 "env": { | |
| 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 195 }, | |
| 196 "name": "generate_build_files" | |
| 197 }, | |
| 198 { | |
| 199 "cmd": [ | |
| 200 "python", | |
| 201 "-u", | |
| 202 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 203 "--show-path", | |
| 204 "python", | |
| 205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | |
| 206 "--gsutil-py-path", | |
| 207 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | |
| 208 "--ninja-path", | |
| 209 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | |
| 210 "--target", | |
| 211 "Debug", | |
| 212 "--src-dir", | |
| 213 "[BUILDER_CACHE]/Linux32_Debug/src", | |
| 214 "--goma-cache-dir", | |
| 215 "[GOMA_CACHE]", | |
| 216 "--buildbot-buildername", | |
| 217 "Linux32 Debug", | |
| 218 "--buildbot-mastername", | |
| 219 "client.webrtc.fyi", | |
| 220 "--buildbot-slavename", | |
| 221 "slavename", | |
| 222 "--goma-deps-cache-dir", | |
| 223 "[GOMA_DEPS_CACHE]", | |
| 224 "--compiler", | |
| 225 "goma", | |
| 226 "--goma-jsonstatus", | |
| 227 "/path/to/tmp/json", | |
| 228 "--goma-service-account-json-file", | |
| 229 "/creds/service_accounts/service-account-goma-client.json", | |
| 230 "--goma-dir", | |
| 231 "[CACHE]/cipd/goma", | |
| 232 "--" | |
| 233 ], | |
| 234 "env": { | |
| 235 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 236 }, | |
| 237 "name": "compile", | |
| 238 "~followup_annotations": [ | |
| 239 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | |
| 240 "@@@STEP_LOG_END@json.output (invalid)@@@" | |
| 241 ] | |
| 242 }, | |
| 243 { | |
| 244 "cmd": [ | |
| 245 "python", | |
| 246 "-u", | |
| 247 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 248 "--target", | |
| 249 "Debug", | |
| 250 "--xvfb", | |
| 251 "--factory-properties", | |
| 252 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 253 "--build-properties", | |
| 254 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 255 "--test-type=audio_decoder_unittests", | |
| 256 "--step-name=audio_decoder_unittests", | |
| 257 "--builder-name=Linux32 Debug", | |
| 258 "--slave-name=slavename", | |
| 259 "--build-number=1337", | |
| 260 "--run-python-script", | |
| 261 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 262 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 263 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/audio_decoder_unittests", | |
| 264 "--" | |
| 265 ], | |
| 266 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 267 "name": "audio_decoder_unittests" | |
| 268 }, | |
| 269 { | |
| 270 "cmd": [ | |
| 271 "python", | |
| 272 "-u", | |
| 273 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 274 "--target", | |
| 275 "Debug", | |
| 276 "--xvfb", | |
| 277 "--factory-properties", | |
| 278 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 279 "--build-properties", | |
| 280 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 281 "--test-type=common_audio_unittests", | |
| 282 "--step-name=common_audio_unittests", | |
| 283 "--builder-name=Linux32 Debug", | |
| 284 "--slave-name=slavename", | |
| 285 "--build-number=1337", | |
| 286 "--run-python-script", | |
| 287 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 288 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 289 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/common_audio_unittests", | |
| 290 "--" | |
| 291 ], | |
| 292 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 293 "name": "common_audio_unittests" | |
| 294 }, | |
| 295 { | |
| 296 "cmd": [ | |
| 297 "python", | |
| 298 "-u", | |
| 299 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 300 "--target", | |
| 301 "Debug", | |
| 302 "--xvfb", | |
| 303 "--factory-properties", | |
| 304 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 305 "--build-properties", | |
| 306 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 307 "--test-type=common_video_unittests", | |
| 308 "--step-name=common_video_unittests", | |
| 309 "--builder-name=Linux32 Debug", | |
| 310 "--slave-name=slavename", | |
| 311 "--build-number=1337", | |
| 312 "--run-python-script", | |
| 313 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 314 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 315 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/common_video_unittests", | |
| 316 "--" | |
| 317 ], | |
| 318 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 319 "name": "common_video_unittests" | |
| 320 }, | |
| 321 { | |
| 322 "cmd": [ | |
| 323 "python", | |
| 324 "-u", | |
| 325 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 326 "--target", | |
| 327 "Debug", | |
| 328 "--xvfb", | |
| 329 "--factory-properties", | |
| 330 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 331 "--build-properties", | |
| 332 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 333 "--test-type=modules_tests", | |
| 334 "--step-name=modules_tests", | |
| 335 "--builder-name=Linux32 Debug", | |
| 336 "--slave-name=slavename", | |
| 337 "--build-number=1337", | |
| 338 "--run-python-script", | |
| 339 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 340 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 341 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/modules_tests", | |
| 342 "--" | |
| 343 ], | |
| 344 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 345 "name": "modules_tests" | |
| 346 }, | |
| 347 { | |
| 348 "cmd": [ | |
| 349 "python", | |
| 350 "-u", | |
| 351 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 352 "--target", | |
| 353 "Debug", | |
| 354 "--xvfb", | |
| 355 "--factory-properties", | |
| 356 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 357 "--build-properties", | |
| 358 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 359 "--test-type=modules_unittests", | |
| 360 "--step-name=modules_unittests", | |
| 361 "--builder-name=Linux32 Debug", | |
| 362 "--slave-name=slavename", | |
| 363 "--build-number=1337", | |
| 364 "--run-python-script", | |
| 365 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 366 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 367 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/modules_unittests", | |
| 368 "--" | |
| 369 ], | |
| 370 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 371 "name": "modules_unittests" | |
| 372 }, | |
| 373 { | |
| 374 "cmd": [ | |
| 375 "python", | |
| 376 "-u", | |
| 377 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 378 "--target", | |
| 379 "Debug", | |
| 380 "--xvfb", | |
| 381 "--factory-properties", | |
| 382 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 383 "--build-properties", | |
| 384 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 385 "--test-type=peerconnection_unittests", | |
| 386 "--step-name=peerconnection_unittests", | |
| 387 "--builder-name=Linux32 Debug", | |
| 388 "--slave-name=slavename", | |
| 389 "--build-number=1337", | |
| 390 "--run-python-script", | |
| 391 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 392 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 393 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/peerconnection_unittests", | |
| 394 "--" | |
| 395 ], | |
| 396 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 397 "name": "peerconnection_unittests" | |
| 398 }, | |
| 399 { | |
| 400 "cmd": [ | |
| 401 "python", | |
| 402 "-u", | |
| 403 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 404 "--target", | |
| 405 "Debug", | |
| 406 "--xvfb", | |
| 407 "--factory-properties", | |
| 408 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 409 "--build-properties", | |
| 410 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 411 "--test-type=rtc_media_unittests", | |
| 412 "--step-name=rtc_media_unittests", | |
| 413 "--builder-name=Linux32 Debug", | |
| 414 "--slave-name=slavename", | |
| 415 "--build-number=1337", | |
| 416 "--run-python-script", | |
| 417 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 418 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 419 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_media_unittests", | |
| 420 "--" | |
| 421 ], | |
| 422 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 423 "name": "rtc_media_unittests" | |
| 424 }, | |
| 425 { | |
| 426 "cmd": [ | |
| 427 "python", | |
| 428 "-u", | |
| 429 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 430 "--target", | |
| 431 "Debug", | |
| 432 "--xvfb", | |
| 433 "--factory-properties", | |
| 434 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 435 "--build-properties", | |
| 436 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 437 "--test-type=rtc_pc_unittests", | |
| 438 "--step-name=rtc_pc_unittests", | |
| 439 "--builder-name=Linux32 Debug", | |
| 440 "--slave-name=slavename", | |
| 441 "--build-number=1337", | |
| 442 "--run-python-script", | |
| 443 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 444 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 445 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_pc_unittests", | |
| 446 "--" | |
| 447 ], | |
| 448 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 449 "name": "rtc_pc_unittests" | |
| 450 }, | |
| 451 { | |
| 452 "cmd": [ | |
| 453 "python", | |
| 454 "-u", | |
| 455 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 456 "--target", | |
| 457 "Debug", | |
| 458 "--xvfb", | |
| 459 "--factory-properties", | |
| 460 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 461 "--build-properties", | |
| 462 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 463 "--test-type=rtc_unittests", | |
| 464 "--step-name=rtc_unittests", | |
| 465 "--builder-name=Linux32 Debug", | |
| 466 "--slave-name=slavename", | |
| 467 "--build-number=1337", | |
| 468 "--run-python-script", | |
| 469 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 470 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 471 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/rtc_unittests", | |
| 472 "--" | |
| 473 ], | |
| 474 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 475 "name": "rtc_unittests" | |
| 476 }, | |
| 477 { | |
| 478 "cmd": [ | |
| 479 "python", | |
| 480 "-u", | |
| 481 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 482 "--target", | |
| 483 "Debug", | |
| 484 "--xvfb", | |
| 485 "--factory-properties", | |
| 486 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 487 "--build-properties", | |
| 488 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 489 "--test-type=system_wrappers_unittests", | |
| 490 "--step-name=system_wrappers_unittests", | |
| 491 "--builder-name=Linux32 Debug", | |
| 492 "--slave-name=slavename", | |
| 493 "--build-number=1337", | |
| 494 "--run-python-script", | |
| 495 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 496 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 497 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/system_wrappers_unittests", | |
| 498 "--" | |
| 499 ], | |
| 500 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 501 "name": "system_wrappers_unittests" | |
| 502 }, | |
| 503 { | |
| 504 "cmd": [ | |
| 505 "python", | |
| 506 "-u", | |
| 507 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 508 "--target", | |
| 509 "Debug", | |
| 510 "--xvfb", | |
| 511 "--factory-properties", | |
| 512 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 513 "--build-properties", | |
| 514 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 515 "--test-type=test_support_unittests", | |
| 516 "--step-name=test_support_unittests", | |
| 517 "--builder-name=Linux32 Debug", | |
| 518 "--slave-name=slavename", | |
| 519 "--build-number=1337", | |
| 520 "--run-python-script", | |
| 521 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 522 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 523 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/test_support_unittests", | |
| 524 "--" | |
| 525 ], | |
| 526 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 527 "name": "test_support_unittests" | |
| 528 }, | |
| 529 { | |
| 530 "cmd": [ | |
| 531 "python", | |
| 532 "-u", | |
| 533 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 534 "--target", | |
| 535 "Debug", | |
| 536 "--xvfb", | |
| 537 "--factory-properties", | |
| 538 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 539 "--build-properties", | |
| 540 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 541 "--test-type=tools_unittests", | |
| 542 "--step-name=tools_unittests", | |
| 543 "--builder-name=Linux32 Debug", | |
| 544 "--slave-name=slavename", | |
| 545 "--build-number=1337", | |
| 546 "--run-python-script", | |
| 547 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 548 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 549 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/tools_unittests", | |
| 550 "--" | |
| 551 ], | |
| 552 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 553 "name": "tools_unittests" | |
| 554 }, | |
| 555 { | |
| 556 "cmd": [ | |
| 557 "python", | |
| 558 "-u", | |
| 559 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 560 "--target", | |
| 561 "Debug", | |
| 562 "--xvfb", | |
| 563 "--factory-properties", | |
| 564 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 565 "--build-properties", | |
| 566 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 567 "--test-type=video_engine_tests", | |
| 568 "--step-name=video_engine_tests", | |
| 569 "--builder-name=Linux32 Debug", | |
| 570 "--slave-name=slavename", | |
| 571 "--build-number=1337", | |
| 572 "--run-python-script", | |
| 573 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 574 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 575 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/video_engine_tests", | |
| 576 "--" | |
| 577 ], | |
| 578 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 579 "name": "video_engine_tests" | |
| 580 }, | |
| 581 { | |
| 582 "cmd": [ | |
| 583 "python", | |
| 584 "-u", | |
| 585 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 586 "--target", | |
| 587 "Debug", | |
| 588 "--xvfb", | |
| 589 "--factory-properties", | |
| 590 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 591 "--build-properties", | |
| 592 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 593 "--test-type=voice_engine_unittests", | |
| 594 "--step-name=voice_engine_unittests", | |
| 595 "--builder-name=Linux32 Debug", | |
| 596 "--slave-name=slavename", | |
| 597 "--build-number=1337", | |
| 598 "--run-python-script", | |
| 599 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 600 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 601 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/voice_engine_unittests", | |
| 602 "--" | |
| 603 ], | |
| 604 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 605 "name": "voice_engine_unittests" | |
| 606 }, | |
| 607 { | |
| 608 "cmd": [ | |
| 609 "python", | |
| 610 "-u", | |
| 611 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 612 "--target", | |
| 613 "Debug", | |
| 614 "--xvfb", | |
| 615 "--factory-properties", | |
| 616 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 617 "--build-properties", | |
| 618 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 619 "--test-type=xmllite_xmpp_unittests", | |
| 620 "--step-name=xmllite_xmpp_unittests", | |
| 621 "--builder-name=Linux32 Debug", | |
| 622 "--slave-name=slavename", | |
| 623 "--build-number=1337", | |
| 624 "--run-python-script", | |
| 625 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 626 "[BUILDER_CACHE]/Linux32_Debug/src/third_party/gtest-parallel/gtest-parall
el", | |
| 627 "[BUILDER_CACHE]/Linux32_Debug/src/out/Debug/xmllite_xmpp_unittests", | |
| 628 "--" | |
| 629 ], | |
| 630 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 631 "name": "xmllite_xmpp_unittests" | |
| 632 }, | |
| 633 { | |
| 634 "allow_subannotations": true, | |
| 635 "cmd": [ | |
| 636 "python", | |
| 637 "-u", | |
| 638 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 639 "--target", | |
| 640 "Debug", | |
| 641 "--xvfb", | |
| 642 "--factory-properties", | |
| 643 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 644 "--build-properties", | |
| 645 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux32 Debug\", \"build
number\": 1337, \"mastername\": \"client.webrtc.fyi\", \"path_config\": \"kitche
n\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\":
\"slavename\"}", | |
| 646 "--annotate=gtest", | |
| 647 "--test-type=webrtc_nonparallel_tests", | |
| 648 "--step-name=webrtc_nonparallel_tests", | |
| 649 "--generate-json-file", | |
| 650 "-o", | |
| 651 "gtest-results/webrtc_nonparallel_tests", | |
| 652 "--builder-name=Linux32 Debug", | |
| 653 "--slave-name=slavename", | |
| 654 "--build-number=1337", | |
| 655 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | |
| 656 "webrtc_nonparallel_tests" | |
| 657 ], | |
| 658 "cwd": "[BUILDER_CACHE]/Linux32_Debug", | |
| 659 "name": "webrtc_nonparallel_tests" | |
| 660 }, | |
| 661 { | |
| 662 "name": "$result", | |
| 663 "recipe_result": null, | |
| 664 "status_code": 0 | |
| 665 } | |
| 666 ] | |
| OLD | NEW |