Fix pipeline apt-get purge error.#349
Merged
liushilongbuaa merged 3 commits intosonic-net:masterfrom Feb 28, 2023
Merged
Conversation
c1b7263 to
067e270
Compare
xumia
reviewed
Feb 27, 2023
azure-pipelines.yml
Outdated
| runVersion: 'latestFromBranch' | ||
| runBranch: 'refs/heads/$(BRANCH_NAME)' | ||
| patterns: | | ||
| **/swsssdk-2.0.1-py3-none-any.whl |
Contributor
There was a problem hiding this comment.
Change to common pattern, for example: *.deb, *.whl
xumia
approved these changes
Feb 28, 2023
AntonHryshchuk
added a commit
to AntonHryshchuk/sonic-buildimage
that referenced
this pull request
Mar 8, 2023
Update sonic-platform-common submodule pointer to include the following: * c551a81 [sonic_ssd] Nokia-7215: Fix show platform ssdhealth ([sonic-net#337](sonic-net/sonic-platform-common#337)) * 1929332 Fix pipeline apt-get purge error. ([sonic-net#349](sonic-net/sonic-platform-common#349)) * 3d57e0e [ssd_generic] Get health status from Remaining_Life_Left field for virtium SSD ([sonic-net#344](sonic-net/sonic-platform-common#344)) Signed-off-by: AntonHryshchuk <[email protected]>
liushilongbuaa
added a commit
to liushilongbuaa/sonic-platform-common
that referenced
this pull request
Apr 4, 2023
* Fix pipeline apt-get purge error.
liushilongbuaa
added a commit
to liushilongbuaa/sonic-platform-common
that referenced
this pull request
Apr 4, 2023
* Fix pipeline apt-get purge error.
xumia
pushed a commit
that referenced
this pull request
Apr 6, 2023
xumia
pushed a commit
that referenced
this pull request
Apr 6, 2023
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-platform-common
that referenced
this pull request
Oct 25, 2024
Description Upgrade docker env to bullseye. Upgrade .NET to 7.0 to match bullseye.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
PR pipeline failed for apt-get purge return code change.
We need to ignore return code when purge packages.
Download necessary packages to accelerate download step.
Motivation and Context
How Has This Been Tested?
Additional Information (Optional)