Skip to content

Commit e363ca8

Browse files
committed
.
1 parent 0490443 commit e363ca8

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ubuntu_22.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)