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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_swarmed_passed_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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "--build-number", 214 "--build-number",
215 "571" 215 "571"
216 ], 216 ],
217 "cwd": "[SLAVE_BUILD]", 217 "cwd": "[SLAVE_BUILD]",
218 "name": "extract build" 218 "name": "extract build"
219 }, 219 },
220 { 220 {
221 "cmd": [ 221 "cmd": [
222 "python", 222 "python",
223 "-u", 223 "-u",
224 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py", 224 "RECIPE_MODULE[build.isolate]/resources/find_isolated_tests.py",
225 "--build-dir", 225 "--build-dir",
226 "[SLAVE_BUILD]/src/out/Release", 226 "[SLAVE_BUILD]/src/out/Release",
227 "--output-json", 227 "--output-json",
228 "/path/to/tmp/json" 228 "/path/to/tmp/json"
229 ], 229 ],
230 "cwd": "[SLAVE_BUILD]", 230 "cwd": "[SLAVE_BUILD]",
231 "name": "find isolated tests", 231 "name": "find isolated tests",
232 "~followup_annotations": [ 232 "~followup_annotations": [
233 "@@@STEP_LOG_LINE@json.output@{@@@", 233 "@@@STEP_LOG_LINE@json.output@{@@@",
234 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 234 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "@@@STEP_LOG_LINE@outdir_json@}@@@", 342 "@@@STEP_LOG_LINE@outdir_json@}@@@",
343 "@@@STEP_LOG_END@outdir_json@@@" 343 "@@@STEP_LOG_END@outdir_json@@@"
344 ] 344 ]
345 }, 345 },
346 { 346 {
347 "name": "$result", 347 "name": "$result",
348 "recipe_result": null, 348 "recipe_result": null,
349 "status_code": 0 349 "status_code": 0
350 } 350 }
351 ] 351 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698