Skip to content
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 Problem] apps/bundle_deploy test cases are not tested independently in the CI #13996

Closed
mehrdadh opened this issue Feb 14, 2023 · 0 comments · Fixed by #14315
Closed

[CI Problem] apps/bundle_deploy test cases are not tested independently in the CI #13996

mehrdadh opened this issue Feb 14, 2023 · 0 comments · Fixed by #14315
Labels
needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it type:ci Relates to TVM CI infrastructure

Comments

@mehrdadh
Copy link
Member

The current test are not cleaning the build directory, therefore test_static fails if we run it from a clean build.

pushd apps/bundle_deploy

We should change the test command to this and fix the erros:

pushd apps/bundle_deploy
rm -rf build
make test_dynamic
rm -rf build
make test_static
popd

cc @driazati

@mehrdadh mehrdadh added needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it type:ci Relates to TVM CI infrastructure labels Feb 14, 2023
mehrdadh added a commit that referenced this issue Mar 17, 2023
This PR fixes #13996.

---------
Co-authored-by: driazati <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it type:ci Relates to TVM CI infrastructure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant