Skip to content

Commit 420020f

Browse files
committed
Disable Driver 5010 tests for now
1 parent 4f93204 commit 420020f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/actions/compile-models/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ runs:
7272
PLATFORM="METEORLAKE"
7373
elif [[ "${{ inputs.npu-platform }}" == "NPU.4000" ]]; then
7474
PLATFORM="LUNARLAKE"
75+
elif [[ "${{ inputs.npu-platform }}" == "NPU.5010" ]]; then
76+
PLATFORM="PANTHERLAKE"
7577
else
7678
PLATFORM="not_valid_platform"
7779
fi

.github/workflows/job_tests_compilation_linux.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,17 @@ jobs:
5151
matrix:
5252
include:
5353
- npu-platform: NPU.3720
54+
compiler-mode: ${{ inputs.compiler-type }}
5455
models-config: ./validation/public_models_3720_${{ inputs.compiler-type }}.json
5556
- npu-platform: NPU.4000
57+
compiler-mode: ${{ inputs.compiler-type }}
5658
models-config: ./validation/public_models_4000_${{ inputs.compiler-type }}.json
5759
- npu-platform: NPU.5010
60+
compiler-mode: ${{ inputs.compiler-type }}
5861
models-config: ./validation/public_models_5010_${{ inputs.compiler-type }}.json
62+
exclude:
63+
- npu-platform: NPU.5010
64+
compiler-mode: DRIVER
5965
steps:
6066
- name: Checkout
6167
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

0 commit comments

Comments
 (0)