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

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

Powered by Google App Engine
This is Rietveld 408576698