[pipeline] Download swss common artifact in a separated directory#995
Merged
jimmyzhai merged 2 commits intosonic-net:masterfrom Jan 24, 2022
Merged
[pipeline] Download swss common artifact in a separated directory#995jimmyzhai merged 2 commits intosonic-net:masterfrom
jimmyzhai merged 2 commits intosonic-net:masterfrom
Conversation
xumia
reviewed
Jan 21, 2022
| cd $(Build.SourcesDirectory)/${{ parameters.swss_common_artifact_name }} | ||
| sudo dpkg -i libswsscommon_1.0.0_${{ parameters.arch }}.deb | ||
| sudo dpkg -i libswsscommon-dev_1.0.0_${{ parameters.arch }}.deb | ||
| workingDirectory: $(Pipeline.Workspace) |
Collaborator
There was a problem hiding this comment.
How about changing the workDirectroy to
Contributor
Author
There was a problem hiding this comment.
I move the step of sairedis checkout to the first.
xumia
previously approved these changes
Jan 21, 2022
Contributor
Then in the artifacts view, we have no way to check libswsscommon packages. This will possible limit our observation and the troubleshooting capability. |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
xumia
approved these changes
Jan 24, 2022
qiluo-msft
pushed a commit
to sonic-net/sonic-swss-common
that referenced
this pull request
Jan 25, 2022
5 tasks
pettershao-ragilenetworks
pushed a commit
to pettershao-ragilenetworks/sonic-sairedis
that referenced
this pull request
Nov 18, 2022
…nic-net#995) * Put the downloaded swss common artifact in a separated directory while build sairedis target. * The downloaded swss common artifact is in a sub-directory of sairedis artifact, then it avoids overriding the previous swss common packages.
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.
the previous swss common packages.