-
Notifications
You must be signed in to change notification settings - Fork 25
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
MLAgent: Remove ml-agent from this repository @open sesame 03/07 18:49 #455
Conversation
📝 TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #455. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://ci.nnstreamer.ai/. |
|
24695f6
to
3c8573e
Compare
|
3c8573e
to
2b4e5f6
Compare
|
2b4e5f6
to
b460e62
Compare
|
b9800be
to
092d9af
Compare
|
092d9af
to
f455501
Compare
|
f455501
to
431c580
Compare
|
431c580
to
af56d62
Compare
|
|
This patch removes ml-agent and modifies the build scripts and Tizen RPM spec file as well. Signed-off-by: Wook Song <wook16.song@samsung.com>
af56d62
to
842f07e
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.
LGTM
@@ -20,24 +20,6 @@ unittest_common_dep = declare_dependency( | |||
include_directories: nns_capi_include, | |||
) | |||
|
|||
if get_option('enable-ml-service') | |||
subdir('mock') |
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.
Need to remove mock dir and files.
@@ -561,8 +509,6 @@ install -m 0755 packaging/run-unittest.sh %{buildroot}%{_bindir}/tizen-unittests | |||
%files -n capi-machine-learning-unittests | |||
%manifest capi-machine-learning.manifest | |||
%{_bindir}/unittest-ml | |||
%{_libdir}/libml-agent-test.a | |||
%{_libdir}/libml-agent-test.so* | |||
%{_libdir}/libunittest_mock.so* |
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.
Need to remove this line.
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.
@wooksong, 💯 All CI checkers are successfully verified. Thanks.
This patch removes ml-agent and modifies the build scripts and Tizen RPM spec file as well.
Note that some of the test cases are occasionally failed for no reason.
Before merging it, nnstreamer/deviceMLOps.MLAgent#22 is required to be merged and https://github.com/nnstreamer/deviceMLOps.MLAgent should be imported to Tizen and deployed.
Signed-off-by: Wook Song wook16.song@samsung.com
v2
v3