File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 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
4338env :
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 :
You can’t perform that action at this time.
0 commit comments