Skip to content

Commit d3f967f

Browse files
fix
1 parent 3d9d232 commit d3f967f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/smoke_tests.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ on:
3434
default: "smoke"
3535
required: false
3636
description: "Markers to use for pytest"
37-
runner:
38-
required: false
39-
type: string
40-
default: "runner-4"
41-
description: "Runner to use for the build job"
4237

4338
env:
4439
BUILD_TYPE: "Release"
@@ -71,10 +66,10 @@ jobs:
7166
with:
7267
branch: ${{ github.event_name == 'push' && github.ref_name || github.event.inputs.branch-to-checkout || 'main' }}
7368
tag: ${{ github.event.inputs.tag-to-checkout }}
74-
runner: ${{ inputs.runner }}
69+
runner: runner-4
7570

7671
validation-prepare-setup-mcm:
77-
runs-on: ${{ inputs.runner }}
72+
runs-on: [self-hosted, runner-4]
7873
needs: call-bare-metal-build
7974
timeout-minutes: 60
8075
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
@@ -131,7 +126,7 @@ jobs:
131126
132127
validation-run-tests:
133128
needs: validation-prepare-setup-mcm
134-
runs-on: ${{ inputs.runner }}
129+
runs-on: [self-hosted, runner-4]
135130
timeout-minutes: 60
136131
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
137132
env:

0 commit comments

Comments
 (0)