Skip to content

Commit

Permalink
remove driver from runner label
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbaden committed Nov 5, 2024
1 parent 8da8e17 commit 0ad96c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/gemm-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
description: Device
type: string
default: max1550
driver_version:
description: Driver version
type: string
default: rolling
runner_label:
description: Runner label, keep empty for default
type: string
Expand Down Expand Up @@ -66,7 +62,7 @@ env:
jobs:
integration-tests:
name: Integration tests
runs-on: ${{ fromJson(inputs.runner_label && format('["{0}"]', inputs.runner_label) || format('["{0}", "{1}", "{2}"]', inputs.device, inputs.driver_version, inputs.runner_version)) }}
runs-on: ${{ fromJson(inputs.runner_label && format('["{0}"]', inputs.runner_label) || format('["{0}", "{1}"]', inputs.device, inputs.runner_version)) }}
defaults:
run:
shell: bash -noprofile --norc -eo pipefail -c "source /opt/intel/oneapi/setvars.sh > /dev/null; source {0}"
Expand Down

0 comments on commit 0ad96c1

Please sign in to comment.