Alexandra Sidorova
4bef661f7a
[Snippets][CI] Added ov_snippets_func_tests validation to Azure CI ( #18844 )
...
* [Snippets][CI] Added Snippets Func Tests to Azure Windows
* [Snippets][CI] Added Snippets Func Tests to Azure Linux
* [Snippets][CI] Added Snippets Func Tests to GitHib workflow Linux
* [Snippets][CI] Added Snippets Func Tests to GitHib workflow Windows
* [Snippets][CI] Added Snippets Func Tests to Azure Linux Debian
2023-07-28 15:23:10 +00:00
Nadezhda Ageeva
a930c74143
[HETERO] Fix problem with ov_hetero_unit_tests ( #18794 )
...
* [HETERO] Fix problem with ov_hetero_unit_tests
* FIX 2
* Rename ov_hetero_unit_tests -> ov_hetero_func_tests
2023-07-26 16:12:22 +04:00
Andrey Kashchikhin
9973feda74
Disable windows GA workflow ( #18566 )
2023-07-14 16:22:58 +02:00
Andrey Kashchikhin
7f94bd4c12
[CI] [GHA] Cancel in-progress Linux & Win pipelines in favour of that of on the latest commit in PRs ( #18548 )
...
* cancel in-progress PR pipelines in favour of the latest
* add unique vals to the concurrency
* sample change
* revert
2023-07-14 14:00:21 +04:00
Andrey Kashchikhin
f1faa5f5a3
add path-ignore ( #18533 )
2023-07-14 00:47:06 +04:00
Andrey Kashchikhin
a5782e0906
[CI] Introduce Windows pipeline in GitHub Actions ( #18487 )
...
* introduce win pipeline
* save only on master
* skip test_if for pytorch tests
* skip pytorch layer tests
* skip one test, execute python tests
2023-07-13 14:03:33 +04:00
Anastasiia Pnevskaia
dd45925802
OVC tool leftovers ( #18410 )
...
* Made MO cli parser independent from OVC, added OVC Pylint test, minor fixes.
* Small corrections.
* PyLint fixes.
* Added init files.
* PyLint fixes.
* Small correction.
* Removed OVC dependency from MO.
* Fixed MO unit tests.
* PyLint fixes.
* Unit tests fix.
* Returned MO unit tests.
* PyLint configs.
* Small correction.
* Moved offline_transformations to back.
* Moved offline_transformations to back.
2023-07-12 18:18:22 +04:00
Andrey Kashchikhin
f06e0816f7
add missing stages ( #18480 )
2023-07-11 21:05:55 +04:00
Andrey Kashchikhin
c738899408
[CI] Introduce Linux pipeline in GitHub Actions ( #18355 )
...
* skip validation, always include cmake
* rm unconditional inclusion of zlib
* always include zlib
* correct path for builtin_extensions
* find builtin extensions recursively
* include test_utils always
* add logs for build_samples
* skip tests with dir accessing
* remove platform specification for samples build
* do not pkgconfig on win, use cmake generic on linux for samples
* rm make
* fix num_threads
* use bare numbers
* skip failing
* skip test_lrn_basic
* find zlib
* print error of downloading
* add linux pipeline
* do not save cache from PRs; add skipif only in GHA
* rm caching
* evaluate against a string
* do not include test_utils to the install dir
2023-07-11 11:54:33 +04:00
Ilya Churaev
b69190c2c1
Proxy plugin 2.0 ( #17416 )
...
* Initial commit for proxy plugin
* Include proxy to openvino library
* Fixed some tests
* Added plugin properties
* Added readme
* Support Compile model for the proxy plugin
* Fixed python
* Remove gmock
* Fixed some tests
* Fixed load plugin tests
* Removed internal PROXY_FALLBACK_PRIORITIES initialization property
* Fixed code style
* Added new tests
* Create architecture.md
* Fixed some proxy tests
* Implement not implemented functions
* Fixed ICore mock
* Remove redundant code
* Added import/export tests
* Fixed hetero import/export tests
* Fixed ICore mock
* Fixed import tests
* Fixed build
* Remove redundant parse config
* Fixed some comments
* Try to fix Windows build
* Fixed incorrect logic
* Small fix in tests
* Fixed python API
* Fixed typo
* Try to fix python
* Switch GPU under proxy
* Fixed GPU name
* Revert GPU plugin under proxy
* Small changes in CMake files
* Temp commit
* Build without proxy
* Revert "Temp commit"
This reverts commit 1ac9824bdf .
* Fixed test linking
* Removed tests from ncc check
* Add option to disable proxy plugin
* Fixed minor comments
* Disable some proxy tests if IR frontend is disabled
* Enable Intel GPU under the proxy
* Fixed typo
* Fixed segfault in tests
* Small fix for case if only GPU is registered
* Fixed code style
* Added remote context tests
* Added proxy tests to CI
* Fixed mock engine
* Test change
* Revert "Test change"
This reverts commit 2d1d67766f .
* Add new tests
* Removed some tests
* Revert "Removed some tests"
This reverts commit 090398652f .
* Revert incorrect logic
* Removed unused variables
* Use original name for the GPU plugin
* Fixed CMake
* Do not show hidden devices
* Try to fix GPU remote context
* Fixed GPU plugin build
* Added interface for proxy remote context
* Remove local properties
* Remove redundant API
* Fixed typo
* Added remote tensors
* Fixed code style
* Fixed some comments
* Unwrap remote tensors before conversion to Blob
* Added cast for legacy API
* Fixed some cldnn tests
* Do not add preprocessing for proxy plugin
* Enabled more tests and wrap tensors in infer request
* Use hardware request inside conversion wrapper
* Fixed hand on cache calculation
* Try to fix some tests
* Support set tensor for remote tensors in proxy plugin
* Revert "Support set tensor for remote tensors in proxy plugin"
This reverts commit 5a927de590 .
* Remove redundant friend from compiled model and fix life time for infer
request
* Fixed code style
* Add additional so pointers to the tensor
* Rewrite approach for compile model and tensor
* Removed API from proxy
* Fixed is/as Blob for wrapped Blobs
* Wrap tensor when set tensor to plugin
* Fixed recursive call
* Don't unwrap tensors for AUTO plugin
* Fixed Some Multi tests with remote blob for proxy
* Align context name with tests
* Fixed code style
* Try to fix more tests
* Some minor changes
* Try to fix OVHoldersTests
* Try to save low level SO in high level wrappers
* Revert "Try to save low level SO in high level wrappers"
This reverts commit 430ff8a526 .
* Revert "Try to fix OVHoldersTests"
This reverts commit 32604f0d3e .
* Disable some tests
* Fixed DynamicBatchShapeTests
* Fixed caching tests and skip OVHoldersTest
* Small refactoring
* Fixed import model
* Small fix
* Fix typo which causes fails of caching tests
* Disabled AUTO BATCH for proxy device
* Support Export in Auto batch
* Small changes
* Fixed initialization fallback to plugin with proxy name
* Added more values for tests
* Ask all devices and create context if no device id
* Support export in auto batch
* Fixed some comments
* Fixed some comments and removed auto batch
* Fixed some comments
* Fixed auto batch test and some comments
* Fixed build
* Removed proxy plugin class from dev api
* Fixed code style
* Fixed disabled tests
2023-07-07 13:45:20 +04:00
Santhosh Mamidisetti
0b708b5eff
updated py_checks.yml , workflow to be triggered ( #17956 )
...
* updated py_checks , trying to trigger workflow
* trail trigger
* undone changes
* changes after PR
* corrected flake for logger , constants .py
* fixed flake8 test on modified files
* fixed flake8 test on modified files
* fixed logger.py to trigger workflow
* Update .github/workflows/py_checks.yml
Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com >
* Update .github/workflows/py_checks.yml
Co-authored-by: Anastasia Kuporosova <anastasia.kuporosova@intel.com >
---------
Co-authored-by: Przemyslaw Wysocki <przemyslaw.wysocki@intel.com >
Co-authored-by: Anastasia Kuporosova <anastasia.kuporosova@intel.com >
2023-06-16 14:02:43 +04:00
Alina Kladieva
acb4b1d37b
Revert "Stale PRs/Issues action limit extention ( #17491 )" ( #17868 )
...
This reverts commit c351335661 .
2023-06-02 22:50:57 +00:00
Alexey Kazakov
14bdfbc016
Enable cron trigger for stale PR/issues action ( #17689 )
2023-05-23 17:33:12 +01:00
Alexey Kazakov
65b734083c
Stale issue new rule ( #17549 )
2023-05-23 11:28:01 +01:00
Alexey Kazakov
2f3efede4d
Temporary remove cron trigger from stale action ( #17586 )
...
* Temporary remove cron trigger from stale action
* Update stale_prs_and_issues.yml
2023-05-17 20:58:32 +02:00
gklodkox
bbf77b359a
Enable code coverage for github actions ( #15767 )
...
* Add code coverage for github actions
* Add code coverage for github actions
* Add code coverage for github actions
* Add code coverage for github actions
* Split tests to parts
* minor fix
* minor fixes
* minor fixes
* minor fixes
* minor fixes
* minor fixes
* minor fixes
* minor fixes
* Fixed dependencies
* Fixed dependencies
* ubuntu 16 cores
* revert ubu and add coverage dependency
* minor fixes
* minor fixes
* minor fixes
* Update coverage.yml
* Update coverage.yml
* Coverage
* Coverage
* ubuntu-latest-16-cores
* ubuntu-latest-16-cores
* change triggers
* add newline
* Added GNinja and ccache
* Change to ubuntu-latest for testing purposes
* Change to ubuntu-latest for testing purposes
* Change to ubuntu-latest for testing purposes
* Fix getting cpu cores
* Disable GNinja
* Enable GNinja, change compiler, warnings no longer as errors
* Enable GNinja, change compiler, warnings no longer as errors
* Enable GNinja, change compiler, warnings no longer as errors
* Enable GNinja, change compiler, warnings no longer as errors
* Enable GNinja, change compiler, warnings no longer as errors
* Enable GNinja, change compiler, warnings no longer as errors
* Enable GNinja, change compiler, warnings no longer as errors
* Enable GNinja, change compiler, warnings no longer as errors
* fixes
* change coverage cmake
* 16-cores
* Disable GNinja
* GNinja comes back, turned off dependencies and py
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* only test OV
* only test OV
* install lcov
* change coverage building
* only OV
* no tests
* change coverage building method
* wrong directory fix
* disable onnx
* enable python
* enable python
* enable python
* disable action for cmake
* Revert "disable action for cmake"
This reverts commit d0294570fa82c5ce06170866ab1f3572221c8407.
* disable lcov
* check files after build
* disable gninja for coverage
* change trigger to trigger by /coverage comment
* Added rest of the tests
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Disable gninja, run tests by ctest
* tf req
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
* Update coverage.yml
---------
Co-authored-by: Ilya Churaev <ilya.churaev@intel.com >
2023-05-17 12:07:07 +04:00
Przemyslaw Wysocki
42ef81a9e6
Add exempt-pr-labels entry to stale_prs_and_issues.yml workflow ( #17511 )
...
* Add exempt
* Changel label name
2023-05-12 15:37:21 +02:00
Alexey Kazakov
c351335661
Stale PRs/Issues action limit extention ( #17491 )
2023-05-11 18:20:19 +02:00
Alina Kladieva
80bf2b4ef9
Use ascending order for stale_prs action
2023-05-10 19:24:28 +02:00
Alexey Kazakov
47f1c43d68
Stale PRs/Issues github action adding ( #17420 )
2023-05-10 16:47:57 +02:00
Maria Pushkina
4f7f7c31ee
[CVS-104864] Action: Renamed group for concurrency ( #16715 )
2023-04-03 23:26:25 +04:00
dependabot[bot]
64e9dc32cd
Bump awalsh128/cache-apt-pkgs-action from 1.2.4 to 1.3.0 ( #16562 )
...
Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action ) from 1.2.4 to 1.3.0.
- [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases )
- [Commits](https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.2.4...v1.3.0 )
---
updated-dependencies:
- dependency-name: awalsh128/cache-apt-pkgs-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 11:09:21 +04:00
Ilya Lavrenov
2e12af27e4
Improved GA precommit to track docs regressions ( #16027 )
2023-03-01 18:08:29 +04:00
dependabot[bot]
07f287e362
Bump awalsh128/cache-apt-pkgs-action from 1.1.3 to 1.2.2 ( #14999 )
...
* Bump awalsh128/cache-apt-pkgs-action from 1.1.3 to 1.2.2
Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action ) from 1.1.3 to 1.2.2.
- [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases )
- [Commits](https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.1.3...v1.2.2 )
---
updated-dependencies:
- dependency-name: awalsh128/cache-apt-pkgs-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update .github/workflows/build_doc.yml
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
2023-02-28 19:54:33 +04:00
dependabot[bot]
a7443e13fa
Bump actions/cache from 1 to 3 ( #15965 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 1 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v1...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 10:46:37 +04:00
Sebastian Golebiewski
ffdf31fba8
DOCS: Update doxygen version ( #15210 )
...
* Update build_doc.yml
* fixing references
* fix refs
* fix branch.hpp
2023-01-20 13:22:30 +04:00
Ilya Lavrenov
c4eeecfec5
Remove myriad plugin ( #15131 )
...
* Removed Intel MYRIAD plugin
* Removed Intel MYIAD from CI files
* Removed Intel MYRIAD from cmake folder
* Removed MYRIAD, HDDL from samples
* Removed MYRIAD, HDDL from scripts folder
* Removed MYRIAD from bindings folder (C and Python API)
* Removed MYRIAD tests
* Removed MYRIAD from tests folder
* Removed MYRIAD from tools folder
* Removed HDDL (VAD), MYRIAD (NSC2) from documentation
* Fixed build for AUTO unit tests
* Fixed clang code style
* Fixed comments and issues
* removed MYRIAD from AUTO tests
* Disabled MULTI tests in CI
* Update docs/OV_Runtime_UG/auto_device_selection.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/get_started/get_started_demos.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
* Update docs/OV_Runtime_UG/deployment/local-distribution.md
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
Co-authored-by: Yuan Xu <yuan1.xu@intel.com >
2023-01-18 15:19:44 +04:00
Roman Kazantsev
35ed485d82
[MO] Activate pylint checker in CI ( #15012 )
...
* Fixed mo workflow
* Update pylint config with import os
* Update .github/workflows/mo.yml
* Install extras for pylint checker
* Fix pylint reported errors
* Add torch to the environment
* Add torch into whitelist
* Ignore torch
* Localize torch code
* Fix syntax error
* Remove MO unit-test from Pylint flow
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
2023-01-11 08:07:57 +04:00
Ilya Lavrenov
1e71bdd1d4
Fixed clang-format action to provide suggestions ( #14957 )
2023-01-06 06:37:15 +04:00
Ilya Lavrenov
d3f7adf63a
Add token for labeler workflow ( #14908 )
2023-01-03 12:54:11 +04:00
Ilya Lavrenov
1d690fbb50
Added workflow to add labels ( #14895 )
...
* Added workflow to add labels
* Preserve groups in codeowners files
2023-01-03 12:26:09 +04:00
Ilya Lavrenov
f78fa5b769
Smart github actions for shellcheck and clang-format ( #14881 )
...
* Smart github actions for shellcheck and clang-format
* Try to remove paths
* Added exclude
2023-01-02 05:16:45 +04:00
Ilya Lavrenov
1ef17c507d
Added dependency review action ( #14844 )
2022-12-29 11:39:56 +04:00
Ilya Lavrenov
4309325d4e
Used newer version of checkout github action ( #14843 )
...
* Used newer version of checkout github action
* Updated actions/upload-artifact action version to use Node 16
* Updated actions
* Experiment
* Name documentation artifacts
* Moved doxyrest version to environment
* Extract PR number
* Properly upload documentation
* Updated github_org_control/config.json
2022-12-29 02:30:17 +04:00
Anastasia Kuporosova
4e8d48a072
[PyOV] Delete repeated requirements files ( #14609 )
...
* [PyOV] Delete repeated requirements files
* update azure jobs
* update cmakefiles
2022-12-14 11:28:04 +01:00
Ilya Churaev
005f8ca497
Fixed documentation build ( #14208 )
2022-11-24 12:41:37 +04:00
Ilya Churaev
198adbf266
Add profiler to document build scripts ( #14029 )
...
* Add profiler to document build scripts
* Add script name
* Use system doxygen and try to understand the build of each cmake target
* Revert doxygen
* Try to speed up documentation build
* Try to cache results
* Added cache for sphinx
* Remove profilers
* Fix install dependencies
* Restored config options
* Added ccache
* Cache python and update sphinx
* Update packaging
* Revert sphinx upgrade
* Don't need to clone recursive
* Revert "Don't need to clone recursive"
This reverts commit 7a2043df7b .
* Change cache apt action
* Updated ccache calls
* Don't use recursice init
* Update sphinx to 4.5
* Fixed indent
* Disable all custom code in theme
* Remove quite mode
* Revert "Disable all custom code in theme"
This reverts commit 096ca2f329 .
* Removed dependency on python
* Disable code analyse
* Disable common functions
* Revert edit page
* Minimize the number of cycles for li
* Fixed is none
* Try to fix build
* Disable sidebar
* Revert "Disable sidebar"
This reverts commit 64303ee94f .
* Return raw html
* Removed private information
* Avoid generation multiple artifacts
* Added additional step to collect ccache
* Small change
* Fixed typo
* Added comments
2022-11-18 15:12:35 +04:00
Jan Iwaszkiewicz
5ae221e107
[PyOV] Fix mypy after bump, general refactor ( #13913 )
...
* Fix mypy errors after bump PEP482, reformat code in general
* Enable checks
* Fix smaller issues
* Revert typo with comments
* Fix indents
2022-11-08 19:26:39 +04:00
Przemyslaw Wysocki
d2871fd52c
[PyOV] Enable Python 3.10 on Azure CI ( #12578 )
...
* Fix mypy for numpy==1.21.6
* Apply CR changes
* Allow Python 3.6 for open source
* Attempt to silence mypy
* Revert to 3.6 in setup.pys
* Fix merge conflict
* Add newline
* Fix Python version assert
* Test Python 3.10 CI
* Try bumping up pybind to 2.10
* Link default python to python 3.10
* Add sudo to changing default python
* Bump python version in setupvars
* Fix exception in test
* Do the same for compatibility
* Apply same CI changes to other pipelines
* Attempt to fix arm and windows CIs
* Fix win py lib version and links?
* Try to fix CI
* Fix win python path
* Update win path
* Test disable PDPD
* Disable TF for testing CI
* Add sudo to rm
* Test linux
* Update requirements
* RM sudo
* Add debug step to CI on ARM
* build py from source on linux
* Remove debug step from ARM
* Fix err
* Fill num_proc
* Fic py installation
* Bump pdpd to 2.3.1
* Bump np vers
* Try to upgrade onnx to 1.12.0
* Revert onnx upgrade, enable frontends
* Build py shared
* Export library
* activate py env
* Bump scipy for py3.10
* Another scipy bump
* Fix Windows path, add nfs helper for mount
* Attempt to fix win_cc
* Batch of changes
* Try to fix ngraph-onnx-lin
* Install lsb-release for docker on ngraph-onnx-lin
* Link lsb_release
* Try bumping Ubuntu to 22.04
* Revert ubuntu change in dockerfile
* Refactor tests for onnx1.12
* Fix ONNX compatibility and numpy warnings
* Refactor tests for onnx1.12
* Fix ONNX compatibility and numpy warnings
* Upgrade ONNX to 1.12 in cpp
* Skip unsupported ops
* Revert "Fix ONNX compatibility and numpy warnings"
This reverts commit cd8a0e6b8e .
* Small changes
* Remove unnecessary changes
* Bump Python version in github workflows
* Fix flake error
* Another flake error
* Even more flake errors
* Xfail more tests
* Fix mypy errors
* Change onnx version in tests
* Bump ONNX in MO
* Fix onnx utils in comp
* Minor changes
* Import pathlib
* Add xfails to compatibility tests
* Skip segfaulting tests
* Fix onnx nametuple
* Fix flake
* Try to fix py3.6 onnx
* Switch to venv in windows
* Fix model importer and reqs
* Add __test__
* Debug print
* Fix flake
* Update linux.yml
* Update windows.yml
* Update linux.yml
* Update windows.yml
* Install python3.10
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Update windows.yml
* Install py embedded
* Fix dir
* Fix curl
* Add complete file
* CP file
* Bump py ver
* Fix missing venv
* Try to install
* Disable venv
* Bump OMZ commit
* checkout omz
* Revert omz
* Bump omz
* Revert pybind bump
* Update .gitmodules
* Change pybind to fork
* change ssize_t to size_t
* Install bz2 for py build
* Bump omz
* Bump pandas requirement version
* Revert omz
* Install missing clang
* Bump omz
* Bump versions on fork
* Bump numpy in model zoo
* Fix clang
* Skip segfaulting pdpd test
* Skip another pdpd test
* Skip pdpd places.cpp
* Bump py ver in setupvars.bat
* Disable paddle tests
* Use int instead of str
* Fix requirements path
* Enable lin-cc
* Fixes in CI
* lin-cc and ngrpah-onnx changes
* Update num_proc
* Update ngraph-onnx
* Minor change
* Fix env var
* Change ubuntu to 20
* Get compiler on ngraph-onnx
* Add sudo to apt-get
* Add SSL
* Download ssl
* Different way of installing ssl
* Minor changes
* install zlib
* Fix env var
* Fix docker building error
* Revert changes
* Modify dockerfile
* Change pychecks python version
* Cleanup
* Add LayerNorm to expanded ONNX functions
* Revert previous commit
* Add LayerNorm to expanded ONNX functions
* Apply clang
* Move LayerNorm tests to skip_segfault
* Unskip pdpd tests
* Enable pdpd tests on linux
* Refactoring
* Remove 3.6 from reqs
* Refactoring
* Minor changes
* Minor changes
* Relax MO reqs
* Bump torch version
* relax pytest
* Specify pytest version
* Fix pytest pip conflict
* Bump pybind11 to v2.10.1 release tag
* Specify separate pytest version for py3.10
* Bump attrs
* Add py dependency
* Refactor versions
* Add venv activation to tf tests
* Fix fdupes
* Bump OMZ submodule
* Remove find and replace
* Change pybind to upstream fork
* Set pybind to proper commit
* Minor changes
* Try to fix scipy
* Updated exclude patterns for nlohmann json
* [PyOV] Fix wheel requirements for new package versions
* Specify CPU plugin versions
* Bump OMZ version
* Fix linter
* Fix linter 2
* Fix linter 3
* Disable linter
Co-authored-by: Mateusz <mateusz.mikolajczyk@intel.com >
Co-authored-by: jiwaszki <jan.iwaszkiewicz@intel.com >
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com >
2022-11-08 11:38:39 +04:00
Ilya Churaev
578df5486a
Kill old actions in case of new changes ( #13700 )
...
* Kill old actions in case of new changes
* Some new changes
* Revert redundant line
2022-10-28 15:16:46 +04:00
Ilya Churaev
d80636c56c
Try to suggest clang format changes ( #13685 )
...
* Enable reviewdog for clang-format
* Change pipeline
* Add github tocken
* Revert "Add github tocken"
This reverts commit dfe759a56d .
* Revert "Change pipeline"
This reverts commit e7908202e9 .
* Fixed code style
2022-10-28 15:15:49 +04:00
Ilya Churaev
85d78a3ef0
Build code snippets together with doc ( #13541 )
...
* Build code snippets together with doc
* Added separate step for code snippets
* Try to enable CI step
* Disabe myriad
* Try to fix Windows
* Detect number of cores
* Reduced build time of code snippets
2022-10-21 06:29:19 +03:00
Przemyslaw Wysocki
a0e2f14790
[PyOV] Upgrade linter Python version ( #13531 )
2022-10-20 10:01:13 +02:00
Przemyslaw Wysocki
d5a274b0e4
[PyOV] Drop Python 3.6 support ( #12280 )
...
* Drop Python 3.6
* Test dropping Python to 3.6 in py_checks.yml
* Allow Python 3.6 for open source
* Add docs on upgrading Python
2022-09-22 11:58:12 +02:00
Alina Kladieva
1734f2d673
Run Python checks on Ubuntu 20.04 ( #12687 )
...
* Run Python checks on Ubuntu 20.04
* Run py_checks for changes to workflow
* Fix endline
2022-08-22 23:15:27 +04:00
Ilya Lavrenov
2e7284cfa0
Automatically detect ENABLE_PYTHON, ENABLE_WHEEL default values ( #12551 )
...
* Add ENABLE_WHEEL=ON by default
* Adjust CMake options for GitHub checks
* Add ov_check_pip_package and ov_check_pip_packages CMake functions
* revert options
* skip empty lines
* formatting
* fix condition
* check for patchelf
* Add numpy dependency to condition
* Fix error:
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (gast 0.4.0 (c:\hostedtoolcache\windows\python\3.7.6\x64\lib\site-packages), Requirement.parse('gast==0.3.3; platform_system == "Windows"'), {'paddlepaddle'})
* set DENABLE_WHEEL=OFF for openvino-onnx docker
* Supported newer versions of shellcheck
* Don't use excluded sources
* Improved NCC process of clang search
* Fixes
* A lot of updates
* Fixes after 2 PRs merge
* Fixed build
* Fixes
* Relaxed cython version a bit
* Try non-pip cython as well
* Fixed MacOsX
* Disable pybind usage for MO tests as well
* Added descriptive warning messages
* Fixed compilation on Windows
* Support for cmake < 3.15
* FIxed Windows linkage
* Fixed review comments
Co-authored-by: Sergey Lyubimtsev <sergey.lyubimtsev@intel.com >
2022-08-16 14:43:30 +04:00
Ilya Lavrenov
aecab4d12a
U22 adoption in github actions ( #12550 )
...
* Supported newer versions of shellcheck
* Don't use excluded sources
* Improved NCC process of clang search
* Fixes
2022-08-14 20:53:41 +04:00
Anastasia Kuporosova
4c7050f6a9
[Python API] Improve configuration files ( #10960 )
...
* [Python API] Improve configuration files
* fix config files
* update setup.cfd + change quotes
* move all codestyle checks to py_checks job
* update requirements_test.txt
* fix codestyle according to flake-docstring
* fix
* fix mypy
* apply comments
2022-03-30 20:26:36 +03:00
Ilya Lavrenov
168bfe58c4
Fix NCC ( #10105 )
2022-02-03 16:51:26 +03:00
Nikolay Tyukaev
7a88daa8f7
enable doc html artifact ( #10065 )
2022-02-02 14:43:20 +03:00