diff --git a/CI-configuration.md b/CI-configuration.md index 7ed0182..6ba1efa 100644 --- a/CI-configuration.md +++ b/CI-configuration.md @@ -130,6 +130,7 @@ Android: DNN backends testing: - `ubuntu-openvino:16.04` - `ubuntu-openvino:18.04` +- `ubuntu-openvino-2020.2.0:16.04` - `ubuntu-openvino-2020.1.0:16.04` - `ubuntu-openvino-2019r3.0:16.04` - `ubuntu-vulkan:16.04` - for testing DNN Vulkan backend @@ -150,13 +151,13 @@ and many deprecated/special build_images for coverage/valgrind/etc - `msvs2015`, `msvs2015-win32` - `msvs2017`, `msvs2017-win32` (`windows-1`) - `msvs2019`, `msvs2019-win32` (`windows-1`) -- `openvino-2020.1.0`, `openvino-2019r3.0` +- `openvino-2020.2.0`, `openvino-2020.1.0`, `openvino-2019r3.0` Useful extra parameters: `test_opencl=ON` ### macOS X `build_image` list -- `openvino-2020.1.0`, `openvino-2019r3.0` +- `openvino-2020.2.0`, `openvino-2020.1.0`, `openvino-2019r3.0` - `osx_framework` @@ -183,9 +184,9 @@ disable_ipp=ON - DNN testing (OpenVINO or new layers, tests set changes): ``` force_builders=Custom,Custom Win,Custom Mac -build_image:Custom=ubuntu-openvino-2020.1.0:16.04 -build_image:Custom Win=openvino-2020.1.0 -build_image:Custom Mac=openvino-2020.1.0 +build_image:Custom=ubuntu-openvino-2020.2.0:16.04 +build_image:Custom Win=openvino-2020.2.0 +build_image:Custom Mac=openvino-2020.2.0 test_modules:Custom=dnn,python2,python3,java test_modules:Custom Win=dnn,python2,python3,java diff --git a/Graph-API.md b/Graph-API.md index 2c028f2..7349d59 100644 --- a/Graph-API.md +++ b/Graph-API.md @@ -23,6 +23,24 @@ build_gapi_standalone:Linux x64=ade-0.1.1f build_gapi_standalone:Win64=ade-0.1.1f build_gapi_standalone:Mac=ade-0.1.1f build_gapi_standalone:Linux x64 Debug=ade-0.1.1f + +Xbuild_image:Custom=centos:7 +Xbuildworker:Custom=linux-1 +build_gapi_standalone:Custom=ade-0.1.1f + +build_image:Custom=ubuntu-openvino-2020.2.0:16.04 +build_image:Custom Win=openvino-2020.2.0 +build_image:Custom Mac=openvino-2020.2.0 + +test_modules:Custom=gapi +test_modules:Custom Win=gapi +test_modules:Custom Mac=gapi + +buildworker:Custom=linux-1 +# disabled due high memory usage: test_opencl:Custom=ON +test_opencl:Custom=OFF +test_bigdata:Custom=1 +test_filter:Custom=* ``` Note: ADE version may change, refer to the latest correct one (see `DownloadADE.cmake`).