Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noninteractive-tradefed: stop using the latest adb #496

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

liuyq
Copy link
Collaborator

@liuyq liuyq commented Feb 19, 2024

instead using the default version in the system,
either installed by the user manually or installed
inside some docker image, to avoid confusions caused by
unmanaged adb versions, like the "ADB server didn't ACK"
issue with the current latest adb version(platform-tools r35)
reported here:
https://lkft.validation.linaro.org/scheduler/job/7266683#L15671

@liuyq liuyq requested review from bhcopeland and roxell February 19, 2024 09:25
@liuyq
Copy link
Collaborator Author

liuyq commented Feb 20, 2024

HI, @bhcopeland @roxell
This is also for the "ADB server didn't ACK" problem reported by jobs like here: https://lkft.validation.linaro.org/scheduler/job/7266683#L15671
Please help check and merge it in case you don't have any other concerns.

@liuyq
Copy link
Collaborator Author

liuyq commented Feb 20, 2024

share with @sumitsemwal as well

@roxell
Copy link
Collaborator

roxell commented Feb 20, 2024

Can you please elaborate how this fixes the issue, and what is the issue in your commit message.

instead using the default version in the system,
either installed by the user manually or installed
inside some docker image, to avoid confusions caused by
unmanaged adb versions, like the "ADB server didn't ACK"
issue with the current latest adb version(platform-tools r35)
reported here:
https://lkft.validation.linaro.org/scheduler/job/7266683#L15671

Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
@liuyq
Copy link
Collaborator Author

liuyq commented Feb 20, 2024

Can you please elaborate how this fixes the issue, and what is the issue in your commit message.

updated the commit message now, the "ADB server didn't ACK" issue is related to the latest adb version(platform-tools r35),
so we need to stop using the latest one and change to use one known working version.
Please help review it again.

@liuyq
Copy link
Collaborator Author

liuyq commented Feb 21, 2024

Hi, @bhcopeland @roxell

Just want to check, do you have any other concerns on this change to have it merged?

@roxell
Copy link
Collaborator

roxell commented Feb 21, 2024

Won't it be better to pin the version rather than relay on the version on the dispatcher?

@bhcopeland
Copy link
Member

Yongqin it would have probably helped to link to the docker image here for context https://review.linaro.org/c/ci/dockerfiles/+/46721

@bhcopeland bhcopeland merged commit d761dae into Linaro:master Feb 21, 2024
3 checks passed
@roxell
Copy link
Collaborator

roxell commented Feb 21, 2024

oh thank you @bhcopeland I missed that dockerfile change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants