File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -642,11 +642,15 @@ jobs:
642642 max-parallel : 2
643643 fail-fast : false
644644 matrix :
645- TEST_TYPE : ['unit', 'func']
645+ include :
646+ - TEST_TYPE : ' unit'
647+ TEST_FILTER : ' *smoke*fully_connected*:*convolution_gpu_bfyx_f16*:*convolution_f16_fw_gpu*:*smoke*convolution*-*deconvolution*:*DISABLED*:*fully_connected_random_test*'
648+ - TEST_TYPE : ' func'
649+ TEST_FILTER : ' *KVCacheTests*smoke*'
646650 with :
647651 device : ' igpu'
648652 test_type : ${{ matrix.TEST_TYPE }}
649- test_filter : ${{ github.event_name == 'pull_request' && ( matrix.TEST_TYPE == 'unit' && '*pooling_forward_gpu*-*basic_max_pooling_int8*' || '*KVCacheTests*smoke*') || '' }}
653+ test_filter : ${{ github.event_name == 'pull_request' && matrix.TEST_FILTER || '' }}
650654 runner : " [ 'self-hosted', 'igpu', 'Linux' ]"
651655 runner-group : ' Intel-GPU'
652656 image : ${{ fromJSON(needs.docker.outputs.images).ov_test.ubuntu_22_04_x64_igpu }}
You can’t perform that action at this time.
0 commit comments