Skip to content

Commit db00ded

Browse files
authored
Allow to run Inductor tests on IGC dev driver (#4964)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent c781b07 commit db00ded

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/inductor-tests-reusable.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ env:
3333
jobs:
3434
build:
3535
name: Test
36-
runs-on:
37-
- linux
38-
- rolling
39-
- ${{ inputs.runner_label || 'max1100' }}
36+
runs-on: ${{ startsWith(inputs.runner_label, 'igc') && fromJSON(format('["linux","{0}"]', inputs.runner_label)) || fromJSON(format('["linux","rolling","{0}"]', inputs.runner_label || 'max1100')) }}
4037
timeout-minutes: 960
4138
defaults:
4239
run:

0 commit comments

Comments
 (0)