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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "linux_baremetal", 10 "linux_baremetal",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.co m/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limi ted', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limite d'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'} , {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https ://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]",
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 "--git-cache-dir", 19 "--git-cache-dir",
20 "[ROOT]/b/build/slave/cache_dir", 20 "[GIT_CACHE]",
21 "--issue", 21 "--issue",
22 "666666", 22 "666666",
23 "--patchset", 23 "--patchset",
24 "1", 24 "1",
25 "--rietveld_server", 25 "--rietveld_server",
26 "https://fake.rietveld.url", 26 "https://fake.rietveld.url",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "src@12345", 30 "src@12345",
31 "--output_manifest" 31 "--output_manifest"
32 ], 32 ],
33 "cwd": "[SLAVE_BUILD]",
33 "env": { 34 "env": {
34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
35 }, 36 },
36 "name": "bot_update", 37 "name": "bot_update",
37 "~followup_annotations": [ 38 "~followup_annotations": [
38 "@@@STEP_TEXT@Some step text@@@", 39 "@@@STEP_TEXT@Some step text@@@",
39 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
(...skipping 16 matching lines...) Expand all
59 "@@@STEP_LOG_END@json.output@@@", 60 "@@@STEP_LOG_END@json.output@@@",
60 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 61 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
61 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
62 ] 63 ]
63 }, 64 },
64 { 65 {
65 "cmd": [ 66 "cmd": [
66 "python", 67 "python",
67 "-u", 68 "-u",
68 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py", 69 "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py",
69 "[CWD]/src/out" 70 "[SLAVE_BUILD]/src/out"
70 ], 71 ],
72 "cwd": "[SLAVE_BUILD]",
71 "name": "clean test output files" 73 "name": "clean test output files"
72 }, 74 },
73 { 75 {
74 "cmd": [ 76 "cmd": [
75 "python", 77 "python",
76 "-u", 78 "-u",
77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 79 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
78 "--show-path", 80 "--show-path",
79 "python", 81 "python",
80 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 82 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
81 ], 83 ],
84 "cwd": "[SLAVE_BUILD]",
82 "name": "cleanup_temp" 85 "name": "cleanup_temp"
83 }, 86 },
84 { 87 {
85 "cmd": [ 88 "cmd": [
86 "python", 89 "python",
87 "-u", 90 "-u",
88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 91 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
89 "runhooks" 92 "runhooks"
90 ], 93 ],
94 "cwd": "[SLAVE_BUILD]",
91 "env": { 95 "env": {
92 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 96 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
93 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[ROOT]/b/build/goma' rtc_use_264=1 target_arch=x64 use_goma=1", 97 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_go ma=1",
94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
95 }, 99 },
96 "name": "gclient runhooks" 100 "name": "gclient runhooks"
97 }, 101 },
98 { 102 {
99 "cmd": [ 103 "cmd": [
100 "python", 104 "python",
101 "-u", 105 "-u",
102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 106 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
103 "--show-path", 107 "--show-path",
104 "python", 108 "python",
105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 109 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
106 "--gsutil-py-path", 110 "--gsutil-py-path",
107 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 111 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
108 "--ninja-path", 112 "--ninja-path",
109 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 113 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
110 "--target", 114 "--target",
111 "Release", 115 "Release",
112 "--src-dir", 116 "--src-dir",
113 "[CWD]/src", 117 "[SLAVE_BUILD]/src",
114 "--goma-cache-dir", 118 "--goma-cache-dir",
115 "[ROOT]/b/build/slave/goma_cache", 119 "[GOMA_CACHE]",
116 "--build-tool", 120 "--build-tool",
117 "ninja", 121 "ninja",
118 "--compiler", 122 "--compiler",
119 "goma", 123 "goma",
120 "--goma-jsonstatus", 124 "--goma-jsonstatus",
121 "/path/to/tmp/json", 125 "/path/to/tmp/json",
122 "--goma-service-account-json-file", 126 "--goma-service-account-json-file",
123 "/creds/service_accounts/service-account-goma-client.json", 127 "/creds/service_accounts/service-account-goma-client.json",
124 "--goma-dir", 128 "--goma-dir",
125 "[ROOT]/b/build/goma", 129 "[BUILD]/goma",
126 "--goma-fail-fast", 130 "--goma-fail-fast",
127 "--goma-disable-local-fallback", 131 "--goma-disable-local-fallback",
128 "--", 132 "--",
129 "All" 133 "All"
130 ], 134 ],
135 "cwd": "[SLAVE_BUILD]",
131 "env": { 136 "env": {
132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 137 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
133 }, 138 },
134 "name": "compile", 139 "name": "compile",
135 "~followup_annotations": [ 140 "~followup_annotations": [
136 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 141 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
137 "@@@STEP_LOG_END@json.output (invalid)@@@" 142 "@@@STEP_LOG_END@json.output (invalid)@@@"
138 ] 143 ]
139 }, 144 },
140 { 145 {
141 "cmd": [ 146 "cmd": [
142 "python", 147 "python",
143 "-u", 148 "-u",
144 "RECIPE_MODULE[build::webrtc]/resources/ensure_webcam_is_running.py" 149 "RECIPE_MODULE[build::webrtc]/resources/ensure_webcam_is_running.py"
145 ], 150 ],
151 "cwd": "[SLAVE_BUILD]",
146 "name": "webcam_check" 152 "name": "webcam_check"
147 }, 153 },
148 { 154 {
149 "allow_subannotations": true, 155 "allow_subannotations": true,
150 "cmd": [ 156 "cmd": [
151 "python", 157 "python",
152 "-u", 158 "-u",
153 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 159 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
154 "--target", 160 "--target",
155 "Release", 161 "Release",
156 "--xvfb", 162 "--xvfb",
157 "--factory-properties", 163 "--factory-properties",
158 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", 164 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
159 "--build-properties", 165 "--build-properties",
160 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", 166 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
161 "--annotate=gtest", 167 "--annotate=gtest",
162 "--test-type=audioproc", 168 "--test-type=audioproc",
163 "--step-name=audioproc", 169 "--step-name=audioproc",
164 "--builder-name=linux_baremetal", 170 "--builder-name=linux_baremetal",
165 "--slave-name=slavename", 171 "--slave-name=slavename",
166 "--build-number=1337", 172 "--build-number=1337",
167 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 173 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
168 "audioproc", 174 "audioproc",
169 "-aecm", 175 "-aecm",
170 "-ns", 176 "-ns",
171 "-agc", 177 "-agc",
172 "--fixed_digital", 178 "--fixed_digital",
173 "--perf", 179 "--perf",
174 "-pb", 180 "-pb",
175 "[CWD]/src/resources/audioproc.aecdump" 181 "[SLAVE_BUILD]/src/resources/audioproc.aecdump"
176 ], 182 ],
183 "cwd": "[SLAVE_BUILD]",
177 "name": "audioproc" 184 "name": "audioproc"
178 }, 185 },
179 { 186 {
180 "allow_subannotations": true, 187 "allow_subannotations": true,
181 "cmd": [ 188 "cmd": [
182 "python", 189 "python",
183 "-u", 190 "-u",
184 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 191 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
185 "--target", 192 "--target",
186 "Release", 193 "Release",
187 "--xvfb", 194 "--xvfb",
188 "--factory-properties", 195 "--factory-properties",
189 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", 196 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
190 "--build-properties", 197 "--build-properties",
191 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", 198 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
192 "--annotate=gtest", 199 "--annotate=gtest",
193 "--test-type=isac_fix_test", 200 "--test-type=isac_fix_test",
194 "--step-name=isac_fix_test", 201 "--step-name=isac_fix_test",
195 "--builder-name=linux_baremetal", 202 "--builder-name=linux_baremetal",
196 "--slave-name=slavename", 203 "--slave-name=slavename",
197 "--build-number=1337", 204 "--build-number=1337",
198 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 205 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
199 "isac_fix_test", 206 "isac_fix_test",
200 "32000", 207 "32000",
201 "[CWD]/src/resources/speech_and_misc_wb.pcm", 208 "[SLAVE_BUILD]/src/resources/speech_and_misc_wb.pcm",
202 "isac_speech_and_misc_wb.pcm" 209 "isac_speech_and_misc_wb.pcm"
203 ], 210 ],
211 "cwd": "[SLAVE_BUILD]",
204 "name": "isac_fix_test" 212 "name": "isac_fix_test"
205 }, 213 },
206 { 214 {
207 "allow_subannotations": true, 215 "allow_subannotations": true,
208 "cmd": [ 216 "cmd": [
209 "python", 217 "python",
210 "-u", 218 "-u",
211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 219 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
212 "--target", 220 "--target",
213 "Release", 221 "Release",
214 "--xvfb", 222 "--xvfb",
215 "--factory-properties", 223 "--factory-properties",
216 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", 224 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
217 "--build-properties", 225 "--build-properties",
218 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", 226 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
219 "--annotate=gtest", 227 "--annotate=gtest",
220 "--test-type=voe_auto_test", 228 "--test-type=voe_auto_test",
221 "--step-name=voe_auto_test", 229 "--step-name=voe_auto_test",
222 "--builder-name=linux_baremetal", 230 "--builder-name=linux_baremetal",
223 "--slave-name=slavename", 231 "--slave-name=slavename",
224 "--build-number=1337", 232 "--build-number=1337",
225 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 233 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
226 "voe_auto_test", 234 "voe_auto_test",
227 "--automated" 235 "--automated"
228 ], 236 ],
237 "cwd": "[SLAVE_BUILD]",
229 "name": "voe_auto_test" 238 "name": "voe_auto_test"
230 }, 239 },
231 { 240 {
232 "allow_subannotations": true, 241 "allow_subannotations": true,
233 "cmd": [ 242 "cmd": [
234 "python", 243 "python",
235 "-u", 244 "-u",
236 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 245 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
237 "--target", 246 "--target",
238 "Release", 247 "Release",
239 "--xvfb", 248 "--xvfb",
240 "--factory-properties", 249 "--factory-properties",
241 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", 250 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
242 "--build-properties", 251 "--build-properties",
243 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", 252 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
244 "--annotate=gtest", 253 "--annotate=gtest",
245 "--test-type=video_capture_tests", 254 "--test-type=video_capture_tests",
246 "--step-name=video_capture_tests", 255 "--step-name=video_capture_tests",
247 "--builder-name=linux_baremetal", 256 "--builder-name=linux_baremetal",
248 "--slave-name=slavename", 257 "--slave-name=slavename",
249 "--build-number=1337", 258 "--build-number=1337",
250 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 259 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
251 "video_capture_tests" 260 "video_capture_tests"
252 ], 261 ],
262 "cwd": "[SLAVE_BUILD]",
253 "name": "video_capture_tests" 263 "name": "video_capture_tests"
254 }, 264 },
255 { 265 {
256 "allow_subannotations": true, 266 "allow_subannotations": true,
257 "cmd": [ 267 "cmd": [
258 "python", 268 "python",
259 "-u", 269 "-u",
260 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 270 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
261 "--target", 271 "--target",
262 "Release", 272 "Release",
263 "--xvfb", 273 "--xvfb",
264 "--factory-properties", 274 "--factory-properties",
265 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", 275 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
266 "--build-properties", 276 "--build-properties",
267 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}", 277 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"b uildnumber\": 1337, \"issue\": 666666, \"mastername\": \"tryserver.webrtc\", \"p atchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"riet veld\": \"https://fake.rietveld.url\", \"slavename\": \"slavename\"}",
268 "--annotate=gtest", 278 "--annotate=gtest",
269 "--test-type=webrtc_perf_tests", 279 "--test-type=webrtc_perf_tests",
270 "--step-name=webrtc_perf_tests", 280 "--step-name=webrtc_perf_tests",
271 "--builder-name=linux_baremetal", 281 "--builder-name=linux_baremetal",
272 "--slave-name=slavename", 282 "--slave-name=slavename",
273 "--build-number=1337", 283 "--build-number=1337",
274 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 284 "--revision=f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
275 "webrtc_perf_tests" 285 "webrtc_perf_tests"
276 ], 286 ],
287 "cwd": "[SLAVE_BUILD]",
277 "name": "webrtc_perf_tests" 288 "name": "webrtc_perf_tests"
278 }, 289 },
279 { 290 {
280 "name": "$result", 291 "name": "$result",
281 "recipe_result": null, 292 "recipe_result": null,
282 "status_code": 0 293 "status_code": 0
283 } 294 }
284 ] 295 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698