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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test.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 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Tests", 10 "Linux Tests",
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 "--build-number", 222 "--build-number",
223 "571" 223 "571"
224 ], 224 ],
225 "cwd": "[SLAVE_BUILD]", 225 "cwd": "[SLAVE_BUILD]",
226 "name": "extract build" 226 "name": "extract build"
227 }, 227 },
228 { 228 {
229 "cmd": [ 229 "cmd": [
230 "python", 230 "python",
231 "-u", 231 "-u",
232 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 232 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
233 "--build-dir", 233 "--build-dir",
234 "[SLAVE_BUILD]/src/out/Release", 234 "[SLAVE_BUILD]/src/out/Release",
235 "--output-json", 235 "--output-json",
236 "/path/to/tmp/json" 236 "/path/to/tmp/json"
237 ], 237 ],
238 "cwd": "[SLAVE_BUILD]", 238 "cwd": "[SLAVE_BUILD]",
239 "name": "find isolated tests", 239 "name": "find isolated tests",
240 "~followup_annotations": [ 240 "~followup_annotations": [
241 "@@@STEP_LOG_LINE@json.output@{@@@", 241 "@@@STEP_LOG_LINE@json.output@{@@@",
242 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 242 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
(...skipping 30 matching lines...) Expand all
273 "@@@STEP_LOG_LINE@json.output@}@@@", 273 "@@@STEP_LOG_LINE@json.output@}@@@",
274 "@@@STEP_LOG_END@json.output@@@" 274 "@@@STEP_LOG_END@json.output@@@"
275 ] 275 ]
276 }, 276 },
277 { 277 {
278 "name": "$result", 278 "name": "$result",
279 "recipe_result": null, 279 "recipe_result": null,
280 "status_code": 0 280 "status_code": 0
281 } 281 }
282 ] 282 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698