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

PDPD: Install generated PDPD test models as 'test' component #6783

Merged
merged 3 commits into from
Jul 26, 2021

Conversation

nosovmik
Copy link
Contributor

@nosovmik nosovmik commented Jul 23, 2021

Details:

  • Install generated PDPD test models as 'test' component
  • Needed when test package is installed on another machine which don't have generated models
  • To search installed models, when build folder doesn't exist, 'FE_TEST_MODELS' env variable is introduced
  • CI script for openvino-lin is updated to set 'FE_TEST_MODELS' before tests execution

How to verify locally:

  • Build OpenVINO with tests
  • Install OpenVINO and tests using cmake_install.cmake
  • Verify that <install_dir>/tests/ folder contains pdpd_test_models
  • Remove <cmakeDir>/ngraph/test/pdpd_test_models dir
  • Verify that 'unit-test' is now failed
  • Do export FE_TEST_MODELS=<install_dir>/tests
  • Verify that unit tests can be executed now

Tickets:

  • ticket-id

@nosovmik nosovmik requested review from ilya-lavrenov, azhogov, mvafin and a team July 23, 2021 15:02
@openvino-pushbot openvino-pushbot added category: CI OpenVINO public CI category: Core OpenVINO Core (aka ngraph) labels Jul 23, 2021
@nosovmik nosovmik marked this pull request as draft July 23, 2021 15:49
Needed when test package is installed on another machine which don't have generated models

To search installed models, 'FE_TEST_MODELS' env variable is introduced
@ilya-lavrenov ilya-lavrenov added this to the 2022.1 milestone Jul 23, 2021
@nosovmik nosovmik marked this pull request as ready for review July 25, 2021 11:12
@ilya-lavrenov ilya-lavrenov merged commit ea60879 into openvinotoolkit:master Jul 26, 2021
rnugmanx pushed a commit to rnugmanx/openvino that referenced this pull request Aug 26, 2021
…otoolkit#6783)

* Install generated PDPD test models as 'test' component

Needed when test package is installed on another machine which don't have generated models

To search installed models, 'FE_TEST_MODELS' env variable is introduced

* Clang fixes

* Fix PDPD_Places test from latest master
andrei-cv pushed a commit to andrei-cv/openvino that referenced this pull request Aug 30, 2021
…otoolkit#6783)

* Install generated PDPD test models as 'test' component

Needed when test package is installed on another machine which don't have generated models

To search installed models, 'FE_TEST_MODELS' env variable is introduced

* Clang fixes

* Fix PDPD_Places test from latest master
akuporos pushed a commit to akuporos/openvino that referenced this pull request Sep 29, 2021
…otoolkit#6783)

* Install generated PDPD test models as 'test' component

Needed when test package is installed on another machine which don't have generated models

To search installed models, 'FE_TEST_MODELS' env variable is introduced

* Clang fixes

* Fix PDPD_Places test from latest master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CI OpenVINO public CI category: Core OpenVINO Core (aka ngraph)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants