Skip to content

Commit 234d374

Browse files
committed
Disable Driver 5010 tests for now
1 parent 4f93204 commit 234d374

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
models-config: ./validation/public_models_4000_${{ inputs.compiler-type }}.json
5757
- npu-platform: NPU.5010
5858
models-config: ./validation/public_models_5010_${{ inputs.compiler-type }}.json
59+
if: ${{ !(matrix.npu-platform == 'NPU.5010' && inputs.compiler-type == 'DRIVER') }}
5960
steps:
6061
- name: Checkout
6162
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1

0 commit comments

Comments
 (0)