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

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

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 "linux_baremetal", 10 "linux_baremetal",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "@@@STEP_LOG_LINE@json.output@}@@@", 43 "@@@STEP_LOG_LINE@json.output@}@@@",
44 "@@@STEP_LOG_END@json.output@@@", 44 "@@@STEP_LOG_END@json.output@@@",
45 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 45 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
46 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 46 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
47 ] 47 ]
48 }, 48 },
49 { 49 {
50 "cmd": [ 50 "cmd": [
51 "python", 51 "python",
52 "-u", 52 "-u",
53 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/cleanup_files.py", 53 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
54 "[SLAVE_BUILD]/src/out" 54 "[SLAVE_BUILD]/src/out"
55 ], 55 ],
56 "name": "clean test output files" 56 "name": "clean test output files"
57 }, 57 },
58 { 58 {
59 "cmd": [ 59 "cmd": [
60 "python", 60 "python",
61 "-u", 61 "-u",
62 "[BUILD]/scripts/slave/cleanup_temp.py" 62 "[BUILD]/scripts/slave/cleanup_temp.py"
63 ], 63 ],
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "32000", 144 "32000",
145 "[SLAVE_BUILD]/src/resources/speech_and_misc_wb.pcm", 145 "[SLAVE_BUILD]/src/resources/speech_and_misc_wb.pcm",
146 "isac_speech_and_misc_wb.pcm" 146 "isac_speech_and_misc_wb.pcm"
147 ], 147 ],
148 "name": "iSACFixtest" 148 "name": "iSACFixtest"
149 }, 149 },
150 { 150 {
151 "cmd": [ 151 "cmd": [
152 "python", 152 "python",
153 "-u", 153 "-u",
154 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/ensure_webcam_is_ru nning.py" 154 "RECIPE_MODULE[webrtc]/resources/ensure_webcam_is_running.py"
155 ], 155 ],
156 "name": "webcam_check" 156 "name": "webcam_check"
157 }, 157 },
158 { 158 {
159 "allow_subannotations": true, 159 "allow_subannotations": true,
160 "cmd": [ 160 "cmd": [
161 "python", 161 "python",
162 "-u", 162 "-u",
163 "[BUILD]/scripts/slave/runtest.py", 163 "[BUILD]/scripts/slave/runtest.py",
164 "--target", 164 "--target",
(...skipping 11 matching lines...) Expand all
176 ], 176 ],
177 "env": { 177 "env": {
178 "LD_PRELOAD": "/usr/lib/x86_64-linux-gnu/libpulse.so.0" 178 "LD_PRELOAD": "/usr/lib/x86_64-linux-gnu/libpulse.so.0"
179 }, 179 },
180 "name": "libjingle_peerconnection_java_unittest" 180 "name": "libjingle_peerconnection_java_unittest"
181 }, 181 },
182 { 182 {
183 "cmd": [ 183 "cmd": [
184 "python", 184 "python",
185 "-u", 185 "-u",
186 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/ensure_webcam_is_ru nning.py" 186 "RECIPE_MODULE[webrtc]/resources/ensure_webcam_is_running.py"
187 ], 187 ],
188 "name": "webcam_check (2)" 188 "name": "webcam_check (2)"
189 }, 189 },
190 { 190 {
191 "allow_subannotations": true, 191 "allow_subannotations": true,
192 "cmd": [ 192 "cmd": [
193 "python", 193 "python",
194 "-u", 194 "-u",
195 "[BUILD]/scripts/slave/runtest.py", 195 "[BUILD]/scripts/slave/runtest.py",
196 "--target", 196 "--target",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "--slave-name=slavename", 229 "--slave-name=slavename",
230 "voe_auto_test", 230 "voe_auto_test",
231 "--automated" 231 "--automated"
232 ], 232 ],
233 "name": "voe_auto_test" 233 "name": "voe_auto_test"
234 }, 234 },
235 { 235 {
236 "cmd": [ 236 "cmd": [
237 "python", 237 "python",
238 "-u", 238 "-u",
239 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/ensure_webcam_is_ru nning.py" 239 "RECIPE_MODULE[webrtc]/resources/ensure_webcam_is_running.py"
240 ], 240 ],
241 "name": "webcam_check (3)" 241 "name": "webcam_check (3)"
242 }, 242 },
243 { 243 {
244 "allow_subannotations": true, 244 "allow_subannotations": true,
245 "cmd": [ 245 "cmd": [
246 "python", 246 "python",
247 "-u", 247 "-u",
248 "[BUILD]/scripts/slave/runtest.py", 248 "[BUILD]/scripts/slave/runtest.py",
249 "--target", 249 "--target",
(...skipping 26 matching lines...) Expand all
276 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"i ssue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\ ": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake. rietveld.url\", \"slavename\": \"slavename\"}", 276 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"linux_baremetal\", \"i ssue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\ ": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake. rietveld.url\", \"slavename\": \"slavename\"}",
277 "--annotate=gtest", 277 "--annotate=gtest",
278 "--test-type=webrtc_perf_tests", 278 "--test-type=webrtc_perf_tests",
279 "--builder-name=linux_baremetal", 279 "--builder-name=linux_baremetal",
280 "--slave-name=slavename", 280 "--slave-name=slavename",
281 "webrtc_perf_tests" 281 "webrtc_perf_tests"
282 ], 282 ],
283 "name": "webrtc_perf_tests" 283 "name": "webrtc_perf_tests"
284 } 284 }
285 ] 285 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698