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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac64_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 "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 "cwd": "[SLAVE_BUILD]",
8 "name": "host and tools info", 9 "name": "host and tools info",
9 "~followup_annotations": [ 10 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 11 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
11 "@@@STEP_LOG_LINE@json.output@{@@@", 12 "@@@STEP_LOG_LINE@json.output@{@@@",
12 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@", 13 "@@@STEP_LOG_LINE@json.output@ \"Mac OS X Version\": \"1.2.3\", @@@",
13 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @", 14 "@@@STEP_LOG_LINE@json.output@ \"Xcode Build Version\": \"5D342509a\", @@ @",
14 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@", 15 "@@@STEP_LOG_LINE@json.output@ \"Xcode SDKs\": [@@@",
15 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@", 16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.0\", @@@",
16 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@", 17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 1.1\", @@@",
17 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@", 18 "@@@STEP_LOG_LINE@json.output@ \"fake sdk 2.0\"@@@",
18 "@@@STEP_LOG_LINE@json.output@ ], @@@", 19 "@@@STEP_LOG_LINE@json.output@ ], @@@",
19 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@", 20 "@@@STEP_LOG_LINE@json.output@ \"Xcode Version\": \"6.7.8\"@@@",
20 "@@@STEP_LOG_LINE@json.output@}@@@", 21 "@@@STEP_LOG_LINE@json.output@}@@@",
21 "@@@STEP_LOG_END@json.output@@@" 22 "@@@STEP_LOG_END@json.output@@@"
22 ] 23 ]
23 }, 24 },
24 { 25 {
25 "cmd": [ 26 "cmd": [
26 "python", 27 "python",
27 "-u", 28 "-u",
28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
29 "--master", 30 "--master",
30 "client.webrtc", 31 "client.webrtc",
31 "--builder", 32 "--builder",
32 "Mac64 Debug", 33 "Mac64 Debug",
33 "--slave", 34 "--slave",
34 "slavename", 35 "slavename",
35 "--spec", 36 "--spec",
36 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite d'}]", 37 "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 "--root",
38 "src", 39 "src",
39 "--revision_mapping_file", 40 "--revision_mapping_file",
40 "{\"src\": \"got_revision\"}", 41 "{\"src\": \"got_revision\"}",
41 "--git-cache-dir", 42 "--git-cache-dir",
42 "[ROOT]/b/build/slave/cache_dir", 43 "[GIT_CACHE]",
43 "--output_json", 44 "--output_json",
44 "/path/to/tmp/json", 45 "/path/to/tmp/json",
45 "--revision", 46 "--revision",
46 "src@12345", 47 "src@12345",
47 "--output_manifest" 48 "--output_manifest"
48 ], 49 ],
50 "cwd": "[SLAVE_BUILD]",
49 "env": { 51 "env": {
50 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
51 }, 53 },
52 "name": "bot_update", 54 "name": "bot_update",
53 "~followup_annotations": [ 55 "~followup_annotations": [
54 "@@@STEP_TEXT@Some step text@@@", 56 "@@@STEP_TEXT@Some step text@@@",
55 "@@@STEP_LOG_LINE@json.output@{@@@", 57 "@@@STEP_LOG_LINE@json.output@{@@@",
56 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
57 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
58 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
75 "@@@STEP_LOG_END@json.output@@@", 77 "@@@STEP_LOG_END@json.output@@@",
76 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 78 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
77 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 79 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
78 ] 80 ]
79 }, 81 },
80 { 82 {
81 "cmd": [ 83 "cmd": [
82 "python", 84 "python",
83 "-u", 85 "-u",
84 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", 86 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py",
85 "[CWD]/src/out" 87 "[SLAVE_BUILD]/src/out"
86 ], 88 ],
89 "cwd": "[SLAVE_BUILD]",
87 "name": "clean test output files" 90 "name": "clean test output files"
88 }, 91 },
89 { 92 {
90 "cmd": [ 93 "cmd": [
91 "python", 94 "python",
92 "-u", 95 "-u",
93 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 96 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
94 "--show-path", 97 "--show-path",
95 "python", 98 "python",
96 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 99 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
97 ], 100 ],
101 "cwd": "[SLAVE_BUILD]",
98 "name": "cleanup_temp" 102 "name": "cleanup_temp"
99 }, 103 },
100 { 104 {
101 "cmd": [ 105 "cmd": [
102 "python", 106 "python",
103 "-u", 107 "-u",
104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 108 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
105 "runhooks" 109 "runhooks"
106 ], 110 ],
111 "cwd": "[SLAVE_BUILD]",
107 "env": { 112 "env": {
108 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 113 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
109 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_arch=x64 use _goma=1", 114 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 ffmpeg _branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_goma=1 ",
110 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 115 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
111 }, 116 },
112 "name": "gclient runhooks" 117 "name": "gclient runhooks"
113 }, 118 },
114 { 119 {
115 "allow_subannotations": true, 120 "allow_subannotations": true,
116 "cmd": [ 121 "cmd": [
117 "python", 122 "python",
118 "-u", 123 "-u",
119 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 124 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
120 "--src-dir", 125 "--src-dir",
121 "[CWD]/src", 126 "[SLAVE_BUILD]/src",
122 "--output-json", 127 "--output-json",
123 "/path/to/tmp/json" 128 "/path/to/tmp/json"
124 ], 129 ],
130 "cwd": "[SLAVE_BUILD]",
125 "env": { 131 "env": {
126 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
127 }, 133 },
128 "name": "clang_revision", 134 "name": "clang_revision",
129 "~followup_annotations": [ 135 "~followup_annotations": [
130 "@@@STEP_LOG_LINE@json.output@{@@@", 136 "@@@STEP_LOG_LINE@json.output@{@@@",
131 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 137 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
132 "@@@STEP_LOG_LINE@json.output@}@@@", 138 "@@@STEP_LOG_LINE@json.output@}@@@",
133 "@@@STEP_LOG_END@json.output@@@" 139 "@@@STEP_LOG_END@json.output@@@"
134 ] 140 ]
135 }, 141 },
136 { 142 {
137 "cmd": [ 143 "cmd": [
138 "python", 144 "python",
139 "-u", 145 "-u",
140 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 146 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
141 "--show-path", 147 "--show-path",
142 "python", 148 "python",
143 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 149 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
144 "--gsutil-py-path", 150 "--gsutil-py-path",
145 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 151 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
146 "--ninja-path", 152 "--ninja-path",
147 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 153 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
148 "--target", 154 "--target",
149 "Debug", 155 "Debug",
150 "--src-dir", 156 "--src-dir",
151 "[CWD]/src", 157 "[SLAVE_BUILD]/src",
152 "--goma-cache-dir", 158 "--goma-cache-dir",
153 "[ROOT]/b/build/slave/goma_cache", 159 "[GOMA_CACHE]",
154 "--build-tool", 160 "--build-tool",
155 "ninja", 161 "ninja",
156 "--compiler", 162 "--compiler",
157 "goma-clang", 163 "goma-clang",
158 "--goma-jsonstatus", 164 "--goma-jsonstatus",
159 "/path/to/tmp/json", 165 "/path/to/tmp/json",
160 "--goma-service-account-json-file", 166 "--goma-service-account-json-file",
161 "/creds/service_accounts/service-account-goma-client.json", 167 "/creds/service_accounts/service-account-goma-client.json",
162 "--goma-dir", 168 "--goma-dir",
163 "[ROOT]/b/build/goma", 169 "[BUILD]/goma",
164 "--", 170 "--",
165 "All" 171 "All"
166 ], 172 ],
173 "cwd": "[SLAVE_BUILD]",
167 "env": { 174 "env": {
168 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
169 }, 176 },
170 "name": "compile", 177 "name": "compile",
171 "~followup_annotations": [ 178 "~followup_annotations": [
172 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 179 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
173 "@@@STEP_LOG_END@json.output (invalid)@@@" 180 "@@@STEP_LOG_END@json.output (invalid)@@@"
174 ] 181 ]
175 }, 182 },
176 { 183 {
177 "cmd": [ 184 "cmd": [
178 "python", 185 "python",
179 "-u", 186 "-u",
180 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 187 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
181 "--target", 188 "--target",
182 "Debug", 189 "Debug",
183 "--factory-properties", 190 "--factory-properties",
184 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 191 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
185 "--build-properties", 192 "--build-properties",
186 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 193 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
187 "--test-type=audio_decoder_unittests", 194 "--test-type=audio_decoder_unittests",
188 "--step-name=audio_decoder_unittests", 195 "--step-name=audio_decoder_unittests",
189 "--builder-name=Mac64 Debug", 196 "--builder-name=Mac64 Debug",
190 "--slave-name=slavename", 197 "--slave-name=slavename",
191 "--build-number=1337", 198 "--build-number=1337",
192 "--run-python-script", 199 "--run-python-script",
193 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 200 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
194 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 201 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
195 "[CWD]/src/out/Debug/audio_decoder_unittests", 202 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests",
196 "--" 203 "--"
197 ], 204 ],
205 "cwd": "[SLAVE_BUILD]",
198 "name": "audio_decoder_unittests" 206 "name": "audio_decoder_unittests"
199 }, 207 },
200 { 208 {
201 "cmd": [ 209 "cmd": [
202 "python", 210 "python",
203 "-u", 211 "-u",
204 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 212 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
205 "--target", 213 "--target",
206 "Debug", 214 "Debug",
207 "--factory-properties", 215 "--factory-properties",
208 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 216 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
209 "--build-properties", 217 "--build-properties",
210 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 218 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
211 "--test-type=common_audio_unittests", 219 "--test-type=common_audio_unittests",
212 "--step-name=common_audio_unittests", 220 "--step-name=common_audio_unittests",
213 "--builder-name=Mac64 Debug", 221 "--builder-name=Mac64 Debug",
214 "--slave-name=slavename", 222 "--slave-name=slavename",
215 "--build-number=1337", 223 "--build-number=1337",
216 "--run-python-script", 224 "--run-python-script",
217 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 225 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
218 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 226 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
219 "[CWD]/src/out/Debug/common_audio_unittests", 227 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests",
220 "--" 228 "--"
221 ], 229 ],
230 "cwd": "[SLAVE_BUILD]",
222 "name": "common_audio_unittests" 231 "name": "common_audio_unittests"
223 }, 232 },
224 { 233 {
225 "cmd": [ 234 "cmd": [
226 "python", 235 "python",
227 "-u", 236 "-u",
228 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 237 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
229 "--target", 238 "--target",
230 "Debug", 239 "Debug",
231 "--factory-properties", 240 "--factory-properties",
232 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 241 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
233 "--build-properties", 242 "--build-properties",
234 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 243 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
235 "--test-type=common_video_unittests", 244 "--test-type=common_video_unittests",
236 "--step-name=common_video_unittests", 245 "--step-name=common_video_unittests",
237 "--builder-name=Mac64 Debug", 246 "--builder-name=Mac64 Debug",
238 "--slave-name=slavename", 247 "--slave-name=slavename",
239 "--build-number=1337", 248 "--build-number=1337",
240 "--run-python-script", 249 "--run-python-script",
241 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 250 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
242 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 251 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
243 "[CWD]/src/out/Debug/common_video_unittests", 252 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests",
244 "--" 253 "--"
245 ], 254 ],
255 "cwd": "[SLAVE_BUILD]",
246 "name": "common_video_unittests" 256 "name": "common_video_unittests"
247 }, 257 },
248 { 258 {
249 "cmd": [ 259 "cmd": [
250 "python", 260 "python",
251 "-u", 261 "-u",
252 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 262 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
253 "--target", 263 "--target",
254 "Debug", 264 "Debug",
255 "--factory-properties", 265 "--factory-properties",
256 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 266 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
257 "--build-properties", 267 "--build-properties",
258 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 268 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
259 "--test-type=modules_tests", 269 "--test-type=modules_tests",
260 "--step-name=modules_tests", 270 "--step-name=modules_tests",
261 "--builder-name=Mac64 Debug", 271 "--builder-name=Mac64 Debug",
262 "--slave-name=slavename", 272 "--slave-name=slavename",
263 "--build-number=1337", 273 "--build-number=1337",
264 "--run-python-script", 274 "--run-python-script",
265 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 275 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
266 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 276 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
267 "[CWD]/src/out/Debug/modules_tests", 277 "[SLAVE_BUILD]/src/out/Debug/modules_tests",
268 "--" 278 "--"
269 ], 279 ],
280 "cwd": "[SLAVE_BUILD]",
270 "name": "modules_tests" 281 "name": "modules_tests"
271 }, 282 },
272 { 283 {
273 "cmd": [ 284 "cmd": [
274 "python", 285 "python",
275 "-u", 286 "-u",
276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 287 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
277 "--target", 288 "--target",
278 "Debug", 289 "Debug",
279 "--factory-properties", 290 "--factory-properties",
280 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 291 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
281 "--build-properties", 292 "--build-properties",
282 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 293 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
283 "--test-type=modules_unittests", 294 "--test-type=modules_unittests",
284 "--step-name=modules_unittests", 295 "--step-name=modules_unittests",
285 "--builder-name=Mac64 Debug", 296 "--builder-name=Mac64 Debug",
286 "--slave-name=slavename", 297 "--slave-name=slavename",
287 "--build-number=1337", 298 "--build-number=1337",
288 "--run-python-script", 299 "--run-python-script",
289 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 300 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
290 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 301 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
291 "[CWD]/src/out/Debug/modules_unittests", 302 "[SLAVE_BUILD]/src/out/Debug/modules_unittests",
292 "--" 303 "--"
293 ], 304 ],
305 "cwd": "[SLAVE_BUILD]",
294 "name": "modules_unittests" 306 "name": "modules_unittests"
295 }, 307 },
296 { 308 {
297 "cmd": [ 309 "cmd": [
298 "python", 310 "python",
299 "-u", 311 "-u",
300 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 312 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
301 "--target", 313 "--target",
302 "Debug", 314 "Debug",
303 "--factory-properties", 315 "--factory-properties",
304 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 316 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
305 "--build-properties", 317 "--build-properties",
306 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 318 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
307 "--test-type=peerconnection_unittests", 319 "--test-type=peerconnection_unittests",
308 "--step-name=peerconnection_unittests", 320 "--step-name=peerconnection_unittests",
309 "--builder-name=Mac64 Debug", 321 "--builder-name=Mac64 Debug",
310 "--slave-name=slavename", 322 "--slave-name=slavename",
311 "--build-number=1337", 323 "--build-number=1337",
312 "--run-python-script", 324 "--run-python-script",
313 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 325 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
314 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 326 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
315 "[CWD]/src/out/Debug/peerconnection_unittests", 327 "[SLAVE_BUILD]/src/out/Debug/peerconnection_unittests",
316 "--" 328 "--"
317 ], 329 ],
330 "cwd": "[SLAVE_BUILD]",
318 "name": "peerconnection_unittests" 331 "name": "peerconnection_unittests"
319 }, 332 },
320 { 333 {
321 "cmd": [ 334 "cmd": [
322 "python", 335 "python",
323 "-u", 336 "-u",
324 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 337 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
325 "--target", 338 "--target",
326 "Debug", 339 "Debug",
327 "--factory-properties", 340 "--factory-properties",
328 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 341 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
329 "--build-properties", 342 "--build-properties",
330 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 343 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
331 "--test-type=rtc_media_unittests", 344 "--test-type=rtc_media_unittests",
332 "--step-name=rtc_media_unittests", 345 "--step-name=rtc_media_unittests",
333 "--builder-name=Mac64 Debug", 346 "--builder-name=Mac64 Debug",
334 "--slave-name=slavename", 347 "--slave-name=slavename",
335 "--build-number=1337", 348 "--build-number=1337",
336 "--run-python-script", 349 "--run-python-script",
337 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 350 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
338 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 351 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
339 "[CWD]/src/out/Debug/rtc_media_unittests", 352 "[SLAVE_BUILD]/src/out/Debug/rtc_media_unittests",
340 "--" 353 "--"
341 ], 354 ],
355 "cwd": "[SLAVE_BUILD]",
342 "name": "rtc_media_unittests" 356 "name": "rtc_media_unittests"
343 }, 357 },
344 { 358 {
345 "cmd": [ 359 "cmd": [
346 "python", 360 "python",
347 "-u", 361 "-u",
348 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 362 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
349 "--target", 363 "--target",
350 "Debug", 364 "Debug",
351 "--factory-properties", 365 "--factory-properties",
352 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 366 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
353 "--build-properties", 367 "--build-properties",
354 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 368 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
355 "--test-type=rtc_pc_unittests", 369 "--test-type=rtc_pc_unittests",
356 "--step-name=rtc_pc_unittests", 370 "--step-name=rtc_pc_unittests",
357 "--builder-name=Mac64 Debug", 371 "--builder-name=Mac64 Debug",
358 "--slave-name=slavename", 372 "--slave-name=slavename",
359 "--build-number=1337", 373 "--build-number=1337",
360 "--run-python-script", 374 "--run-python-script",
361 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 375 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
362 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 376 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
363 "[CWD]/src/out/Debug/rtc_pc_unittests", 377 "[SLAVE_BUILD]/src/out/Debug/rtc_pc_unittests",
364 "--" 378 "--"
365 ], 379 ],
380 "cwd": "[SLAVE_BUILD]",
366 "name": "rtc_pc_unittests" 381 "name": "rtc_pc_unittests"
367 }, 382 },
368 { 383 {
369 "cmd": [ 384 "cmd": [
370 "python", 385 "python",
371 "-u", 386 "-u",
372 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 387 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
373 "--target", 388 "--target",
374 "Debug", 389 "Debug",
375 "--factory-properties", 390 "--factory-properties",
376 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 391 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
377 "--build-properties", 392 "--build-properties",
378 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 393 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
379 "--test-type=rtc_unittests", 394 "--test-type=rtc_unittests",
380 "--step-name=rtc_unittests", 395 "--step-name=rtc_unittests",
381 "--builder-name=Mac64 Debug", 396 "--builder-name=Mac64 Debug",
382 "--slave-name=slavename", 397 "--slave-name=slavename",
383 "--build-number=1337", 398 "--build-number=1337",
384 "--run-python-script", 399 "--run-python-script",
385 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 400 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
386 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 401 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
387 "[CWD]/src/out/Debug/rtc_unittests", 402 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests",
388 "--" 403 "--"
389 ], 404 ],
405 "cwd": "[SLAVE_BUILD]",
390 "name": "rtc_unittests" 406 "name": "rtc_unittests"
391 }, 407 },
392 { 408 {
393 "cmd": [ 409 "cmd": [
394 "python", 410 "python",
395 "-u", 411 "-u",
396 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 412 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
397 "--target", 413 "--target",
398 "Debug", 414 "Debug",
399 "--factory-properties", 415 "--factory-properties",
400 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 416 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
401 "--build-properties", 417 "--build-properties",
402 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 418 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
403 "--test-type=system_wrappers_unittests", 419 "--test-type=system_wrappers_unittests",
404 "--step-name=system_wrappers_unittests", 420 "--step-name=system_wrappers_unittests",
405 "--builder-name=Mac64 Debug", 421 "--builder-name=Mac64 Debug",
406 "--slave-name=slavename", 422 "--slave-name=slavename",
407 "--build-number=1337", 423 "--build-number=1337",
408 "--run-python-script", 424 "--run-python-script",
409 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 425 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
410 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 426 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
411 "[CWD]/src/out/Debug/system_wrappers_unittests", 427 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests",
412 "--" 428 "--"
413 ], 429 ],
430 "cwd": "[SLAVE_BUILD]",
414 "name": "system_wrappers_unittests" 431 "name": "system_wrappers_unittests"
415 }, 432 },
416 { 433 {
417 "cmd": [ 434 "cmd": [
418 "python", 435 "python",
419 "-u", 436 "-u",
420 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 437 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
421 "--target", 438 "--target",
422 "Debug", 439 "Debug",
423 "--factory-properties", 440 "--factory-properties",
424 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 441 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
425 "--build-properties", 442 "--build-properties",
426 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 443 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
427 "--test-type=test_support_unittests", 444 "--test-type=test_support_unittests",
428 "--step-name=test_support_unittests", 445 "--step-name=test_support_unittests",
429 "--builder-name=Mac64 Debug", 446 "--builder-name=Mac64 Debug",
430 "--slave-name=slavename", 447 "--slave-name=slavename",
431 "--build-number=1337", 448 "--build-number=1337",
432 "--run-python-script", 449 "--run-python-script",
433 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 450 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
434 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 451 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
435 "[CWD]/src/out/Debug/test_support_unittests", 452 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests",
436 "--" 453 "--"
437 ], 454 ],
455 "cwd": "[SLAVE_BUILD]",
438 "name": "test_support_unittests" 456 "name": "test_support_unittests"
439 }, 457 },
440 { 458 {
441 "cmd": [ 459 "cmd": [
442 "python", 460 "python",
443 "-u", 461 "-u",
444 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 462 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
445 "--target", 463 "--target",
446 "Debug", 464 "Debug",
447 "--factory-properties", 465 "--factory-properties",
448 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 466 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
449 "--build-properties", 467 "--build-properties",
450 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 468 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
451 "--test-type=tools_unittests", 469 "--test-type=tools_unittests",
452 "--step-name=tools_unittests", 470 "--step-name=tools_unittests",
453 "--builder-name=Mac64 Debug", 471 "--builder-name=Mac64 Debug",
454 "--slave-name=slavename", 472 "--slave-name=slavename",
455 "--build-number=1337", 473 "--build-number=1337",
456 "--run-python-script", 474 "--run-python-script",
457 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 475 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
458 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 476 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
459 "[CWD]/src/out/Debug/tools_unittests", 477 "[SLAVE_BUILD]/src/out/Debug/tools_unittests",
460 "--" 478 "--"
461 ], 479 ],
480 "cwd": "[SLAVE_BUILD]",
462 "name": "tools_unittests" 481 "name": "tools_unittests"
463 }, 482 },
464 { 483 {
465 "cmd": [ 484 "cmd": [
466 "python", 485 "python",
467 "-u", 486 "-u",
468 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 487 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
469 "--target", 488 "--target",
470 "Debug", 489 "Debug",
471 "--factory-properties", 490 "--factory-properties",
472 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 491 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
473 "--build-properties", 492 "--build-properties",
474 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 493 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
475 "--test-type=video_engine_tests", 494 "--test-type=video_engine_tests",
476 "--step-name=video_engine_tests", 495 "--step-name=video_engine_tests",
477 "--builder-name=Mac64 Debug", 496 "--builder-name=Mac64 Debug",
478 "--slave-name=slavename", 497 "--slave-name=slavename",
479 "--build-number=1337", 498 "--build-number=1337",
480 "--run-python-script", 499 "--run-python-script",
481 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 500 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
482 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 501 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
483 "[CWD]/src/out/Debug/video_engine_tests", 502 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests",
484 "--" 503 "--"
485 ], 504 ],
505 "cwd": "[SLAVE_BUILD]",
486 "name": "video_engine_tests" 506 "name": "video_engine_tests"
487 }, 507 },
488 { 508 {
489 "cmd": [ 509 "cmd": [
490 "python", 510 "python",
491 "-u", 511 "-u",
492 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 512 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
493 "--target", 513 "--target",
494 "Debug", 514 "Debug",
495 "--factory-properties", 515 "--factory-properties",
496 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 516 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
497 "--build-properties", 517 "--build-properties",
498 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 518 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
499 "--test-type=voice_engine_unittests", 519 "--test-type=voice_engine_unittests",
500 "--step-name=voice_engine_unittests", 520 "--step-name=voice_engine_unittests",
501 "--builder-name=Mac64 Debug", 521 "--builder-name=Mac64 Debug",
502 "--slave-name=slavename", 522 "--slave-name=slavename",
503 "--build-number=1337", 523 "--build-number=1337",
504 "--run-python-script", 524 "--run-python-script",
505 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 525 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
506 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 526 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
507 "[CWD]/src/out/Debug/voice_engine_unittests", 527 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests",
508 "--" 528 "--"
509 ], 529 ],
530 "cwd": "[SLAVE_BUILD]",
510 "name": "voice_engine_unittests" 531 "name": "voice_engine_unittests"
511 }, 532 },
512 { 533 {
513 "cmd": [ 534 "cmd": [
514 "python", 535 "python",
515 "-u", 536 "-u",
516 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 537 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
517 "--target", 538 "--target",
518 "Debug", 539 "Debug",
519 "--factory-properties", 540 "--factory-properties",
520 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 541 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
521 "--build-properties", 542 "--build-properties",
522 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 543 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
523 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing le_peerconnection_objc_test", 544 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing le_peerconnection_objc_test",
524 "--step-name=libjingle_peerconnection_objc_test", 545 "--step-name=libjingle_peerconnection_objc_test",
525 "--builder-name=Mac64 Debug", 546 "--builder-name=Mac64 Debug",
526 "--slave-name=slavename", 547 "--slave-name=slavename",
527 "--build-number=1337", 548 "--build-number=1337",
528 "--run-python-script", 549 "--run-python-script",
529 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 550 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
530 "[CWD]/src/third_party/gtest-parallel/gtest-parallel", 551 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
531 "[CWD]/src/out/Debug/libjingle_peerconnection_objc_test.app/Contents/MacOS /libjingle_peerconnection_objc_test", 552 "[SLAVE_BUILD]/src/out/Debug/libjingle_peerconnection_objc_test.app/Conten ts/MacOS/libjingle_peerconnection_objc_test",
532 "--" 553 "--"
533 ], 554 ],
555 "cwd": "[SLAVE_BUILD]",
534 "name": "libjingle_peerconnection_objc_test" 556 "name": "libjingle_peerconnection_objc_test"
535 }, 557 },
536 { 558 {
537 "allow_subannotations": true, 559 "allow_subannotations": true,
538 "cmd": [ 560 "cmd": [
539 "python", 561 "python",
540 "-u", 562 "-u",
541 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 563 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
542 "--target", 564 "--target",
543 "Debug", 565 "Debug",
544 "--factory-properties", 566 "--factory-properties",
545 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 567 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
546 "--build-properties", 568 "--build-properties",
547 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 569 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Mac64 Debug\", \"buildnu mber\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalone \", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
548 "--annotate=gtest", 570 "--annotate=gtest",
549 "--test-type=webrtc_nonparallel_tests", 571 "--test-type=webrtc_nonparallel_tests",
550 "--step-name=webrtc_nonparallel_tests", 572 "--step-name=webrtc_nonparallel_tests",
551 "--generate-json-file", 573 "--generate-json-file",
552 "-o", 574 "-o",
553 "gtest-results/webrtc_nonparallel_tests", 575 "gtest-results/webrtc_nonparallel_tests",
554 "--builder-name=Mac64 Debug", 576 "--builder-name=Mac64 Debug",
555 "--slave-name=slavename", 577 "--slave-name=slavename",
556 "--build-number=1337", 578 "--build-number=1337",
557 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 579 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
558 "webrtc_nonparallel_tests" 580 "webrtc_nonparallel_tests"
559 ], 581 ],
582 "cwd": "[SLAVE_BUILD]",
560 "name": "webrtc_nonparallel_tests" 583 "name": "webrtc_nonparallel_tests"
561 }, 584 },
562 { 585 {
563 "name": "$result", 586 "name": "$result",
564 "recipe_result": null, 587 "recipe_result": null,
565 "status_code": 0 588 "status_code": 0
566 } 589 }
567 ] 590 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698