Skip to content

Commit 0ad96c1

Browse files
committed
remove driver from runner label
1 parent 8da8e17 commit 0ad96c1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/gemm-test-reusable.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
description: Device
99
type: string
1010
default: max1550
11-
driver_version:
12-
description: Driver version
13-
type: string
14-
default: rolling
1511
runner_label:
1612
description: Runner label, keep empty for default
1713
type: string
@@ -66,7 +62,7 @@ env:
6662
jobs:
6763
integration-tests:
6864
name: Integration tests
69-
runs-on: ${{ fromJson(inputs.runner_label && format('["{0}"]', inputs.runner_label) || format('["{0}", "{1}", "{2}"]', inputs.device, inputs.driver_version, inputs.runner_version)) }}
65+
runs-on: ${{ fromJson(inputs.runner_label && format('["{0}"]', inputs.runner_label) || format('["{0}", "{1}"]', inputs.device, inputs.runner_version)) }}
7066
defaults:
7167
run:
7268
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"

0 commit comments

Comments
 (0)