| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "name": "host and tools info", | 8 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| 11 "@@@STEP_LOG_LINE@json.output@{@@@", | 11 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", | 12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", |
| 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", | 13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@
@", |
| 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", | 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", |
| 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", | 15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", |
| 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", | 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", |
| 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", | 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", |
| 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 18 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", | 19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", |
| 20 "@@@STEP_LOG_LINE@json.output@}@@@", | 20 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 21 "@@@STEP_LOG_END@json.output@@@" | 21 "@@@STEP_LOG_END@json.output@@@" |
| 22 ] | 22 ] |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "cmd": [ | 25 "cmd": [ |
| 26 "python", | 26 "python", |
| 27 "-u", | 27 "-u", |
| 28 "\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", |
| 29 "[BUILDER_CACHE]/mac_baremetal", |
| 30 "511" |
| 31 ], |
| 32 "name": "makedirs checkout path", |
| 33 "~followup_annotations": [ |
| 34 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 35 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 36 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 37 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 38 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 39 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 40 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 41 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 42 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 43 "@@@STEP_LOG_END@python.inline@@@" |
| 44 ] |
| 45 }, |
| 46 { |
| 47 "cmd": [ |
| 48 "python", |
| 49 "-u", |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 50 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 29 "--master", | 51 "--master", |
| 30 "tryserver.webrtc", | 52 "tryserver.webrtc", |
| 31 "--builder", | 53 "--builder", |
| 32 "mac_baremetal", | 54 "mac_baremetal", |
| 33 "--slave", | 55 "--slave", |
| 34 "slavename", | 56 "slavename", |
| 35 "--spec", | 57 "--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'}]", | 58 "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", | 59 "--root", |
| 38 "src", | 60 "src", |
| 39 "--revision_mapping_file", | 61 "--revision_mapping_file", |
| 40 "{\"src\": \"got_revision\"}", | 62 "{\"src\": \"got_revision\"}", |
| 41 "--git-cache-dir", | 63 "--git-cache-dir", |
| 42 "[GIT_CACHE]", | 64 "[GIT_CACHE]", |
| 43 "--issue", | 65 "--issue", |
| 44 "666666", | 66 "666666", |
| 45 "--patchset", | 67 "--patchset", |
| 46 "1", | 68 "1", |
| 47 "--rietveld_server", | 69 "--rietveld_server", |
| 48 "https://fake.rietveld.url", | 70 "https://fake.rietveld.url", |
| 49 "--output_json", | 71 "--output_json", |
| 50 "/path/to/tmp/json", | 72 "/path/to/tmp/json", |
| 51 "--revision", | 73 "--revision", |
| 52 "src@12345", | 74 "src@12345", |
| 53 "--output_manifest" | 75 "--output_manifest" |
| 54 ], | 76 ], |
| 77 "cwd": "[BUILDER_CACHE]/mac_baremetal", |
| 55 "env": { | 78 "env": { |
| 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 79 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 57 }, | 80 }, |
| 58 "name": "bot_update", | 81 "name": "bot_update", |
| 59 "~followup_annotations": [ | 82 "~followup_annotations": [ |
| 60 "@@@STEP_TEXT@Some step text@@@", | 83 "@@@STEP_TEXT@Some step text@@@", |
| 61 "@@@STEP_LOG_LINE@json.output@{@@@", | 84 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 85 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 86 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", | 87 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 81 "@@@STEP_LOG_END@json.output@@@", | 104 "@@@STEP_LOG_END@json.output@@@", |
| 82 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 105 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 83 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 106 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 84 ] | 107 ] |
| 85 }, | 108 }, |
| 86 { | 109 { |
| 87 "cmd": [ | 110 "cmd": [ |
| 88 "python", | 111 "python", |
| 89 "-u", | 112 "-u", |
| 90 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", | 113 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", |
| 91 "[SLAVE_BUILD]/src/out" | 114 "[BUILDER_CACHE]/mac_baremetal/src/out" |
| 92 ], | 115 ], |
| 93 "name": "clean test output files" | 116 "name": "clean test output files" |
| 94 }, | 117 }, |
| 95 { | 118 { |
| 96 "cmd": [ | 119 "cmd": [ |
| 97 "python", | 120 "python", |
| 98 "-u", | 121 "-u", |
| 99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 122 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 100 "--show-path", | 123 "--show-path", |
| 101 "python", | 124 "python", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "@@@STEP_LOG_END@json.output@@@" | 180 "@@@STEP_LOG_END@json.output@@@" |
| 158 ] | 181 ] |
| 159 }, | 182 }, |
| 160 { | 183 { |
| 161 "cmd": [ | 184 "cmd": [ |
| 162 "python", | 185 "python", |
| 163 "-u", | 186 "-u", |
| 164 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 187 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 165 "runhooks" | 188 "runhooks" |
| 166 ], | 189 ], |
| 167 "cwd": "[SLAVE_BUILD]/src", | 190 "cwd": "[BUILDER_CACHE]/mac_baremetal/src", |
| 168 "env": { | 191 "env": { |
| 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 192 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 170 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a
rch=x64 use_goma=1", | 193 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_a
rch=x64 use_goma=1", |
| 171 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 194 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 172 }, | 195 }, |
| 173 "name": "gclient runhooks" | 196 "name": "gclient runhooks" |
| 174 }, | 197 }, |
| 175 { | 198 { |
| 176 "allow_subannotations": true, | 199 "allow_subannotations": true, |
| 177 "cmd": [ | 200 "cmd": [ |
| 178 "python", | 201 "python", |
| 179 "-u", | 202 "-u", |
| 180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 203 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 181 "--src-dir", | 204 "--src-dir", |
| 182 "[SLAVE_BUILD]/src", | 205 "[BUILDER_CACHE]/mac_baremetal/src", |
| 183 "--output-json", | 206 "--output-json", |
| 184 "/path/to/tmp/json" | 207 "/path/to/tmp/json" |
| 185 ], | 208 ], |
| 186 "env": { | 209 "env": { |
| 187 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 210 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 188 }, | 211 }, |
| 189 "name": "clang_revision", | 212 "name": "clang_revision", |
| 190 "~followup_annotations": [ | 213 "~followup_annotations": [ |
| 191 "@@@STEP_LOG_LINE@json.output@{@@@", | 214 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 192 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 215 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 193 "@@@STEP_LOG_LINE@json.output@}@@@", | 216 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 194 "@@@STEP_LOG_END@json.output@@@" | 217 "@@@STEP_LOG_END@json.output@@@" |
| 195 ] | 218 ] |
| 196 }, | 219 }, |
| 197 { | 220 { |
| 198 "cmd": [ | 221 "cmd": [ |
| 199 "python", | 222 "python", |
| 200 "-u", | 223 "-u", |
| 201 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 224 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 202 "--show-path", | 225 "--show-path", |
| 203 "python", | 226 "python", |
| 204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 205 "--gsutil-py-path", | 228 "--gsutil-py-path", |
| 206 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 229 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 207 "--ninja-path", | 230 "--ninja-path", |
| 208 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 231 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 209 "--target", | 232 "--target", |
| 210 "Release", | 233 "Release", |
| 211 "--src-dir", | 234 "--src-dir", |
| 212 "[SLAVE_BUILD]/src", | 235 "[BUILDER_CACHE]/mac_baremetal/src", |
| 213 "--goma-cache-dir", | 236 "--goma-cache-dir", |
| 214 "[GOMA_CACHE]", | 237 "[GOMA_CACHE]", |
| 238 "--goma-deps-cache-dir", |
| 239 "[GOMA_DEPS_CACHE]", |
| 215 "--compiler", | 240 "--compiler", |
| 216 "goma-clang", | 241 "goma-clang", |
| 217 "--goma-jsonstatus", | 242 "--goma-jsonstatus", |
| 218 "/path/to/tmp/json", | 243 "/path/to/tmp/json", |
| 219 "--goma-service-account-json-file", | 244 "--goma-service-account-json-file", |
| 220 "/creds/service_accounts/service-account-goma-client.json", | 245 "/creds/service_accounts/service-account-goma-client.json", |
| 221 "--goma-dir", | 246 "--goma-dir", |
| 222 "[CACHE]/cipd/goma", | 247 "[CACHE]/cipd/goma", |
| 223 "--goma-fail-fast", | 248 "--goma-fail-fast", |
| 224 "--goma-disable-local-fallback", | 249 "--goma-disable-local-fallback", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 244 }, | 269 }, |
| 245 { | 270 { |
| 246 "allow_subannotations": true, | 271 "allow_subannotations": true, |
| 247 "cmd": [ | 272 "cmd": [ |
| 248 "python", | 273 "python", |
| 249 "-u", | 274 "-u", |
| 250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 251 "--target", | 276 "--target", |
| 252 "Release", | 277 "Release", |
| 253 "--factory-properties", | 278 "--factory-properties", |
| 254 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 279 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"r
evision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\"
: \"slavename\"}", |
| 255 "--build-properties", | 280 "--build-properties", |
| 256 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 281 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"r
evision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\"
: \"slavename\"}", |
| 257 "--annotate=gtest", | 282 "--annotate=gtest", |
| 258 "--test-type=audio_device_tests", | 283 "--test-type=audio_device_tests", |
| 259 "--step-name=audio_device_tests", | 284 "--step-name=audio_device_tests", |
| 260 "--builder-name=mac_baremetal", | 285 "--builder-name=mac_baremetal", |
| 261 "--slave-name=slavename", | 286 "--slave-name=slavename", |
| 262 "--build-number=1337", | 287 "--build-number=1337", |
| 263 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 288 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 264 "audio_device_tests" | 289 "audio_device_tests" |
| 265 ], | 290 ], |
| 266 "name": "audio_device_tests" | 291 "name": "audio_device_tests" |
| 267 }, | 292 }, |
| 268 { | 293 { |
| 269 "allow_subannotations": true, | 294 "allow_subannotations": true, |
| 270 "cmd": [ | 295 "cmd": [ |
| 271 "python", | 296 "python", |
| 272 "-u", | 297 "-u", |
| 273 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 298 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 274 "--target", | 299 "--target", |
| 275 "Release", | 300 "Release", |
| 276 "--factory-properties", | 301 "--factory-properties", |
| 277 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 302 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"r
evision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\"
: \"slavename\"}", |
| 278 "--build-properties", | 303 "--build-properties", |
| 279 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 304 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"r
evision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\"
: \"slavename\"}", |
| 280 "--annotate=gtest", | 305 "--annotate=gtest", |
| 281 "--test-type=voe_auto_test", | 306 "--test-type=voe_auto_test", |
| 282 "--step-name=voe_auto_test", | 307 "--step-name=voe_auto_test", |
| 283 "--builder-name=mac_baremetal", | 308 "--builder-name=mac_baremetal", |
| 284 "--slave-name=slavename", | 309 "--slave-name=slavename", |
| 285 "--build-number=1337", | 310 "--build-number=1337", |
| 286 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 311 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 287 "voe_auto_test", | 312 "voe_auto_test", |
| 288 "--automated" | 313 "--automated" |
| 289 ], | 314 ], |
| 290 "name": "voe_auto_test" | 315 "name": "voe_auto_test" |
| 291 }, | 316 }, |
| 292 { | 317 { |
| 293 "allow_subannotations": true, | 318 "allow_subannotations": true, |
| 294 "cmd": [ | 319 "cmd": [ |
| 295 "python", | 320 "python", |
| 296 "-u", | 321 "-u", |
| 297 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 322 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 298 "--target", | 323 "--target", |
| 299 "Release", | 324 "Release", |
| 300 "--factory-properties", | 325 "--factory-properties", |
| 301 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 326 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"r
evision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\"
: \"slavename\"}", |
| 302 "--build-properties", | 327 "--build-properties", |
| 303 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietve
ld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", | 328 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"bui
ldnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"pat
chset\": 1, \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"r
evision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\", \"slavename\"
: \"slavename\"}", |
| 304 "--annotate=gtest", | 329 "--annotate=gtest", |
| 305 "--test-type=video_capture_tests", | 330 "--test-type=video_capture_tests", |
| 306 "--step-name=video_capture_tests", | 331 "--step-name=video_capture_tests", |
| 307 "--builder-name=mac_baremetal", | 332 "--builder-name=mac_baremetal", |
| 308 "--slave-name=slavename", | 333 "--slave-name=slavename", |
| 309 "--build-number=1337", | 334 "--build-number=1337", |
| 310 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 335 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 311 "video_capture_tests" | 336 "video_capture_tests" |
| 312 ], | 337 ], |
| 313 "name": "video_capture_tests" | 338 "name": "video_capture_tests" |
| 314 }, | 339 }, |
| 315 { | 340 { |
| 316 "name": "$result", | 341 "name": "$result", |
| 317 "recipe_result": null, | 342 "recipe_result": null, |
| 318 "status_code": 0 | 343 "status_code": 0 |
| 319 } | 344 } |
| 320 ] | 345 ] |
| OLD | NEW |