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.
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
Fixes for many of the CI builds. #5496
Fixes for many of the CI builds. #5496
Changes from 26 commits
8f02adc
145a150
3dbac07
d22f89f
750121b
167f2e7
386884e
ff5bbb2
0e36f7e
6cd138d
811dd12
0a54309
686979e
cc2dd55
0144301
c9a8130
bfdacdc
3d8db4b
40f8ff1
0ad0aea
3ea6f04
072ca3e
16efe30
d9e1359
24fe90a
5d66c07
aa3a413
c960425
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
so with that command we will skip build? If so maybe we may consider remove -build or even -restore from build script and add -build when we do want to build everything out?
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.
Harish and I were just talking about that. we would then have to remember locally to add those in. I think its easier to have it hardcoded in the CI process, then to have every developer remember to do it.
Do you ahve any suggestions on how to do it so the developer doesn't have to add it? We could create a new build script (maybe ci-build.cmd) that has nothing specified. What would you think of that? @harishsk same question.
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.
Hmm, in that case I would prefer keep the build script has nothing specified and add any -option as we need although I don't have strong preference on that.
In reply to: 526429534 [](ancestors = 526429534)
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.
Would you be ok with checking this in for now so we can unblock people and then change this part as needed when we can discuss it more?
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.
Yes, I'm ok with that one. Please do update the MicrosoftMLOnnxRuntimePackageVersion in eng/Versions.props as I commented in other comments.
In reply to: 526481968 [](ancestors = 526481968)
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.
It seems michael has rebased the arcade branch with the master branch directly some hours ago? Since now the 1.5.2 for onnx appears on the git history of arcade branch:
https://github.com/dotnet/machinelearning/commits/arcade
These changes also seem to have caused some merge conflicts on your other PR as well as a much bigger diff than the one found earlier today on your PR:
#5494
I'm unsure if this is intended?