|
48 | 48 | - 'scripts/**/*'
|
49 | 49 | - '.gitmodules'
|
50 | 50 | - '**/setup.py'
|
| 51 | +- 'conan.lock' |
| 52 | +- 'conanfile.txt' |
| 53 | +- 'vcpkg.json' |
51 | 54 | - any: ['thirdparty/**/*',
|
52 | 55 | '!thirdparty/**/CMakeLists.txt']
|
53 | 56 |
|
|
65 | 68 |
|
66 | 69 | 'category: GPU':
|
67 | 70 | - 'src/plugins/intel_gpu/**/*'
|
68 |
| -- 'src/tests/**/gpu/**/*' |
69 | 71 | - 'thirdparty/ocl/**/*'
|
70 | 72 |
|
71 | 73 | 'category: HETERO':
|
|
74 | 76 | 'category: IE Tests':
|
75 | 77 | - 'thirdparty/gtest/**/*'
|
76 | 78 | - 'src/frontends/tests/frontend/shared/**/*'
|
77 |
| -- any: ['src/tests/**/*', |
78 |
| - '!src/tests/**/gpu/**/*', |
79 |
| - '!src/tests/**/inference_engine/**/*'] |
| 79 | +- 'src/tests/**/*' |
80 | 80 |
|
81 | 81 | 'category: inference':
|
82 | 82 | - 'src/inference/**/*'
|
83 |
| -- 'src/tests/functional/inference_engine/**/*' |
| 83 | +- 'src/cmake/**/*' |
84 | 84 |
|
85 | 85 | 'category: IR FE':
|
86 | 86 | - 'src/frontends/ir/**/*'
|
|
91 | 91 | 'category: MO':
|
92 | 92 | - 'tools/mo/**/*'
|
93 | 93 | - 'tools/ovc/**/*'
|
| 94 | +- 'tests/layer_tests/mo_python_api_tests/**/*' |
| 95 | +- 'tests/layer_tests/ovc_python_api_tests/**/*' |
94 | 96 |
|
95 | 97 | 'category: ONNX FE':
|
96 | 98 | - 'src/frontends/onnx/**/*'
|
97 | 99 | - 'thirdparty/onnx/**/*'
|
| 100 | +- 'tests/layer_tests/onnx_tests/**/*' |
98 | 101 |
|
99 | 102 | 'category: packaging':
|
100 | 103 | - 'cmake/**/packaging/**/*'
|
|
103 | 106 |
|
104 | 107 | 'category: PDPD FE':
|
105 | 108 | - 'src/frontends/paddle/**/*'
|
| 109 | +- 'tests/layer_tests/py_frontend_tests/test_paddle_frontend.py' |
106 | 110 |
|
107 | 111 | 'category: POT':
|
108 | 112 | - 'tools/pot/**/*'
|
|
119 | 123 | - 'thirdparty/gflags/**/*'
|
120 | 124 | - 'thirdparty/json/**/*'
|
121 | 125 | - 'thirdparty/cnpy/**/*'
|
| 126 | +- 'tests/samples_tests/smoke_tests/**/*' |
122 | 127 |
|
123 | 128 | 'category: TEMPLATE':
|
124 | 129 | - 'src/plugins/template/**/*'
|
|
127 | 132 | - 'src/frontends/tensorflow/**/*'
|
128 | 133 | - 'src/frontends/tensorflow_common/**/*'
|
129 | 134 | - 'tests/layer_tests/tensorflow_tests/**/*'
|
| 135 | +- 'tests/layer_tests/tensorflow2_keras_tests/**/*' |
| 136 | +- 'tests/layer_tests/jax_tests/**/*' |
| 137 | +- any: ['tests/model_hub_tests/**', |
| 138 | + '!tests/model_hub_tests/torch_tests/**/*'] |
130 | 139 |
|
131 | 140 | 'category: TFL FE':
|
132 | 141 | - 'src/frontends/tensorflow_lite/**/*'
|
|
137 | 146 | - 'src/frontends/pytorch/**/*'
|
138 | 147 | - 'tests/layer_tests/pytorch_tests/**/*'
|
139 | 148 | - 'src/bindings/python/src/openvino/frontend/pytorch/**/*'
|
| 149 | +- 'tests/layer_tests/py_frontend_tests/test_torch_decoder.py' |
| 150 | +- 'tests/layer_tests/py_frontend_tests/test_torch_frontend.py' |
| 151 | +- any: ['tests/model_hub_tests/**', |
| 152 | + '!tests/model_hub_tests/tf_hub_tests/**/*'] |
140 | 153 |
|
141 | 154 | 'category: tools':
|
142 | 155 | - any: ['tools/**',
|
143 | 156 | '!tools/pot/**/*',
|
144 |
| - '!tools/mo/**/*'] |
| 157 | + '!tools/mo/**/*', |
| 158 | + '!tools/ovc/**/*'] |
145 | 159 |
|
146 | 160 | 'category: transformations':
|
147 | 161 | - 'src/common/transformations/**/*'
|
148 | 162 | - 'src/common/offline_transformations/**/*'
|
| 163 | + |
| 164 | +'category: licensing': |
| 165 | +- 'licensing/**/*' |
| 166 | +- 'LICENSE' |
0 commit comments