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

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

Issue 1629353002: WebRTC: Enable OpenH264 for WebRTC standalone bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 4 years, 10 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE[build]\\bot_update.py", 6 "RECIPE_PACKAGE[build]\\bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "win_swarming", 10 "win_swarming",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 }, 90 },
91 { 91 {
92 "cmd": [ 92 "cmd": [
93 "python", 93 "python",
94 "-u", 94 "-u",
95 "[DEPOT_TOOLS]\\gclient.py", 95 "[DEPOT_TOOLS]\\gclient.py",
96 "runhooks" 96 "runhooks"
97 ], 97 ],
98 "cwd": "[SLAVE_BUILD]", 98 "cwd": "[SLAVE_BUILD]",
99 "env": { 99 "env": {
100 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=pr epare use_goma=1" 100 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 ta rget_arch=ia32 test_isolation_mode=prepare use_goma=1"
101 }, 101 },
102 "name": "gclient runhooks" 102 "name": "gclient runhooks"
103 }, 103 },
104 { 104 {
105 "cmd": [ 105 "cmd": [
106 "python", 106 "python",
107 "-u", 107 "-u",
108 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", 108 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py",
109 "--version" 109 "--version"
110 ], 110 ],
(...skipping 2021 matching lines...) Expand 10 before | Expand all | Expand 10 after
2132 "@@@STEP_LOG_END@json.output@@@", 2132 "@@@STEP_LOG_END@json.output@@@",
2133 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2133 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2134 ] 2134 ]
2135 }, 2135 },
2136 { 2136 {
2137 "name": "$result", 2137 "name": "$result",
2138 "recipe_result": null, 2138 "recipe_result": null,
2139 "status_code": 0 2139 "status_code": 0
2140 } 2140 }
2141 ] 2141 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698