-
Notifications
You must be signed in to change notification settings - Fork 558
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
Improve VS test stability #2173
Closed
Closed
Conversation
This file contains 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
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
/Azp run |
Azure Pipelines failed to run 1 pipeline(s). |
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
5b4c31b
to
b2e0ac4
Compare
7eadff7
to
8c67036
Compare
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
8c67036
to
c563d8d
Compare
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
ed95261
to
d2596ce
Compare
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
d153ae5
to
709262c
Compare
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
709262c
to
4092e79
Compare
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
e81dce4
to
16b56f9
Compare
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
7d463d3
to
1871739
Compare
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
1871739
to
93ea5c9
Compare
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
c914138
to
d4c9b46
Compare
/Azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
prsunny
reviewed
Mar 9, 2022
@@ -75,26 +81,6 @@ jobs: | |||
libteam5 \ | |||
libteamdctl0 | |||
displayName: "Install dependencies" | |||
- task: DownloadPipelineArtifact@2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, let's bring this back as we would need to download from respective repo.
azure-pipelines.yml
Outdated
artifact_name: sonic-swss | ||
swss_common_artifact_name: sonic-swss-common.amd64.ubuntu20_04 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this.
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
6502adf
to
cb954a8
Compare
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
1ecc90a
to
de58fde
Compare
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
Signed-off-by: Lawrence Lee <lawlee@microsoft.com>
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.
What I did
Why I did it
How I verified it
Details if related