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

[Ci] Upgrade to bullseye and fix the branch reference issue #331

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

xumia
Copy link
Contributor

@xumia xumia commented Dec 1, 2022

Description

Upgrade to the build to bullseye
Fix the branch reference issue

Motivation and Context

How Has This Been Tested?

Additional Information (Optional)

@xumia xumia changed the title [Ci] Fix the branch reference issue [Ci] Upgrade to bullseye and fix the branch reference issue Dec 1, 2022
displayName: 'Install Python dependencies'

- script: |
set -ex
# Install .NET CORE
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
sudo apt-add-repository https://packages.microsoft.com/debian/10/prod
. /etc/os-release
sudo apt-add-repository https://packages.microsoft.com/debian/$VERSION_ID/prod
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do VERSION_ID be set in azp UI?

@xumia xumia merged commit 580357f into sonic-net:master Dec 2, 2022
keboliu pushed a commit to keboliu/sonic-platform-common that referenced this pull request Jan 12, 2023
…t#331)

Description
Upgrade to the build to bullseye
Fix the branch reference issue

Motivation and Context
How Has This Been Tested?
StormLiangMS pushed a commit that referenced this pull request Jan 23, 2023
Description
Upgrade to the build to bullseye
Fix the branch reference issue

Motivation and Context
How Has This Been Tested?
oleksandrivantsiv pushed a commit to oleksandrivantsiv/sonic-platform-common that referenced this pull request Oct 25, 2024
…t#331)

* Added PCIe transaction check for all peripherals on the bus

This is to determine if there are any unreachable devices on the PCIe bus.
The gold list of PCI peripherals is a static file that varies depending on the platform. BDF information is parsed from this YAML file. Transcations are then carried out to determine the health of each peripheral.

* Modified code to read pcie devices from the pre-configured YAML file
Modified cmd to be executed to setpci (does pci transaction)
Added exception handling

* Formalized syslog error messages
Added specific check for ASIC missing to differentiate from device mismatch
Added yaml support

* Made changes to the way setpci command is called per SA review comments

* Added comments per prgeor review comments

* Added relevant comments per prgeor review comments

* Fixed a bug that was causing UnboundLocalError.

* Added unit tests for the check_pcie_devices method
oleksandrivantsiv pushed a commit to oleksandrivantsiv/sonic-platform-common that referenced this pull request Oct 25, 2024
* Revert "Fixes for the issues uncovered by sonic-pcied unit tests (sonic-net#389)"

This reverts commit 76baca3.

* Revert "Added PCIe transaction check for all peripherals on the bus (sonic-net#331)"

This reverts commit d73808c.

* Fixes for the issues uncovered by sonic-pcied unit tests (sonic-net#389)

* Fixes for the following issues:

	- Lack of getKeys() impl in mock swsscommon table class in sonic-pcied
	- Fixed a 'set' bug in pcied that was uncovered by new code flows

* Removed mocked table instances per prgeor review comments
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.

4 participants