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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_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 "mac_baremetal", 10 "mac_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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "--builder-name=mac_baremetal", 112 "--builder-name=mac_baremetal",
113 "--slave-name=slavename", 113 "--slave-name=slavename",
114 "audio_device_tests" 114 "audio_device_tests"
115 ], 115 ],
116 "name": "audio_device_tests" 116 "name": "audio_device_tests"
117 }, 117 },
118 { 118 {
119 "cmd": [ 119 "cmd": [
120 "python", 120 "python",
121 "-u", 121 "-u",
122 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/ensure_webcam_is_ru nning.py" 122 "RECIPE_MODULE[webrtc]/resources/ensure_webcam_is_running.py"
123 ], 123 ],
124 "name": "webcam_check" 124 "name": "webcam_check"
125 }, 125 },
126 { 126 {
127 "allow_subannotations": true, 127 "allow_subannotations": true,
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "[BUILD]/scripts/slave/runtest.py", 131 "[BUILD]/scripts/slave/runtest.py",
132 "--target", 132 "--target",
(...skipping 30 matching lines...) Expand all
163 "--slave-name=slavename", 163 "--slave-name=slavename",
164 "voe_auto_test", 164 "voe_auto_test",
165 "--automated" 165 "--automated"
166 ], 166 ],
167 "name": "voe_auto_test" 167 "name": "voe_auto_test"
168 }, 168 },
169 { 169 {
170 "cmd": [ 170 "cmd": [
171 "python", 171 "python",
172 "-u", 172 "-u",
173 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/ensure_webcam_is_ru nning.py" 173 "RECIPE_MODULE[webrtc]/resources/ensure_webcam_is_running.py"
174 ], 174 ],
175 "name": "webcam_check (2)" 175 "name": "webcam_check (2)"
176 }, 176 },
177 { 177 {
178 "allow_subannotations": true, 178 "allow_subannotations": true,
179 "cmd": [ 179 "cmd": [
180 "python", 180 "python",
181 "-u", 181 "-u",
182 "[BUILD]/scripts/slave/runtest.py", 182 "[BUILD]/scripts/slave/runtest.py",
183 "--target", 183 "--target",
(...skipping 24 matching lines...) Expand all
208 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"iss ue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.ri etveld.url\", \"slavename\": \"slavename\"}", 208 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"mac_baremetal\", \"iss ue\": 666666, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.ri etveld.url\", \"slavename\": \"slavename\"}",
209 "--annotate=gtest", 209 "--annotate=gtest",
210 "--test-type=webrtc_perf_tests", 210 "--test-type=webrtc_perf_tests",
211 "--builder-name=mac_baremetal", 211 "--builder-name=mac_baremetal",
212 "--slave-name=slavename", 212 "--slave-name=slavename",
213 "webrtc_perf_tests" 213 "webrtc_perf_tests"
214 ], 214 ],
215 "name": "webrtc_perf_tests" 215 "name": "webrtc_perf_tests"
216 } 216 }
217 ] 217 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698