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

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

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "mac_baremetal", 10 "mac_baremetal",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "@@@STEP_LOG_LINE@json.output@}@@@", 54 "@@@STEP_LOG_LINE@json.output@}@@@",
55 "@@@STEP_LOG_END@json.output@@@", 55 "@@@STEP_LOG_END@json.output@@@",
56 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 56 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
58 ] 58 ]
59 }, 59 },
60 { 60 {
61 "cmd": [ 61 "cmd": [
62 "python", 62 "python",
63 "-u", 63 "-u",
64 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", 64 "RECIPE_MODULE[build.webrtc]/resources/cleanup_files.py",
65 "[SLAVE_BUILD]/src/out" 65 "[SLAVE_BUILD]/src/out"
66 ], 66 ],
67 "cwd": "[SLAVE_BUILD]", 67 "cwd": "[SLAVE_BUILD]",
68 "name": "clean test output files" 68 "name": "clean test output files"
69 }, 69 },
70 { 70 {
71 "cmd": [ 71 "cmd": [
72 "python", 72 "python",
73 "-u", 73 "-u",
74 "[BUILD]/scripts/slave/cleanup_temp.py" 74 "[BUILD]/scripts/slave/cleanup_temp.py"
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "voe_auto_test", 182 "voe_auto_test",
183 "--automated" 183 "--automated"
184 ], 184 ],
185 "cwd": "[SLAVE_BUILD]", 185 "cwd": "[SLAVE_BUILD]",
186 "name": "voe_auto_test" 186 "name": "voe_auto_test"
187 }, 187 },
188 { 188 {
189 "cmd": [ 189 "cmd": [
190 "python", 190 "python",
191 "-u", 191 "-u",
192 "RECIPE_MODULE[webrtc]/resources/ensure_webcam_is_running.py" 192 "RECIPE_MODULE[build.webrtc]/resources/ensure_webcam_is_running.py"
193 ], 193 ],
194 "cwd": "[SLAVE_BUILD]", 194 "cwd": "[SLAVE_BUILD]",
195 "name": "webcam_check" 195 "name": "webcam_check"
196 }, 196 },
197 { 197 {
198 "allow_subannotations": true, 198 "allow_subannotations": true,
199 "cmd": [ 199 "cmd": [
200 "python", 200 "python",
201 "-u", 201 "-u",
202 "[BUILD]/scripts/slave/runtest.py", 202 "[BUILD]/scripts/slave/runtest.py",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 ], 239 ],
240 "cwd": "[SLAVE_BUILD]", 240 "cwd": "[SLAVE_BUILD]",
241 "name": "webrtc_perf_tests" 241 "name": "webrtc_perf_tests"
242 }, 242 },
243 { 243 {
244 "name": "$result", 244 "name": "$result",
245 "recipe_result": null, 245 "recipe_result": null,
246 "status_code": 0 246 "status_code": 0
247 } 247 }
248 ] 248 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698