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

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

Issue 1821973002: Revert of 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: 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",
274 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py", 262 "RECIPE_MODULE[build::chromium_android]/resources/gce_manager.py",
275 "TestSlavename", 263 "TestSlavename",
276 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 264 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
277 "--n", 265 "--n",
278 "10", 266 "10",
279 "launch", 267 "launch",
280 "--snapshot", 268 "--snapshot",
281 "clean-20-l-phone-snapshot" 269 "clean-20-l-phone-snapshot"
282 ], 270 ],
283 "cwd": "[SLAVE_BUILD]", 271 "cwd": "[SLAVE_BUILD]",
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 531 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
544 "@@@STEP_LOG_END@python.inline@@@" 532 "@@@STEP_LOG_END@python.inline@@@"
545 ] 533 ]
546 }, 534 },
547 { 535 {
548 "name": "$result", 536 "name": "$result",
549 "recipe_result": null, 537 "recipe_result": null,
550 "status_code": 0 538 "status_code": 0
551 } 539 }
552 ] 540 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698