-
Notifications
You must be signed in to change notification settings - Fork 70
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
chore: adapter validation e2e #549
Conversation
4d0c39f
to
d5fc713
Compare
d5fc713
to
4b6e055
Compare
4b6e055
to
4b2e951
Compare
4b2e951
to
4ed372e
Compare
4ed372e
to
d4e36fd
Compare
55d9b21
to
b65dffb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #549 +/- ##
=======================================
Coverage 58.18% 58.18%
=======================================
Files 30 30
Lines 2987 2987
=======================================
Hits 1738 1738
Misses 1149 1149
Partials 100 100 ☔ View full report in Codecov by Sentry. |
The changes in test/e2e/preset_test.go and pkg/inference/preset-inferences.go are only for e2e test without changing the mcr image, this can be reviewed for if we can use this way to test it for now. |
b65dffb
to
025e842
Compare
025e842
to
40a8515
Compare
Signed-off-by: Bangqi Zhu <bangqizhu@microsoft.com>
40a8515
to
1c4122e
Compare
**Reason for Change**: Add adapters validation to e2e tests. **Requirements** - [ ] added unit tests and e2e tests (if applicable). **Issue Fixed**: <!-- If this PR fixes GitHub issue 4321, add "Fixes #4321" to the next line. --> **Notes for Reviewers**: Signed-off-by: Bangqi Zhu <bangqizhu@microsoft.com> Co-authored-by: Bangqi Zhu <bangqizhu@microsoft.com>
Reason for Change:
Add adapters validation to e2e tests.
Requirements
Issue Fixed:
Notes for Reviewers: