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

[Build]: Fix hundreds of thousands lines of logs printed in marvell-armhf build #9980

Merged
merged 1 commit into from
Feb 13, 2022

Conversation

xumia
Copy link
Collaborator

@xumia xumia commented Feb 13, 2022

Why I did it

It prints too many unuse logs in marvell-armhf build. See https://dev.azure.com/mssonic/build/_build/results?buildId=71963&view=logs&j=268525a4-f0a8-5106-2898-2602f02ebdb0&t=59457689-49a2-5da2-bad6-5355ff2da0c7

It is caused by the bad format of the marvell sai package mrvllibsai_armhf_1.7.1-6.deb, see https://github.com/Azure/sonic-buildimage/blob/b621dafff77642db541553f5a2f8ec85e70ea695/platform/marvell-armhf/sai.mk#L4 and https://github.com/Marvell-switching/sonic-marvell-binaries/tree/master/armhf/sai-plugin, the expected package is mrvllibsai_1.7.1-6_armhf.deb, in the format as below:

<PackageName>_<VersionNumber>-<DebianRevisionNumber>_<DebianArchitecture>.deb

How I did it

It is not to fix the marvell package name, only add waiting time to reduce the issue, print less logs.
Add relative issue to Marvell, Marvell-switching/sonic-marvell-binaries#62

How to verify it

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106

Description for the changelog

A picture of a cute animal (not mandatory but encouraged)

@xumia xumia merged commit 4d203fb into sonic-net:master Feb 13, 2022
@xumia xumia deleted the too-many-logs branch February 13, 2022 23:21
judyjoseph pushed a commit that referenced this pull request Feb 14, 2022
…rmhf (#9980)

[Build]: Fix hundreds of thousands lines of logs printed in marvell-armhf
It is caused by the bad format of the marvell sai package mrvllibsai_armhf_1.7.1-6.deb, increasing the waiting time to reduce the logs, and reduce the waste of the CPU.
qiluo-msft pushed a commit that referenced this pull request Feb 16, 2022
…rmhf (#9980)

[Build]: Fix hundreds of thousands lines of logs printed in marvell-armhf
It is caused by the bad format of the marvell sai package mrvllibsai_armhf_1.7.1-6.deb, increasing the waiting time to reduce the logs, and reduce the waste of the CPU.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants