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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Android_Cloud_Tests.json

Issue 1818083003: Create symlink to adb in home dir right before device setup. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Nit Created 4 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Android Cloud Tests", 10 "Android Cloud Tests",
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "name": "compile", 252 "name": "compile",
253 "~followup_annotations": [ 253 "~followup_annotations": [
254 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 254 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
255 "@@@STEP_LOG_END@json.output (invalid)@@@" 255 "@@@STEP_LOG_END@json.output (invalid)@@@"
256 ] 256 ]
257 }, 257 },
258 { 258 {
259 "cmd": [ 259 "cmd": [
260 "python", 260 "python",
261 "-u", 261 "-u",
262 "[SLAVE_BUILD]/src/build/symlink.py",
263 "-f",
264 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
265 "~/adb"
266 ],
267 "cwd": "[SLAVE_BUILD]",
268 "name": "create adb symlink"
269 },
270 {
271 "cmd": [
272 "python",
273 "-u",
262 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", 274 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py",
263 "TestSlavename", 275 "TestSlavename",
264 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 276 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
265 "--n", 277 "--n",
266 "10", 278 "10",
267 "launch", 279 "launch",
268 "--snapshot", 280 "--snapshot",
269 "clean-20-l-phone-snapshot" 281 "clean-20-l-phone-snapshot"
270 ], 282 ],
271 "cwd": "[SLAVE_BUILD]", 283 "cwd": "[SLAVE_BUILD]",
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 543 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
532 "@@@STEP_LOG_END@python.inline@@@" 544 "@@@STEP_LOG_END@python.inline@@@"
533 ] 545 ]
534 }, 546 },
535 { 547 {
536 "name": "$result", 548 "name": "$result",
537 "recipe_result": null, 549 "recipe_result": null,
538 "status_code": 0 550 "status_code": 0
539 } 551 }
540 ] 552 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698