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