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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",
7 "--master", 7 "--master",
8 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Win32 Debug", 10 "Win32 Debug",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{' deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.goo glesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/w ebrtc-limited'}]", 14 "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'}]",
15 "--root", 15 "--root",
16 "src", 16 "src",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"src\": \"got_revision\"}", 18 "{\"src\": \"got_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[ROOT]\\b\\build\\slave\\cache_dir", 20 "[GIT_CACHE]",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "src@12345", 24 "src@12345",
25 "--output_manifest" 25 "--output_manifest"
26 ], 26 ],
27 "cwd": "[SLAVE_BUILD]",
27 "env": { 28 "env": {
28 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 29 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
29 }, 30 },
30 "name": "bot_update", 31 "name": "bot_update",
31 "~followup_annotations": [ 32 "~followup_annotations": [
32 "@@@STEP_TEXT@Some step text@@@", 33 "@@@STEP_TEXT@Some step text@@@",
33 "@@@STEP_LOG_LINE@json.output@{@@@", 34 "@@@STEP_LOG_LINE@json.output@{@@@",
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
53 "@@@STEP_LOG_END@json.output@@@", 54 "@@@STEP_LOG_END@json.output@@@",
54 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 55 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
55 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
56 ] 57 ]
57 }, 58 },
58 { 59 {
59 "cmd": [ 60 "cmd": [
60 "python", 61 "python",
61 "-u", 62 "-u",
62 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py", 63 "RECIPE_MODULE[build::webrtc]\\resources\\cleanup_files.py",
63 "[CWD]\\src\\out" 64 "[SLAVE_BUILD]\\src\\out"
64 ], 65 ],
66 "cwd": "[SLAVE_BUILD]",
65 "name": "clean test output files" 67 "name": "clean test output files"
66 }, 68 },
67 { 69 {
68 "cmd": [ 70 "cmd": [
69 "python", 71 "python",
70 "-u", 72 "-u",
71 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 73 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
72 "--show-path", 74 "--show-path",
73 "python", 75 "python",
74 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" 76 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py"
75 ], 77 ],
78 "cwd": "[SLAVE_BUILD]",
76 "name": "cleanup_temp" 79 "name": "cleanup_temp"
77 }, 80 },
78 { 81 {
79 "cmd": [ 82 "cmd": [
80 "python", 83 "python",
81 "-u", 84 "-u",
82 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 85 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
83 "runhooks" 86 "runhooks"
84 ], 87 ],
88 "cwd": "[SLAVE_BUILD]",
85 "env": { 89 "env": {
86 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 90 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
87 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[ROOT]\\b\\build\\goma' rtc_use _264=1 target_arch=ia32 use_goma=1", 91 "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 use_goma=1",
88 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 92 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
89 }, 93 },
90 "name": "gclient runhooks" 94 "name": "gclient runhooks"
91 }, 95 },
92 { 96 {
93 "cmd": [ 97 "cmd": [
94 "python", 98 "python",
95 "-u", 99 "-u",
96 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", 100 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
97 "--show-path", 101 "--show-path",
98 "python", 102 "python",
99 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", 103 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py",
100 "--gsutil-py-path", 104 "--gsutil-py-path",
101 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 105 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
102 "--ninja-path", 106 "--ninja-path",
103 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 107 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
104 "--target", 108 "--target",
105 "Debug", 109 "Debug",
106 "--src-dir", 110 "--src-dir",
107 "[CWD]\\src", 111 "[SLAVE_BUILD]\\src",
108 "--goma-cache-dir", 112 "--goma-cache-dir",
109 "[ROOT]\\b\\build\\slave\\goma_cache", 113 "[GOMA_CACHE]",
110 "--build-tool", 114 "--build-tool",
111 "ninja", 115 "ninja",
112 "--compiler", 116 "--compiler",
113 "goma", 117 "goma",
114 "--goma-jsonstatus", 118 "--goma-jsonstatus",
115 "/path/to/tmp/json", 119 "/path/to/tmp/json",
116 "--goma-service-account-json-file", 120 "--goma-service-account-json-file",
117 "C:\\creds\\service_accounts\\service-account-goma-client.json", 121 "C:\\creds\\service_accounts\\service-account-goma-client.json",
118 "--goma-dir", 122 "--goma-dir",
119 "[ROOT]\\b\\build\\goma", 123 "[BUILD]\\goma",
120 "--", 124 "--",
121 "All" 125 "All"
122 ], 126 ],
127 "cwd": "[SLAVE_BUILD]",
123 "env": { 128 "env": {
124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
125 }, 130 },
126 "name": "compile", 131 "name": "compile",
127 "~followup_annotations": [ 132 "~followup_annotations": [
128 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 133 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
129 "@@@STEP_LOG_END@json.output (invalid)@@@" 134 "@@@STEP_LOG_END@json.output (invalid)@@@"
130 ] 135 ]
131 }, 136 },
132 { 137 {
133 "cmd": [ 138 "cmd": [
134 "python", 139 "python",
135 "-u", 140 "-u",
136 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 141 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
137 "--target", 142 "--target",
138 "Debug", 143 "Debug",
139 "--factory-properties", 144 "--factory-properties",
140 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 145 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
141 "--build-properties", 146 "--build-properties",
142 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 147 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
143 "--test-type=audio_decoder_unittests", 148 "--test-type=audio_decoder_unittests",
144 "--step-name=audio_decoder_unittests", 149 "--step-name=audio_decoder_unittests",
145 "--builder-name=Win32 Debug", 150 "--builder-name=Win32 Debug",
146 "--slave-name=slavename", 151 "--slave-name=slavename",
147 "--build-number=1337", 152 "--build-number=1337",
148 "--run-python-script", 153 "--run-python-script",
149 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 154 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
150 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 155 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
151 "[CWD]\\src\\out\\Debug\\audio_decoder_unittests", 156 "[SLAVE_BUILD]\\src\\out\\Debug\\audio_decoder_unittests",
152 "--" 157 "--"
153 ], 158 ],
159 "cwd": "[SLAVE_BUILD]",
154 "name": "audio_decoder_unittests" 160 "name": "audio_decoder_unittests"
155 }, 161 },
156 { 162 {
157 "cmd": [ 163 "cmd": [
158 "python", 164 "python",
159 "-u", 165 "-u",
160 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 166 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
161 "--target", 167 "--target",
162 "Debug", 168 "Debug",
163 "--factory-properties", 169 "--factory-properties",
164 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 170 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
165 "--build-properties", 171 "--build-properties",
166 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 172 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
167 "--test-type=common_audio_unittests", 173 "--test-type=common_audio_unittests",
168 "--step-name=common_audio_unittests", 174 "--step-name=common_audio_unittests",
169 "--builder-name=Win32 Debug", 175 "--builder-name=Win32 Debug",
170 "--slave-name=slavename", 176 "--slave-name=slavename",
171 "--build-number=1337", 177 "--build-number=1337",
172 "--run-python-script", 178 "--run-python-script",
173 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 179 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
174 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 180 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
175 "[CWD]\\src\\out\\Debug\\common_audio_unittests", 181 "[SLAVE_BUILD]\\src\\out\\Debug\\common_audio_unittests",
176 "--" 182 "--"
177 ], 183 ],
184 "cwd": "[SLAVE_BUILD]",
178 "name": "common_audio_unittests" 185 "name": "common_audio_unittests"
179 }, 186 },
180 { 187 {
181 "cmd": [ 188 "cmd": [
182 "python", 189 "python",
183 "-u", 190 "-u",
184 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 191 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
185 "--target", 192 "--target",
186 "Debug", 193 "Debug",
187 "--factory-properties", 194 "--factory-properties",
188 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 195 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
189 "--build-properties", 196 "--build-properties",
190 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 197 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
191 "--test-type=common_video_unittests", 198 "--test-type=common_video_unittests",
192 "--step-name=common_video_unittests", 199 "--step-name=common_video_unittests",
193 "--builder-name=Win32 Debug", 200 "--builder-name=Win32 Debug",
194 "--slave-name=slavename", 201 "--slave-name=slavename",
195 "--build-number=1337", 202 "--build-number=1337",
196 "--run-python-script", 203 "--run-python-script",
197 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 204 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
198 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 205 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
199 "[CWD]\\src\\out\\Debug\\common_video_unittests", 206 "[SLAVE_BUILD]\\src\\out\\Debug\\common_video_unittests",
200 "--" 207 "--"
201 ], 208 ],
209 "cwd": "[SLAVE_BUILD]",
202 "name": "common_video_unittests" 210 "name": "common_video_unittests"
203 }, 211 },
204 { 212 {
205 "cmd": [ 213 "cmd": [
206 "python", 214 "python",
207 "-u", 215 "-u",
208 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 216 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
209 "--target", 217 "--target",
210 "Debug", 218 "Debug",
211 "--factory-properties", 219 "--factory-properties",
212 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 220 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
213 "--build-properties", 221 "--build-properties",
214 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 222 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
215 "--test-type=modules_tests", 223 "--test-type=modules_tests",
216 "--step-name=modules_tests", 224 "--step-name=modules_tests",
217 "--builder-name=Win32 Debug", 225 "--builder-name=Win32 Debug",
218 "--slave-name=slavename", 226 "--slave-name=slavename",
219 "--build-number=1337", 227 "--build-number=1337",
220 "--run-python-script", 228 "--run-python-script",
221 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 229 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
222 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 230 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
223 "[CWD]\\src\\out\\Debug\\modules_tests", 231 "[SLAVE_BUILD]\\src\\out\\Debug\\modules_tests",
224 "--" 232 "--"
225 ], 233 ],
234 "cwd": "[SLAVE_BUILD]",
226 "name": "modules_tests" 235 "name": "modules_tests"
227 }, 236 },
228 { 237 {
229 "cmd": [ 238 "cmd": [
230 "python", 239 "python",
231 "-u", 240 "-u",
232 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 241 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
233 "--target", 242 "--target",
234 "Debug", 243 "Debug",
235 "--factory-properties", 244 "--factory-properties",
236 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 245 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
237 "--build-properties", 246 "--build-properties",
238 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 247 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
239 "--test-type=modules_unittests", 248 "--test-type=modules_unittests",
240 "--step-name=modules_unittests", 249 "--step-name=modules_unittests",
241 "--builder-name=Win32 Debug", 250 "--builder-name=Win32 Debug",
242 "--slave-name=slavename", 251 "--slave-name=slavename",
243 "--build-number=1337", 252 "--build-number=1337",
244 "--run-python-script", 253 "--run-python-script",
245 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 254 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
246 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 255 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
247 "[CWD]\\src\\out\\Debug\\modules_unittests", 256 "[SLAVE_BUILD]\\src\\out\\Debug\\modules_unittests",
248 "--" 257 "--"
249 ], 258 ],
259 "cwd": "[SLAVE_BUILD]",
250 "name": "modules_unittests" 260 "name": "modules_unittests"
251 }, 261 },
252 { 262 {
253 "cmd": [ 263 "cmd": [
254 "python", 264 "python",
255 "-u", 265 "-u",
256 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 266 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
257 "--target", 267 "--target",
258 "Debug", 268 "Debug",
259 "--factory-properties", 269 "--factory-properties",
260 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 270 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
261 "--build-properties", 271 "--build-properties",
262 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 272 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
263 "--test-type=peerconnection_unittests", 273 "--test-type=peerconnection_unittests",
264 "--step-name=peerconnection_unittests", 274 "--step-name=peerconnection_unittests",
265 "--builder-name=Win32 Debug", 275 "--builder-name=Win32 Debug",
266 "--slave-name=slavename", 276 "--slave-name=slavename",
267 "--build-number=1337", 277 "--build-number=1337",
268 "--run-python-script", 278 "--run-python-script",
269 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 279 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
270 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 280 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
271 "[CWD]\\src\\out\\Debug\\peerconnection_unittests", 281 "[SLAVE_BUILD]\\src\\out\\Debug\\peerconnection_unittests",
272 "--" 282 "--"
273 ], 283 ],
284 "cwd": "[SLAVE_BUILD]",
274 "name": "peerconnection_unittests" 285 "name": "peerconnection_unittests"
275 }, 286 },
276 { 287 {
277 "cmd": [ 288 "cmd": [
278 "python", 289 "python",
279 "-u", 290 "-u",
280 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 291 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
281 "--target", 292 "--target",
282 "Debug", 293 "Debug",
283 "--factory-properties", 294 "--factory-properties",
284 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 295 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
285 "--build-properties", 296 "--build-properties",
286 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 297 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
287 "--test-type=rtc_media_unittests", 298 "--test-type=rtc_media_unittests",
288 "--step-name=rtc_media_unittests", 299 "--step-name=rtc_media_unittests",
289 "--builder-name=Win32 Debug", 300 "--builder-name=Win32 Debug",
290 "--slave-name=slavename", 301 "--slave-name=slavename",
291 "--build-number=1337", 302 "--build-number=1337",
292 "--run-python-script", 303 "--run-python-script",
293 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 304 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
294 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 305 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
295 "[CWD]\\src\\out\\Debug\\rtc_media_unittests", 306 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_media_unittests",
296 "--" 307 "--"
297 ], 308 ],
309 "cwd": "[SLAVE_BUILD]",
298 "name": "rtc_media_unittests" 310 "name": "rtc_media_unittests"
299 }, 311 },
300 { 312 {
301 "cmd": [ 313 "cmd": [
302 "python", 314 "python",
303 "-u", 315 "-u",
304 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 316 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
305 "--target", 317 "--target",
306 "Debug", 318 "Debug",
307 "--factory-properties", 319 "--factory-properties",
308 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 320 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
309 "--build-properties", 321 "--build-properties",
310 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 322 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
311 "--test-type=rtc_pc_unittests", 323 "--test-type=rtc_pc_unittests",
312 "--step-name=rtc_pc_unittests", 324 "--step-name=rtc_pc_unittests",
313 "--builder-name=Win32 Debug", 325 "--builder-name=Win32 Debug",
314 "--slave-name=slavename", 326 "--slave-name=slavename",
315 "--build-number=1337", 327 "--build-number=1337",
316 "--run-python-script", 328 "--run-python-script",
317 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 329 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
318 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 330 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
319 "[CWD]\\src\\out\\Debug\\rtc_pc_unittests", 331 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_pc_unittests",
320 "--" 332 "--"
321 ], 333 ],
334 "cwd": "[SLAVE_BUILD]",
322 "name": "rtc_pc_unittests" 335 "name": "rtc_pc_unittests"
323 }, 336 },
324 { 337 {
325 "cmd": [ 338 "cmd": [
326 "python", 339 "python",
327 "-u", 340 "-u",
328 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 341 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
329 "--target", 342 "--target",
330 "Debug", 343 "Debug",
331 "--factory-properties", 344 "--factory-properties",
332 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 345 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
333 "--build-properties", 346 "--build-properties",
334 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 347 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
335 "--test-type=rtc_unittests", 348 "--test-type=rtc_unittests",
336 "--step-name=rtc_unittests", 349 "--step-name=rtc_unittests",
337 "--builder-name=Win32 Debug", 350 "--builder-name=Win32 Debug",
338 "--slave-name=slavename", 351 "--slave-name=slavename",
339 "--build-number=1337", 352 "--build-number=1337",
340 "--run-python-script", 353 "--run-python-script",
341 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 354 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
342 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 355 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
343 "[CWD]\\src\\out\\Debug\\rtc_unittests", 356 "[SLAVE_BUILD]\\src\\out\\Debug\\rtc_unittests",
344 "--" 357 "--"
345 ], 358 ],
359 "cwd": "[SLAVE_BUILD]",
346 "name": "rtc_unittests" 360 "name": "rtc_unittests"
347 }, 361 },
348 { 362 {
349 "cmd": [ 363 "cmd": [
350 "python", 364 "python",
351 "-u", 365 "-u",
352 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 366 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
353 "--target", 367 "--target",
354 "Debug", 368 "Debug",
355 "--factory-properties", 369 "--factory-properties",
356 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 370 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
357 "--build-properties", 371 "--build-properties",
358 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 372 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
359 "--test-type=system_wrappers_unittests", 373 "--test-type=system_wrappers_unittests",
360 "--step-name=system_wrappers_unittests", 374 "--step-name=system_wrappers_unittests",
361 "--builder-name=Win32 Debug", 375 "--builder-name=Win32 Debug",
362 "--slave-name=slavename", 376 "--slave-name=slavename",
363 "--build-number=1337", 377 "--build-number=1337",
364 "--run-python-script", 378 "--run-python-script",
365 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 379 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
366 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 380 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
367 "[CWD]\\src\\out\\Debug\\system_wrappers_unittests", 381 "[SLAVE_BUILD]\\src\\out\\Debug\\system_wrappers_unittests",
368 "--" 382 "--"
369 ], 383 ],
384 "cwd": "[SLAVE_BUILD]",
370 "name": "system_wrappers_unittests" 385 "name": "system_wrappers_unittests"
371 }, 386 },
372 { 387 {
373 "cmd": [ 388 "cmd": [
374 "python", 389 "python",
375 "-u", 390 "-u",
376 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 391 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
377 "--target", 392 "--target",
378 "Debug", 393 "Debug",
379 "--factory-properties", 394 "--factory-properties",
380 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 395 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
381 "--build-properties", 396 "--build-properties",
382 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 397 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
383 "--test-type=test_support_unittests", 398 "--test-type=test_support_unittests",
384 "--step-name=test_support_unittests", 399 "--step-name=test_support_unittests",
385 "--builder-name=Win32 Debug", 400 "--builder-name=Win32 Debug",
386 "--slave-name=slavename", 401 "--slave-name=slavename",
387 "--build-number=1337", 402 "--build-number=1337",
388 "--run-python-script", 403 "--run-python-script",
389 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 404 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
390 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 405 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
391 "[CWD]\\src\\out\\Debug\\test_support_unittests", 406 "[SLAVE_BUILD]\\src\\out\\Debug\\test_support_unittests",
392 "--" 407 "--"
393 ], 408 ],
409 "cwd": "[SLAVE_BUILD]",
394 "name": "test_support_unittests" 410 "name": "test_support_unittests"
395 }, 411 },
396 { 412 {
397 "cmd": [ 413 "cmd": [
398 "python", 414 "python",
399 "-u", 415 "-u",
400 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 416 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
401 "--target", 417 "--target",
402 "Debug", 418 "Debug",
403 "--factory-properties", 419 "--factory-properties",
404 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 420 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
405 "--build-properties", 421 "--build-properties",
406 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 422 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
407 "--test-type=tools_unittests", 423 "--test-type=tools_unittests",
408 "--step-name=tools_unittests", 424 "--step-name=tools_unittests",
409 "--builder-name=Win32 Debug", 425 "--builder-name=Win32 Debug",
410 "--slave-name=slavename", 426 "--slave-name=slavename",
411 "--build-number=1337", 427 "--build-number=1337",
412 "--run-python-script", 428 "--run-python-script",
413 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 429 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
414 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 430 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
415 "[CWD]\\src\\out\\Debug\\tools_unittests", 431 "[SLAVE_BUILD]\\src\\out\\Debug\\tools_unittests",
416 "--" 432 "--"
417 ], 433 ],
434 "cwd": "[SLAVE_BUILD]",
418 "name": "tools_unittests" 435 "name": "tools_unittests"
419 }, 436 },
420 { 437 {
421 "cmd": [ 438 "cmd": [
422 "python", 439 "python",
423 "-u", 440 "-u",
424 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 441 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
425 "--target", 442 "--target",
426 "Debug", 443 "Debug",
427 "--factory-properties", 444 "--factory-properties",
428 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 445 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
429 "--build-properties", 446 "--build-properties",
430 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 447 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
431 "--test-type=video_engine_tests", 448 "--test-type=video_engine_tests",
432 "--step-name=video_engine_tests", 449 "--step-name=video_engine_tests",
433 "--builder-name=Win32 Debug", 450 "--builder-name=Win32 Debug",
434 "--slave-name=slavename", 451 "--slave-name=slavename",
435 "--build-number=1337", 452 "--build-number=1337",
436 "--run-python-script", 453 "--run-python-script",
437 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 454 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
438 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 455 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
439 "[CWD]\\src\\out\\Debug\\video_engine_tests", 456 "[SLAVE_BUILD]\\src\\out\\Debug\\video_engine_tests",
440 "--" 457 "--"
441 ], 458 ],
459 "cwd": "[SLAVE_BUILD]",
442 "name": "video_engine_tests" 460 "name": "video_engine_tests"
443 }, 461 },
444 { 462 {
445 "cmd": [ 463 "cmd": [
446 "python", 464 "python",
447 "-u", 465 "-u",
448 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 466 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
449 "--target", 467 "--target",
450 "Debug", 468 "Debug",
451 "--factory-properties", 469 "--factory-properties",
452 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 470 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
453 "--build-properties", 471 "--build-properties",
454 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 472 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
455 "--test-type=voice_engine_unittests", 473 "--test-type=voice_engine_unittests",
456 "--step-name=voice_engine_unittests", 474 "--step-name=voice_engine_unittests",
457 "--builder-name=Win32 Debug", 475 "--builder-name=Win32 Debug",
458 "--slave-name=slavename", 476 "--slave-name=slavename",
459 "--build-number=1337", 477 "--build-number=1337",
460 "--run-python-script", 478 "--run-python-script",
461 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 479 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
462 "[CWD]\\src\\third_party\\gtest-parallel\\gtest-parallel", 480 "[SLAVE_BUILD]\\src\\third_party\\gtest-parallel\\gtest-parallel",
463 "[CWD]\\src\\out\\Debug\\voice_engine_unittests", 481 "[SLAVE_BUILD]\\src\\out\\Debug\\voice_engine_unittests",
464 "--" 482 "--"
465 ], 483 ],
484 "cwd": "[SLAVE_BUILD]",
466 "name": "voice_engine_unittests" 485 "name": "voice_engine_unittests"
467 }, 486 },
468 { 487 {
469 "allow_subannotations": true, 488 "allow_subannotations": true,
470 "cmd": [ 489 "cmd": [
471 "python", 490 "python",
472 "-u", 491 "-u",
473 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", 492 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py",
474 "--target", 493 "--target",
475 "Debug", 494 "Debug",
476 "--factory-properties", 495 "--factory-properties",
477 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 496 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
478 "--build-properties", 497 "--build-properties",
479 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 498 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Win32 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
480 "--annotate=gtest", 499 "--annotate=gtest",
481 "--test-type=webrtc_nonparallel_tests", 500 "--test-type=webrtc_nonparallel_tests",
482 "--step-name=webrtc_nonparallel_tests", 501 "--step-name=webrtc_nonparallel_tests",
483 "--generate-json-file", 502 "--generate-json-file",
484 "-o", 503 "-o",
485 "gtest-results/webrtc_nonparallel_tests.exe", 504 "gtest-results/webrtc_nonparallel_tests.exe",
486 "--builder-name=Win32 Debug", 505 "--builder-name=Win32 Debug",
487 "--slave-name=slavename", 506 "--slave-name=slavename",
488 "--build-number=1337", 507 "--build-number=1337",
489 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 508 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
490 "webrtc_nonparallel_tests.exe" 509 "webrtc_nonparallel_tests.exe"
491 ], 510 ],
511 "cwd": "[SLAVE_BUILD]",
492 "name": "webrtc_nonparallel_tests" 512 "name": "webrtc_nonparallel_tests"
493 }, 513 },
494 { 514 {
495 "name": "$result", 515 "name": "$result",
496 "recipe_result": null, 516 "recipe_result": null,
497 "status_code": 0 517 "status_code": 0
498 } 518 }
499 ] 519 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698