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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_MSAN.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 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "WebKit Linux MSAN", 10 "WebKit Linux MSAN",
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "python", 139 "python",
140 "-u", 140 "-u",
141 "[BUILD]/scripts/slave/cleanup_temp.py" 141 "[BUILD]/scripts/slave/cleanup_temp.py"
142 ], 142 ],
143 "name": "cleanup_temp" 143 "name": "cleanup_temp"
144 }, 144 },
145 { 145 {
146 "cmd": [ 146 "cmd": [
147 "python", 147 "python",
148 "-u", 148 "-u",
149 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 149 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
150 "--build-dir", 150 "--build-dir",
151 "[SLAVE_BUILD]/src/out/Release", 151 "[SLAVE_BUILD]/src/out/Release",
152 "--clean-isolated-files" 152 "--clean-isolated-files"
153 ], 153 ],
154 "name": "clean isolated files" 154 "name": "clean isolated files"
155 }, 155 },
156 { 156 {
157 "cmd": [ 157 "cmd": [
158 "python", 158 "python",
159 "-u", 159 "-u",
(...skipping 12 matching lines...) Expand all
172 "blink_tests", 172 "blink_tests",
173 "browser_tests", 173 "browser_tests",
174 "browser_tests_run" 174 "browser_tests_run"
175 ], 175 ],
176 "name": "compile" 176 "name": "compile"
177 }, 177 },
178 { 178 {
179 "cmd": [ 179 "cmd": [
180 "python", 180 "python",
181 "-u", 181 "-u",
182 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py", 182 "RECIPE_MODULE[isolate]/resources/remove_build_metadata.py",
183 "--build-dir", 183 "--build-dir",
184 "[SLAVE_BUILD]/src/out/Release", 184 "[SLAVE_BUILD]/src/out/Release",
185 "--src-dir", 185 "--src-dir",
186 "[SLAVE_BUILD]/src" 186 "[SLAVE_BUILD]/src"
187 ], 187 ],
188 "cwd": "[SLAVE_BUILD]", 188 "cwd": "[SLAVE_BUILD]",
189 "name": "remove_build_metadata" 189 "name": "remove_build_metadata"
190 }, 190 },
191 { 191 {
192 "cmd": [ 192 "cmd": [
(...skipping 13 matching lines...) Expand all
206 "@@@STEP_LOG_LINE@json.output@{@@@", 206 "@@@STEP_LOG_LINE@json.output@{@@@",
207 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@", 207 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows er_tests]\"@@@",
208 "@@@STEP_LOG_LINE@json.output@}@@@", 208 "@@@STEP_LOG_LINE@json.output@}@@@",
209 "@@@STEP_LOG_END@json.output@@@" 209 "@@@STEP_LOG_END@json.output@@@"
210 ] 210 ]
211 }, 211 },
212 { 212 {
213 "cmd": [ 213 "cmd": [
214 "python", 214 "python",
215 "-u", 215 "-u",
216 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 216 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
217 "--build-dir", 217 "--build-dir",
218 "[SLAVE_BUILD]/src/out/Release", 218 "[SLAVE_BUILD]/src/out/Release",
219 "--output-json", 219 "--output-json",
220 "/path/to/tmp/json" 220 "/path/to/tmp/json"
221 ], 221 ],
222 "name": "find isolated tests", 222 "name": "find isolated tests",
223 "~followup_annotations": [ 223 "~followup_annotations": [
224 "@@@STEP_LOG_LINE@json.output@{@@@", 224 "@@@STEP_LOG_LINE@json.output@{@@@",
225 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 225 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
226 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 226 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 "name": "[collect error] browser_tests", 324 "name": "[collect error] browser_tests",
325 "~followup_annotations": [ 325 "~followup_annotations": [
326 "@@@STEP_LOG_LINE@python.inline@@@@", 326 "@@@STEP_LOG_LINE@python.inline@@@@",
327 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 327 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
328 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@", 328 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1 ]@@@",
329 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 329 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
330 "@@@STEP_LOG_END@python.inline@@@" 330 "@@@STEP_LOG_END@python.inline@@@"
331 ] 331 ]
332 } 332 }
333 ] 333 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698