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

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

Issue 1115453002: Recipes: make cwd default to slave_build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 7 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Linux64 Debug", 10 "Linux64 Debug",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': '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'}]", 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': '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 "--output_json", 19 "--output_json",
20 "/path/to/tmp/json", 20 "/path/to/tmp/json",
21 "--revision", 21 "--revision",
22 "src@12345" 22 "src@12345"
23 ], 23 ],
24 "cwd": "[SLAVE_BUILD]",
24 "name": "bot_update", 25 "name": "bot_update",
25 "~followup_annotations": [ 26 "~followup_annotations": [
26 "@@@STEP_TEXT@Some step text@@@", 27 "@@@STEP_TEXT@Some step text@@@",
27 "@@@STEP_LOG_LINE@json.output@{@@@", 28 "@@@STEP_LOG_LINE@json.output@{@@@",
28 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
29 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
31 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
32 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@", 33 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
33 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@", 34 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\"@@@",
34 "@@@STEP_LOG_LINE@json.output@ }, @@@", 35 "@@@STEP_LOG_LINE@json.output@ }, @@@",
35 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
37 "@@@STEP_LOG_LINE@json.output@}@@@", 38 "@@@STEP_LOG_LINE@json.output@}@@@",
38 "@@@STEP_LOG_END@json.output@@@", 39 "@@@STEP_LOG_END@json.output@@@",
39 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 40 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
40 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 41 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
41 ] 42 ]
42 }, 43 },
43 { 44 {
44 "cmd": [ 45 "cmd": [
45 "python", 46 "python",
46 "-u", 47 "-u",
47 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", 48 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
48 "[SLAVE_BUILD]/src/out" 49 "[SLAVE_BUILD]/src/out"
49 ], 50 ],
51 "cwd": "[SLAVE_BUILD]",
50 "name": "clean test output files" 52 "name": "clean test output files"
51 }, 53 },
52 { 54 {
53 "cmd": [ 55 "cmd": [
54 "python", 56 "python",
55 "-u", 57 "-u",
56 "[BUILD]/scripts/slave/cleanup_temp.py" 58 "[BUILD]/scripts/slave/cleanup_temp.py"
57 ], 59 ],
60 "cwd": "[SLAVE_BUILD]",
58 "name": "cleanup_temp" 61 "name": "cleanup_temp"
59 }, 62 },
60 { 63 {
61 "cmd": [ 64 "cmd": [
62 "python", 65 "python",
63 "-u", 66 "-u",
64 "[DEPOT_TOOLS]/gclient.py", 67 "[DEPOT_TOOLS]/gclient.py",
65 "runhooks" 68 "runhooks"
66 ], 69 ],
70 "cwd": "[SLAVE_BUILD]",
67 "env": { 71 "env": {
68 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 gomadir='[BUIL D]/goma' target_arch=x64 use_goma=1" 72 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 gomadir='[BUIL D]/goma' target_arch=x64 use_goma=1"
69 }, 73 },
70 "name": "gclient runhooks" 74 "name": "gclient runhooks"
71 }, 75 },
72 { 76 {
73 "cmd": [ 77 "cmd": [
74 "python", 78 "python",
75 "-u", 79 "-u",
76 "[BUILD]/scripts/slave/compile.py", 80 "[BUILD]/scripts/slave/compile.py",
77 "--target", 81 "--target",
78 "Debug", 82 "Debug",
79 "--src-dir", 83 "--src-dir",
80 "[SLAVE_BUILD]/src", 84 "[SLAVE_BUILD]/src",
81 "--build-tool", 85 "--build-tool",
82 "ninja", 86 "ninja",
83 "--compiler", 87 "--compiler",
84 "goma", 88 "goma",
85 "--goma-dir", 89 "--goma-dir",
86 "[BUILD]/goma", 90 "[BUILD]/goma",
87 "--", 91 "--",
88 "All" 92 "All"
89 ], 93 ],
94 "cwd": "[SLAVE_BUILD]",
90 "name": "compile" 95 "name": "compile"
91 }, 96 },
92 { 97 {
93 "cmd": [ 98 "cmd": [
94 "python", 99 "python",
95 "-u", 100 "-u",
96 "[BUILD]/scripts/slave/runtest.py", 101 "[BUILD]/scripts/slave/runtest.py",
97 "--target", 102 "--target",
98 "Debug", 103 "Debug",
99 "--xvfb", 104 "--xvfb",
100 "--factory-properties", 105 "--factory-properties",
101 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 106 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
102 "--build-properties", 107 "--build-properties",
103 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 108 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
104 "--test-type=audio_decoder_unittests", 109 "--test-type=audio_decoder_unittests",
105 "--builder-name=Linux64 Debug", 110 "--builder-name=Linux64 Debug",
106 "--slave-name=slavename", 111 "--slave-name=slavename",
107 "--build-number=1337", 112 "--build-number=1337",
108 "--run-python-script", 113 "--run-python-script",
109 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 114 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
110 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests", 115 "[SLAVE_BUILD]/src/out/Debug/audio_decoder_unittests",
111 "--" 116 "--"
112 ], 117 ],
118 "cwd": "[SLAVE_BUILD]",
113 "name": "audio_decoder_unittests" 119 "name": "audio_decoder_unittests"
114 }, 120 },
115 { 121 {
116 "cmd": [ 122 "cmd": [
117 "python", 123 "python",
118 "-u", 124 "-u",
119 "[BUILD]/scripts/slave/runtest.py", 125 "[BUILD]/scripts/slave/runtest.py",
120 "--target", 126 "--target",
121 "Debug", 127 "Debug",
122 "--xvfb", 128 "--xvfb",
123 "--factory-properties", 129 "--factory-properties",
124 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 130 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
125 "--build-properties", 131 "--build-properties",
126 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 132 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
127 "--test-type=common_audio_unittests", 133 "--test-type=common_audio_unittests",
128 "--builder-name=Linux64 Debug", 134 "--builder-name=Linux64 Debug",
129 "--slave-name=slavename", 135 "--slave-name=slavename",
130 "--build-number=1337", 136 "--build-number=1337",
131 "--run-python-script", 137 "--run-python-script",
132 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 138 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
133 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests", 139 "[SLAVE_BUILD]/src/out/Debug/common_audio_unittests",
134 "--" 140 "--"
135 ], 141 ],
142 "cwd": "[SLAVE_BUILD]",
136 "name": "common_audio_unittests" 143 "name": "common_audio_unittests"
137 }, 144 },
138 { 145 {
139 "cmd": [ 146 "cmd": [
140 "python", 147 "python",
141 "-u", 148 "-u",
142 "[BUILD]/scripts/slave/runtest.py", 149 "[BUILD]/scripts/slave/runtest.py",
143 "--target", 150 "--target",
144 "Debug", 151 "Debug",
145 "--xvfb", 152 "--xvfb",
146 "--factory-properties", 153 "--factory-properties",
147 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 154 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
148 "--build-properties", 155 "--build-properties",
149 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 156 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
150 "--test-type=common_video_unittests", 157 "--test-type=common_video_unittests",
151 "--builder-name=Linux64 Debug", 158 "--builder-name=Linux64 Debug",
152 "--slave-name=slavename", 159 "--slave-name=slavename",
153 "--build-number=1337", 160 "--build-number=1337",
154 "--run-python-script", 161 "--run-python-script",
155 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 162 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
156 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests", 163 "[SLAVE_BUILD]/src/out/Debug/common_video_unittests",
157 "--" 164 "--"
158 ], 165 ],
166 "cwd": "[SLAVE_BUILD]",
159 "name": "common_video_unittests" 167 "name": "common_video_unittests"
160 }, 168 },
161 { 169 {
162 "cmd": [ 170 "cmd": [
163 "python", 171 "python",
164 "-u", 172 "-u",
165 "[BUILD]/scripts/slave/runtest.py", 173 "[BUILD]/scripts/slave/runtest.py",
166 "--target", 174 "--target",
167 "Debug", 175 "Debug",
168 "--xvfb", 176 "--xvfb",
169 "--factory-properties", 177 "--factory-properties",
170 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 178 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
171 "--build-properties", 179 "--build-properties",
172 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 180 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
173 "--test-type=libjingle_media_unittest", 181 "--test-type=libjingle_media_unittest",
174 "--builder-name=Linux64 Debug", 182 "--builder-name=Linux64 Debug",
175 "--slave-name=slavename", 183 "--slave-name=slavename",
176 "--build-number=1337", 184 "--build-number=1337",
177 "--run-python-script", 185 "--run-python-script",
178 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 186 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
179 "[SLAVE_BUILD]/src/out/Debug/libjingle_media_unittest", 187 "[SLAVE_BUILD]/src/out/Debug/libjingle_media_unittest",
180 "--" 188 "--"
181 ], 189 ],
190 "cwd": "[SLAVE_BUILD]",
182 "name": "libjingle_media_unittest" 191 "name": "libjingle_media_unittest"
183 }, 192 },
184 { 193 {
185 "cmd": [ 194 "cmd": [
186 "python", 195 "python",
187 "-u", 196 "-u",
188 "[BUILD]/scripts/slave/runtest.py", 197 "[BUILD]/scripts/slave/runtest.py",
189 "--target", 198 "--target",
190 "Debug", 199 "Debug",
191 "--xvfb", 200 "--xvfb",
192 "--factory-properties", 201 "--factory-properties",
193 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 202 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
194 "--build-properties", 203 "--build-properties",
195 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 204 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
196 "--test-type=libjingle_p2p_unittest", 205 "--test-type=libjingle_p2p_unittest",
197 "--builder-name=Linux64 Debug", 206 "--builder-name=Linux64 Debug",
198 "--slave-name=slavename", 207 "--slave-name=slavename",
199 "--build-number=1337", 208 "--build-number=1337",
200 "--run-python-script", 209 "--run-python-script",
201 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 210 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
202 "[SLAVE_BUILD]/src/out/Debug/libjingle_p2p_unittest", 211 "[SLAVE_BUILD]/src/out/Debug/libjingle_p2p_unittest",
203 "--" 212 "--"
204 ], 213 ],
214 "cwd": "[SLAVE_BUILD]",
205 "name": "libjingle_p2p_unittest" 215 "name": "libjingle_p2p_unittest"
206 }, 216 },
207 { 217 {
208 "cmd": [ 218 "cmd": [
209 "python", 219 "python",
210 "-u", 220 "-u",
211 "[BUILD]/scripts/slave/runtest.py", 221 "[BUILD]/scripts/slave/runtest.py",
212 "--target", 222 "--target",
213 "Debug", 223 "Debug",
214 "--xvfb", 224 "--xvfb",
215 "--factory-properties", 225 "--factory-properties",
216 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 226 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
217 "--build-properties", 227 "--build-properties",
218 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 228 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
219 "--test-type=libjingle_peerconnection_unittest", 229 "--test-type=libjingle_peerconnection_unittest",
220 "--builder-name=Linux64 Debug", 230 "--builder-name=Linux64 Debug",
221 "--slave-name=slavename", 231 "--slave-name=slavename",
222 "--build-number=1337", 232 "--build-number=1337",
223 "--run-python-script", 233 "--run-python-script",
224 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 234 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
225 "[SLAVE_BUILD]/src/out/Debug/libjingle_peerconnection_unittest", 235 "[SLAVE_BUILD]/src/out/Debug/libjingle_peerconnection_unittest",
226 "--" 236 "--"
227 ], 237 ],
238 "cwd": "[SLAVE_BUILD]",
228 "name": "libjingle_peerconnection_unittest" 239 "name": "libjingle_peerconnection_unittest"
229 }, 240 },
230 { 241 {
231 "cmd": [ 242 "cmd": [
232 "python", 243 "python",
233 "-u", 244 "-u",
234 "[BUILD]/scripts/slave/runtest.py", 245 "[BUILD]/scripts/slave/runtest.py",
235 "--target", 246 "--target",
236 "Debug", 247 "Debug",
237 "--xvfb", 248 "--xvfb",
238 "--factory-properties", 249 "--factory-properties",
239 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 250 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
240 "--build-properties", 251 "--build-properties",
241 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 252 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
242 "--test-type=modules_tests", 253 "--test-type=modules_tests",
243 "--builder-name=Linux64 Debug", 254 "--builder-name=Linux64 Debug",
244 "--slave-name=slavename", 255 "--slave-name=slavename",
245 "--build-number=1337", 256 "--build-number=1337",
246 "--run-python-script", 257 "--run-python-script",
247 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 258 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
248 "[SLAVE_BUILD]/src/out/Debug/modules_tests", 259 "[SLAVE_BUILD]/src/out/Debug/modules_tests",
249 "--" 260 "--"
250 ], 261 ],
262 "cwd": "[SLAVE_BUILD]",
251 "name": "modules_tests" 263 "name": "modules_tests"
252 }, 264 },
253 { 265 {
254 "cmd": [ 266 "cmd": [
255 "python", 267 "python",
256 "-u", 268 "-u",
257 "[BUILD]/scripts/slave/runtest.py", 269 "[BUILD]/scripts/slave/runtest.py",
258 "--target", 270 "--target",
259 "Debug", 271 "Debug",
260 "--xvfb", 272 "--xvfb",
261 "--factory-properties", 273 "--factory-properties",
262 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 274 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
263 "--build-properties", 275 "--build-properties",
264 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 276 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
265 "--test-type=modules_unittests", 277 "--test-type=modules_unittests",
266 "--builder-name=Linux64 Debug", 278 "--builder-name=Linux64 Debug",
267 "--slave-name=slavename", 279 "--slave-name=slavename",
268 "--build-number=1337", 280 "--build-number=1337",
269 "--run-python-script", 281 "--run-python-script",
270 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 282 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
271 "[SLAVE_BUILD]/src/out/Debug/modules_unittests", 283 "[SLAVE_BUILD]/src/out/Debug/modules_unittests",
272 "--" 284 "--"
273 ], 285 ],
286 "cwd": "[SLAVE_BUILD]",
274 "name": "modules_unittests" 287 "name": "modules_unittests"
275 }, 288 },
276 { 289 {
277 "cmd": [ 290 "cmd": [
278 "python", 291 "python",
279 "-u", 292 "-u",
280 "[BUILD]/scripts/slave/runtest.py", 293 "[BUILD]/scripts/slave/runtest.py",
281 "--target", 294 "--target",
282 "Debug", 295 "Debug",
283 "--xvfb", 296 "--xvfb",
284 "--factory-properties", 297 "--factory-properties",
285 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 298 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
286 "--build-properties", 299 "--build-properties",
287 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 300 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
288 "--test-type=rtc_unittests", 301 "--test-type=rtc_unittests",
289 "--builder-name=Linux64 Debug", 302 "--builder-name=Linux64 Debug",
290 "--slave-name=slavename", 303 "--slave-name=slavename",
291 "--build-number=1337", 304 "--build-number=1337",
292 "--run-python-script", 305 "--run-python-script",
293 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 306 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
294 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests", 307 "[SLAVE_BUILD]/src/out/Debug/rtc_unittests",
295 "--" 308 "--"
296 ], 309 ],
310 "cwd": "[SLAVE_BUILD]",
297 "name": "rtc_unittests" 311 "name": "rtc_unittests"
298 }, 312 },
299 { 313 {
300 "cmd": [ 314 "cmd": [
301 "python", 315 "python",
302 "-u", 316 "-u",
303 "[BUILD]/scripts/slave/runtest.py", 317 "[BUILD]/scripts/slave/runtest.py",
304 "--target", 318 "--target",
305 "Debug", 319 "Debug",
306 "--xvfb", 320 "--xvfb",
307 "--factory-properties", 321 "--factory-properties",
308 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 322 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
309 "--build-properties", 323 "--build-properties",
310 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 324 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
311 "--test-type=system_wrappers_unittests", 325 "--test-type=system_wrappers_unittests",
312 "--builder-name=Linux64 Debug", 326 "--builder-name=Linux64 Debug",
313 "--slave-name=slavename", 327 "--slave-name=slavename",
314 "--build-number=1337", 328 "--build-number=1337",
315 "--run-python-script", 329 "--run-python-script",
316 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 330 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
317 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests", 331 "[SLAVE_BUILD]/src/out/Debug/system_wrappers_unittests",
318 "--" 332 "--"
319 ], 333 ],
334 "cwd": "[SLAVE_BUILD]",
320 "name": "system_wrappers_unittests" 335 "name": "system_wrappers_unittests"
321 }, 336 },
322 { 337 {
323 "cmd": [ 338 "cmd": [
324 "python", 339 "python",
325 "-u", 340 "-u",
326 "[BUILD]/scripts/slave/runtest.py", 341 "[BUILD]/scripts/slave/runtest.py",
327 "--target", 342 "--target",
328 "Debug", 343 "Debug",
329 "--xvfb", 344 "--xvfb",
330 "--factory-properties", 345 "--factory-properties",
331 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 346 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
332 "--build-properties", 347 "--build-properties",
333 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 348 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
334 "--test-type=test_support_unittests", 349 "--test-type=test_support_unittests",
335 "--builder-name=Linux64 Debug", 350 "--builder-name=Linux64 Debug",
336 "--slave-name=slavename", 351 "--slave-name=slavename",
337 "--build-number=1337", 352 "--build-number=1337",
338 "--run-python-script", 353 "--run-python-script",
339 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 354 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
340 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests", 355 "[SLAVE_BUILD]/src/out/Debug/test_support_unittests",
341 "--" 356 "--"
342 ], 357 ],
358 "cwd": "[SLAVE_BUILD]",
343 "name": "test_support_unittests" 359 "name": "test_support_unittests"
344 }, 360 },
345 { 361 {
346 "cmd": [ 362 "cmd": [
347 "python", 363 "python",
348 "-u", 364 "-u",
349 "[BUILD]/scripts/slave/runtest.py", 365 "[BUILD]/scripts/slave/runtest.py",
350 "--target", 366 "--target",
351 "Debug", 367 "Debug",
352 "--xvfb", 368 "--xvfb",
353 "--factory-properties", 369 "--factory-properties",
354 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 370 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
355 "--build-properties", 371 "--build-properties",
356 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 372 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
357 "--test-type=tools_unittests", 373 "--test-type=tools_unittests",
358 "--builder-name=Linux64 Debug", 374 "--builder-name=Linux64 Debug",
359 "--slave-name=slavename", 375 "--slave-name=slavename",
360 "--build-number=1337", 376 "--build-number=1337",
361 "--run-python-script", 377 "--run-python-script",
362 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 378 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
363 "[SLAVE_BUILD]/src/out/Debug/tools_unittests", 379 "[SLAVE_BUILD]/src/out/Debug/tools_unittests",
364 "--" 380 "--"
365 ], 381 ],
382 "cwd": "[SLAVE_BUILD]",
366 "name": "tools_unittests" 383 "name": "tools_unittests"
367 }, 384 },
368 { 385 {
369 "cmd": [ 386 "cmd": [
370 "python", 387 "python",
371 "-u", 388 "-u",
372 "[BUILD]/scripts/slave/runtest.py", 389 "[BUILD]/scripts/slave/runtest.py",
373 "--target", 390 "--target",
374 "Debug", 391 "Debug",
375 "--xvfb", 392 "--xvfb",
376 "--factory-properties", 393 "--factory-properties",
377 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 394 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
378 "--build-properties", 395 "--build-properties",
379 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 396 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
380 "--test-type=video_engine_core_unittests", 397 "--test-type=video_engine_core_unittests",
381 "--builder-name=Linux64 Debug", 398 "--builder-name=Linux64 Debug",
382 "--slave-name=slavename", 399 "--slave-name=slavename",
383 "--build-number=1337", 400 "--build-number=1337",
384 "--run-python-script", 401 "--run-python-script",
385 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 402 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
386 "[SLAVE_BUILD]/src/out/Debug/video_engine_core_unittests", 403 "[SLAVE_BUILD]/src/out/Debug/video_engine_core_unittests",
387 "--" 404 "--"
388 ], 405 ],
406 "cwd": "[SLAVE_BUILD]",
389 "name": "video_engine_core_unittests" 407 "name": "video_engine_core_unittests"
390 }, 408 },
391 { 409 {
392 "cmd": [ 410 "cmd": [
393 "python", 411 "python",
394 "-u", 412 "-u",
395 "[BUILD]/scripts/slave/runtest.py", 413 "[BUILD]/scripts/slave/runtest.py",
396 "--target", 414 "--target",
397 "Debug", 415 "Debug",
398 "--xvfb", 416 "--xvfb",
399 "--factory-properties", 417 "--factory-properties",
400 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 418 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
401 "--build-properties", 419 "--build-properties",
402 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 420 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
403 "--test-type=video_engine_tests", 421 "--test-type=video_engine_tests",
404 "--builder-name=Linux64 Debug", 422 "--builder-name=Linux64 Debug",
405 "--slave-name=slavename", 423 "--slave-name=slavename",
406 "--build-number=1337", 424 "--build-number=1337",
407 "--run-python-script", 425 "--run-python-script",
408 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 426 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
409 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests", 427 "[SLAVE_BUILD]/src/out/Debug/video_engine_tests",
410 "--" 428 "--"
411 ], 429 ],
430 "cwd": "[SLAVE_BUILD]",
412 "name": "video_engine_tests" 431 "name": "video_engine_tests"
413 }, 432 },
414 { 433 {
415 "cmd": [ 434 "cmd": [
416 "python", 435 "python",
417 "-u", 436 "-u",
418 "[BUILD]/scripts/slave/runtest.py", 437 "[BUILD]/scripts/slave/runtest.py",
419 "--target", 438 "--target",
420 "Debug", 439 "Debug",
421 "--xvfb", 440 "--xvfb",
422 "--factory-properties", 441 "--factory-properties",
423 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 442 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
424 "--build-properties", 443 "--build-properties",
425 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", 444 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Linux64 Debug\", \"build number\": 1337, \"mastername\": \"client.webrtc\", \"recipe\": \"webrtc/standalo ne\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
426 "--test-type=voice_engine_unittests", 445 "--test-type=voice_engine_unittests",
427 "--builder-name=Linux64 Debug", 446 "--builder-name=Linux64 Debug",
428 "--slave-name=slavename", 447 "--slave-name=slavename",
429 "--build-number=1337", 448 "--build-number=1337",
430 "--run-python-script", 449 "--run-python-script",
431 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", 450 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel",
432 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests", 451 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests",
433 "--" 452 "--"
434 ], 453 ],
454 "cwd": "[SLAVE_BUILD]",
435 "name": "voice_engine_unittests" 455 "name": "voice_engine_unittests"
436 } 456 }
437 ] 457 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698