Fixed Linux CC (#21540)

This commit is contained in:
Ilya Lavrenov 2023-12-08 13:51:06 +04:00 committed by GitHub
parent 8eb26dce6c
commit 3481568a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ jobs:
pushd ${SELECTIVE_BUILD_STAT_DIR}
tar -czvf ${BUILD_DIR}/openvino_selective_build_stat.tar.gz *
popd
pushd ${INSTALL_DIR}
tar -czvf ${BUILD_DIR}/openvino_package.tar.gz \
install_dependencies/install_openvino_dependencies.sh
@ -200,6 +200,7 @@ jobs:
pushd ${INSTALL_TEST_DIR}
tar -czvf ${BUILD_DIR}/openvino_tests.tar.gz \
tests/ov_cpu_func_tests \
tests/libtemplate_extension.so \
tests/functional_test_utils/layer_tests_summary/*
popd