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 "mac_x64", | 10 "mac_x64", |
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": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' mac_sdk=10.9 target_arch=x64 use_goma=1" | 78 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' mac_sdk=10.9 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-clang", | 94 "goma-clang", |
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 "allow_subannotations": true, | 104 "allow_subannotations": true, |
100 "cmd": [ | 105 "cmd": [ |
101 "python", | 106 "python", |
102 "-u", | 107 "-u", |
103 "[BUILD]/scripts/slave/runtest.py", | 108 "[BUILD]/scripts/slave/runtest.py", |
104 "--target", | 109 "--target", |
105 "Debug", | 110 "Debug", |
106 "--factory-properties", | 111 "--factory-properties", |
107 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 112 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
108 "--build-properties", | 113 "--build-properties", |
109 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 114 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
110 "--annotate=gtest", | 115 "--annotate=gtest", |
111 "--test-type=audio_decoder_unittests", | 116 "--test-type=audio_decoder_unittests", |
112 "--builder-name=mac_x64", | 117 "--builder-name=mac_x64", |
113 "--slave-name=slavename", | 118 "--slave-name=slavename", |
114 "audio_decoder_unittests" | 119 "audio_decoder_unittests" |
115 ], | 120 ], |
| 121 "cwd": "[SLAVE_BUILD]", |
116 "name": "audio_decoder_unittests" | 122 "name": "audio_decoder_unittests" |
117 }, | 123 }, |
118 { | 124 { |
119 "allow_subannotations": true, | 125 "allow_subannotations": true, |
120 "cmd": [ | 126 "cmd": [ |
121 "python", | 127 "python", |
122 "-u", | 128 "-u", |
123 "[BUILD]/scripts/slave/runtest.py", | 129 "[BUILD]/scripts/slave/runtest.py", |
124 "--target", | 130 "--target", |
125 "Debug", | 131 "Debug", |
126 "--factory-properties", | 132 "--factory-properties", |
127 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 133 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
128 "--build-properties", | 134 "--build-properties", |
129 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 135 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
130 "--annotate=gtest", | 136 "--annotate=gtest", |
131 "--test-type=common_audio_unittests", | 137 "--test-type=common_audio_unittests", |
132 "--builder-name=mac_x64", | 138 "--builder-name=mac_x64", |
133 "--slave-name=slavename", | 139 "--slave-name=slavename", |
134 "common_audio_unittests" | 140 "common_audio_unittests" |
135 ], | 141 ], |
| 142 "cwd": "[SLAVE_BUILD]", |
136 "name": "common_audio_unittests" | 143 "name": "common_audio_unittests" |
137 }, | 144 }, |
138 { | 145 { |
139 "allow_subannotations": true, | 146 "allow_subannotations": true, |
140 "cmd": [ | 147 "cmd": [ |
141 "python", | 148 "python", |
142 "-u", | 149 "-u", |
143 "[BUILD]/scripts/slave/runtest.py", | 150 "[BUILD]/scripts/slave/runtest.py", |
144 "--target", | 151 "--target", |
145 "Debug", | 152 "Debug", |
146 "--factory-properties", | 153 "--factory-properties", |
147 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 154 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
148 "--build-properties", | 155 "--build-properties", |
149 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 156 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
150 "--annotate=gtest", | 157 "--annotate=gtest", |
151 "--test-type=common_video_unittests", | 158 "--test-type=common_video_unittests", |
152 "--builder-name=mac_x64", | 159 "--builder-name=mac_x64", |
153 "--slave-name=slavename", | 160 "--slave-name=slavename", |
154 "common_video_unittests" | 161 "common_video_unittests" |
155 ], | 162 ], |
| 163 "cwd": "[SLAVE_BUILD]", |
156 "name": "common_video_unittests" | 164 "name": "common_video_unittests" |
157 }, | 165 }, |
158 { | 166 { |
159 "allow_subannotations": true, | 167 "allow_subannotations": true, |
160 "cmd": [ | 168 "cmd": [ |
161 "python", | 169 "python", |
162 "-u", | 170 "-u", |
163 "[BUILD]/scripts/slave/runtest.py", | 171 "[BUILD]/scripts/slave/runtest.py", |
164 "--target", | 172 "--target", |
165 "Debug", | 173 "Debug", |
166 "--factory-properties", | 174 "--factory-properties", |
167 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 175 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
168 "--build-properties", | 176 "--build-properties", |
169 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 177 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
170 "--annotate=gtest", | 178 "--annotate=gtest", |
171 "--test-type=libjingle_media_unittest", | 179 "--test-type=libjingle_media_unittest", |
172 "--builder-name=mac_x64", | 180 "--builder-name=mac_x64", |
173 "--slave-name=slavename", | 181 "--slave-name=slavename", |
174 "libjingle_media_unittest" | 182 "libjingle_media_unittest" |
175 ], | 183 ], |
| 184 "cwd": "[SLAVE_BUILD]", |
176 "name": "libjingle_media_unittest" | 185 "name": "libjingle_media_unittest" |
177 }, | 186 }, |
178 { | 187 { |
179 "allow_subannotations": true, | 188 "allow_subannotations": true, |
180 "cmd": [ | 189 "cmd": [ |
181 "python", | 190 "python", |
182 "-u", | 191 "-u", |
183 "[BUILD]/scripts/slave/runtest.py", | 192 "[BUILD]/scripts/slave/runtest.py", |
184 "--target", | 193 "--target", |
185 "Debug", | 194 "Debug", |
186 "--factory-properties", | 195 "--factory-properties", |
187 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 196 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
188 "--build-properties", | 197 "--build-properties", |
189 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 198 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
190 "--annotate=gtest", | 199 "--annotate=gtest", |
191 "--test-type=libjingle_p2p_unittest", | 200 "--test-type=libjingle_p2p_unittest", |
192 "--builder-name=mac_x64", | 201 "--builder-name=mac_x64", |
193 "--slave-name=slavename", | 202 "--slave-name=slavename", |
194 "libjingle_p2p_unittest" | 203 "libjingle_p2p_unittest" |
195 ], | 204 ], |
| 205 "cwd": "[SLAVE_BUILD]", |
196 "name": "libjingle_p2p_unittest" | 206 "name": "libjingle_p2p_unittest" |
197 }, | 207 }, |
198 { | 208 { |
199 "allow_subannotations": true, | 209 "allow_subannotations": true, |
200 "cmd": [ | 210 "cmd": [ |
201 "python", | 211 "python", |
202 "-u", | 212 "-u", |
203 "[BUILD]/scripts/slave/runtest.py", | 213 "[BUILD]/scripts/slave/runtest.py", |
204 "--target", | 214 "--target", |
205 "Debug", | 215 "Debug", |
206 "--factory-properties", | 216 "--factory-properties", |
207 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 217 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
208 "--build-properties", | 218 "--build-properties", |
209 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 219 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
210 "--annotate=gtest", | 220 "--annotate=gtest", |
211 "--test-type=libjingle_peerconnection_unittest", | 221 "--test-type=libjingle_peerconnection_unittest", |
212 "--builder-name=mac_x64", | 222 "--builder-name=mac_x64", |
213 "--slave-name=slavename", | 223 "--slave-name=slavename", |
214 "libjingle_peerconnection_unittest" | 224 "libjingle_peerconnection_unittest" |
215 ], | 225 ], |
| 226 "cwd": "[SLAVE_BUILD]", |
216 "name": "libjingle_peerconnection_unittest" | 227 "name": "libjingle_peerconnection_unittest" |
217 }, | 228 }, |
218 { | 229 { |
219 "allow_subannotations": true, | 230 "allow_subannotations": true, |
220 "cmd": [ | 231 "cmd": [ |
221 "python", | 232 "python", |
222 "-u", | 233 "-u", |
223 "[BUILD]/scripts/slave/runtest.py", | 234 "[BUILD]/scripts/slave/runtest.py", |
224 "--target", | 235 "--target", |
225 "Debug", | 236 "Debug", |
226 "--factory-properties", | 237 "--factory-properties", |
227 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 238 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
228 "--build-properties", | 239 "--build-properties", |
229 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 240 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
230 "--annotate=gtest", | 241 "--annotate=gtest", |
231 "--test-type=modules_tests", | 242 "--test-type=modules_tests", |
232 "--builder-name=mac_x64", | 243 "--builder-name=mac_x64", |
233 "--slave-name=slavename", | 244 "--slave-name=slavename", |
234 "modules_tests" | 245 "modules_tests" |
235 ], | 246 ], |
| 247 "cwd": "[SLAVE_BUILD]", |
236 "name": "modules_tests" | 248 "name": "modules_tests" |
237 }, | 249 }, |
238 { | 250 { |
239 "allow_subannotations": true, | 251 "allow_subannotations": true, |
240 "cmd": [ | 252 "cmd": [ |
241 "python", | 253 "python", |
242 "-u", | 254 "-u", |
243 "[BUILD]/scripts/slave/runtest.py", | 255 "[BUILD]/scripts/slave/runtest.py", |
244 "--target", | 256 "--target", |
245 "Debug", | 257 "Debug", |
246 "--factory-properties", | 258 "--factory-properties", |
247 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 259 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
248 "--build-properties", | 260 "--build-properties", |
249 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 261 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
250 "--annotate=gtest", | 262 "--annotate=gtest", |
251 "--test-type=modules_unittests", | 263 "--test-type=modules_unittests", |
252 "--builder-name=mac_x64", | 264 "--builder-name=mac_x64", |
253 "--slave-name=slavename", | 265 "--slave-name=slavename", |
254 "modules_unittests" | 266 "modules_unittests" |
255 ], | 267 ], |
| 268 "cwd": "[SLAVE_BUILD]", |
256 "name": "modules_unittests" | 269 "name": "modules_unittests" |
257 }, | 270 }, |
258 { | 271 { |
259 "allow_subannotations": true, | 272 "allow_subannotations": true, |
260 "cmd": [ | 273 "cmd": [ |
261 "python", | 274 "python", |
262 "-u", | 275 "-u", |
263 "[BUILD]/scripts/slave/runtest.py", | 276 "[BUILD]/scripts/slave/runtest.py", |
264 "--target", | 277 "--target", |
265 "Debug", | 278 "Debug", |
266 "--factory-properties", | 279 "--factory-properties", |
267 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 280 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
268 "--build-properties", | 281 "--build-properties", |
269 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 282 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
270 "--annotate=gtest", | 283 "--annotate=gtest", |
271 "--test-type=rtc_unittests", | 284 "--test-type=rtc_unittests", |
272 "--builder-name=mac_x64", | 285 "--builder-name=mac_x64", |
273 "--slave-name=slavename", | 286 "--slave-name=slavename", |
274 "rtc_unittests" | 287 "rtc_unittests" |
275 ], | 288 ], |
| 289 "cwd": "[SLAVE_BUILD]", |
276 "name": "rtc_unittests" | 290 "name": "rtc_unittests" |
277 }, | 291 }, |
278 { | 292 { |
279 "allow_subannotations": true, | 293 "allow_subannotations": true, |
280 "cmd": [ | 294 "cmd": [ |
281 "python", | 295 "python", |
282 "-u", | 296 "-u", |
283 "[BUILD]/scripts/slave/runtest.py", | 297 "[BUILD]/scripts/slave/runtest.py", |
284 "--target", | 298 "--target", |
285 "Debug", | 299 "Debug", |
286 "--factory-properties", | 300 "--factory-properties", |
287 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 301 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
288 "--build-properties", | 302 "--build-properties", |
289 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 303 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
290 "--annotate=gtest", | 304 "--annotate=gtest", |
291 "--test-type=system_wrappers_unittests", | 305 "--test-type=system_wrappers_unittests", |
292 "--builder-name=mac_x64", | 306 "--builder-name=mac_x64", |
293 "--slave-name=slavename", | 307 "--slave-name=slavename", |
294 "system_wrappers_unittests" | 308 "system_wrappers_unittests" |
295 ], | 309 ], |
| 310 "cwd": "[SLAVE_BUILD]", |
296 "name": "system_wrappers_unittests" | 311 "name": "system_wrappers_unittests" |
297 }, | 312 }, |
298 { | 313 { |
299 "allow_subannotations": true, | 314 "allow_subannotations": true, |
300 "cmd": [ | 315 "cmd": [ |
301 "python", | 316 "python", |
302 "-u", | 317 "-u", |
303 "[BUILD]/scripts/slave/runtest.py", | 318 "[BUILD]/scripts/slave/runtest.py", |
304 "--target", | 319 "--target", |
305 "Debug", | 320 "Debug", |
306 "--factory-properties", | 321 "--factory-properties", |
307 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 322 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
308 "--build-properties", | 323 "--build-properties", |
309 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 324 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
310 "--annotate=gtest", | 325 "--annotate=gtest", |
311 "--test-type=test_support_unittests", | 326 "--test-type=test_support_unittests", |
312 "--builder-name=mac_x64", | 327 "--builder-name=mac_x64", |
313 "--slave-name=slavename", | 328 "--slave-name=slavename", |
314 "test_support_unittests" | 329 "test_support_unittests" |
315 ], | 330 ], |
| 331 "cwd": "[SLAVE_BUILD]", |
316 "name": "test_support_unittests" | 332 "name": "test_support_unittests" |
317 }, | 333 }, |
318 { | 334 { |
319 "allow_subannotations": true, | 335 "allow_subannotations": true, |
320 "cmd": [ | 336 "cmd": [ |
321 "python", | 337 "python", |
322 "-u", | 338 "-u", |
323 "[BUILD]/scripts/slave/runtest.py", | 339 "[BUILD]/scripts/slave/runtest.py", |
324 "--target", | 340 "--target", |
325 "Debug", | 341 "Debug", |
326 "--factory-properties", | 342 "--factory-properties", |
327 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 343 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
328 "--build-properties", | 344 "--build-properties", |
329 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 345 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
330 "--annotate=gtest", | 346 "--annotate=gtest", |
331 "--test-type=tools_unittests", | 347 "--test-type=tools_unittests", |
332 "--builder-name=mac_x64", | 348 "--builder-name=mac_x64", |
333 "--slave-name=slavename", | 349 "--slave-name=slavename", |
334 "tools_unittests" | 350 "tools_unittests" |
335 ], | 351 ], |
| 352 "cwd": "[SLAVE_BUILD]", |
336 "name": "tools_unittests" | 353 "name": "tools_unittests" |
337 }, | 354 }, |
338 { | 355 { |
339 "allow_subannotations": true, | 356 "allow_subannotations": true, |
340 "cmd": [ | 357 "cmd": [ |
341 "python", | 358 "python", |
342 "-u", | 359 "-u", |
343 "[BUILD]/scripts/slave/runtest.py", | 360 "[BUILD]/scripts/slave/runtest.py", |
344 "--target", | 361 "--target", |
345 "Debug", | 362 "Debug", |
346 "--factory-properties", | 363 "--factory-properties", |
347 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 364 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
348 "--build-properties", | 365 "--build-properties", |
349 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 366 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
350 "--annotate=gtest", | 367 "--annotate=gtest", |
351 "--test-type=video_engine_core_unittests", | 368 "--test-type=video_engine_core_unittests", |
352 "--builder-name=mac_x64", | 369 "--builder-name=mac_x64", |
353 "--slave-name=slavename", | 370 "--slave-name=slavename", |
354 "video_engine_core_unittests" | 371 "video_engine_core_unittests" |
355 ], | 372 ], |
| 373 "cwd": "[SLAVE_BUILD]", |
356 "name": "video_engine_core_unittests" | 374 "name": "video_engine_core_unittests" |
357 }, | 375 }, |
358 { | 376 { |
359 "allow_subannotations": true, | 377 "allow_subannotations": true, |
360 "cmd": [ | 378 "cmd": [ |
361 "python", | 379 "python", |
362 "-u", | 380 "-u", |
363 "[BUILD]/scripts/slave/runtest.py", | 381 "[BUILD]/scripts/slave/runtest.py", |
364 "--target", | 382 "--target", |
365 "Debug", | 383 "Debug", |
366 "--factory-properties", | 384 "--factory-properties", |
367 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 385 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
368 "--build-properties", | 386 "--build-properties", |
369 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 387 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
370 "--annotate=gtest", | 388 "--annotate=gtest", |
371 "--test-type=video_engine_tests", | 389 "--test-type=video_engine_tests", |
372 "--builder-name=mac_x64", | 390 "--builder-name=mac_x64", |
373 "--slave-name=slavename", | 391 "--slave-name=slavename", |
374 "video_engine_tests" | 392 "video_engine_tests" |
375 ], | 393 ], |
| 394 "cwd": "[SLAVE_BUILD]", |
376 "name": "video_engine_tests" | 395 "name": "video_engine_tests" |
377 }, | 396 }, |
378 { | 397 { |
379 "allow_subannotations": true, | 398 "allow_subannotations": true, |
380 "cmd": [ | 399 "cmd": [ |
381 "python", | 400 "python", |
382 "-u", | 401 "-u", |
383 "[BUILD]/scripts/slave/runtest.py", | 402 "[BUILD]/scripts/slave/runtest.py", |
384 "--target", | 403 "--target", |
385 "Debug", | 404 "Debug", |
386 "--factory-properties", | 405 "--factory-properties", |
387 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 406 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
388 "--build-properties", | 407 "--build-properties", |
389 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 408 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
390 "--annotate=gtest", | 409 "--annotate=gtest", |
391 "--test-type=voice_engine_unittests", | 410 "--test-type=voice_engine_unittests", |
392 "--builder-name=mac_x64", | 411 "--builder-name=mac_x64", |
393 "--slave-name=slavename", | 412 "--slave-name=slavename", |
394 "voice_engine_unittests" | 413 "voice_engine_unittests" |
395 ], | 414 ], |
| 415 "cwd": "[SLAVE_BUILD]", |
396 "name": "voice_engine_unittests" | 416 "name": "voice_engine_unittests" |
397 }, | 417 }, |
398 { | 418 { |
399 "allow_subannotations": true, | 419 "allow_subannotations": true, |
400 "cmd": [ | 420 "cmd": [ |
401 "python", | 421 "python", |
402 "-u", | 422 "-u", |
403 "[BUILD]/scripts/slave/runtest.py", | 423 "[BUILD]/scripts/slave/runtest.py", |
404 "--target", | 424 "--target", |
405 "Debug", | 425 "Debug", |
406 "--factory-properties", | 426 "--factory-properties", |
407 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 427 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
408 "--build-properties", | 428 "--build-properties", |
409 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", | 429 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac_x64\", \"issue\": 66
6666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrt
c/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.u
rl\", \"slavename\": \"slavename\"}", |
410 "--annotate=gtest", | 430 "--annotate=gtest", |
411 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing
le_peerconnection_objc_test", | 431 "--test-type=libjingle_peerconnection_objc_test.app/Contents/MacOS/libjing
le_peerconnection_objc_test", |
412 "--builder-name=mac_x64", | 432 "--builder-name=mac_x64", |
413 "--slave-name=slavename", | 433 "--slave-name=slavename", |
414 "libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconne
ction_objc_test" | 434 "libjingle_peerconnection_objc_test.app/Contents/MacOS/libjingle_peerconne
ction_objc_test" |
415 ], | 435 ], |
| 436 "cwd": "[SLAVE_BUILD]", |
416 "name": "libjingle_peerconnection_objc_test" | 437 "name": "libjingle_peerconnection_objc_test" |
417 } | 438 } |
418 ] | 439 ] |
OLD | NEW |