-
Notifications
You must be signed in to change notification settings - Fork 242
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: Remove winio from replace( ) #2864
Conversation
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
67986c5
to
d1c9f6c
Compare
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.
I don't think NPM tests will get triggered for this PR but if we could comment here when offline tests pass for this branch, then I could sign off for NPM
Even if the PR does not trigger the PR, we can still pair it by running the pipeline with the branch name. |
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
d1c9f6c
to
669261e
Compare
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run NPM Scale Test |
/azp run NPM Conformance Tests |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
1 similar comment
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
whoops wrong PR |
669261e
to
bc0371c
Compare
/azp run NPM Conformance Tests |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
/azp run Azure Container Networking PR |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Thanks for verifying with Windows NPM conformance
* ci: remove winio from replace * chore: go mod tidy
Reason for Change:
[email protected] requires a winio version that has
winio.NewOpenFile
. So we need to update the winio version. Before we update hcsshim we should check that this winio update does not cause any regressions.Issue Fixed:
Requirements:
Notes:
Loss of context for the original reasoning for replace( ) in #961 may introduce some bugs.