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

Fix pipeline apt-get purge error. #349

Merged
merged 3 commits into from
Feb 28, 2023

Conversation

liushilongbuaa
Copy link
Contributor

@liushilongbuaa liushilongbuaa commented Feb 27, 2023

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)

@@ -33,11 +33,23 @@ steps:
artifact: sonic-buildimage.vs
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/$(BRANCH_NAME)'
patterns: |
**/swsssdk-2.0.1-py3-none-any.whl
Copy link
Contributor

Choose a reason for hiding this comment

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

Change to common pattern, for example: *.deb, *.whl

@liushilongbuaa liushilongbuaa merged commit 1929332 into sonic-net:master 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 <antonh@nvidia.com>
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
Description
Fix pipeline apt-get purge error.
xumia pushed a commit that referenced this pull request Apr 6, 2023
Description
Fix pipeline apt-get purge error.
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.

None yet

2 participants