Skip to content

Commit

Permalink
Merge branch 'master' into github_actions/system_info
Browse files Browse the repository at this point in the history
  • Loading branch information
mryzhov authored Oct 24, 2023
2 parents d77cd39 + 750f62f commit f5e37d6
Show file tree
Hide file tree
Showing 269 changed files with 7,544 additions and 1,479 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,18 @@ jobs:
${INSTALL_TEST_DIR}/ov_cpu_unit_tests --gtest_print_time=1 \
--gtest_output=xml:${INSTALL_TEST_DIR}/TEST-CPUUnitTests.xml
- name: SubgraphsDumper tests
run: |
source ${INSTALL_DIR}/setupvars.sh
${INSTALL_TEST_DIR}/subgraphsDumperTests --gtest_print_time=1 \
--gtest_output=xml:${INSTALL_TEST_DIR}/TEST-SubgraphsDumperTests.xml
- name: Template OpImpl tests
run: |
source ${INSTALL_DIR}/setupvars.sh
${INSTALL_TEST_DIR}/conformanceTests --gtest_print_time=1 --device=TEMPLATE --gtest_filter=*OpImpl*\
--gtest_output=xml:${INSTALL_TEST_DIR}/TEST-OpImplTests.xml
- name: AUTO unit tests
run: |
source ${INSTALL_DIR}/setupvars.sh
Expand Down
Loading

0 comments on commit f5e37d6

Please sign in to comment.