Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1400)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_baremetal.json

Issue 2031673003: WebRTC: Remove webrtc_perf_tests from trybots and Debug commit bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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)@@@",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "--step-name=video_capture_tests", 308 "--step-name=video_capture_tests",
309 "--builder-name=mac_baremetal", 309 "--builder-name=mac_baremetal",
310 "--slave-name=slavename", 310 "--slave-name=slavename",
311 "--build-number=1337", 311 "--build-number=1337",
312 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 312 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
313 "video_capture_tests" 313 "video_capture_tests"
314 ], 314 ],
315 "name": "video_capture_tests" 315 "name": "video_capture_tests"
316 }, 316 },
317 { 317 {
318 "allow_subannotations": true,
319 "cmd": [
320 "python",
321 "-u",
322 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
323 "--target",
324 "Release",
325 "--factory-properties",
326 "{\"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\"}",
327 "--build-properties",
328 "{\"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\"}",
329 "--annotate=gtest",
330 "--test-type=webrtc_perf_tests",
331 "--step-name=webrtc_perf_tests",
332 "--builder-name=mac_baremetal",
333 "--slave-name=slavename",
334 "--build-number=1337",
335 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
336 "webrtc_perf_tests"
337 ],
338 "name": "webrtc_perf_tests"
339 },
340 {
341 "name": "$result", 318 "name": "$result",
342 "recipe_result": null, 319 "recipe_result": null,
343 "status_code": 0 320 "status_code": 0
344 } 321 }
345 ] 322 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698