File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 3131 required : false
3232 type : boolean
3333 default : false
34+ runner-linux :
35+ description : ' Runner type for Linux jobs'
36+ required : false
37+ type : string
38+ default : linux.4xlarge.memory
3439
3540jobs :
3641 test-backend-linux :
4449 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
4550 with :
4651 ref : ${{ inputs.ref }}
47- runner : linux.4xlarge.memory
52+ runner : ${{ inputs.runner-linux }}
4853 docker-image : ci-image:executorch-ubuntu-22.04-clang12
4954 submodules : recursive
5055 timeout : ${{ inputs.timeout }}
Original file line number Diff line number Diff line change 2525 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
2626 timeout : 120
2727 run-linux : true
28+ runner-linux : linux.8xlarge.memory
You can’t perform that action at this time.
0 commit comments