Skip to content

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

@mehrdadh

Description

@mehrdadh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address ittype:ciRelates to TVM CI infrastructure

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions