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 31
31
required : false
32
32
type : boolean
33
33
default : false
34
+ runner-linux :
35
+ description : ' Runner type for Linux jobs'
36
+ required : false
37
+ type : string
38
+ default : linux.4xlarge.memory
34
39
35
40
jobs :
36
41
test-backend-linux :
44
49
uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
45
50
with :
46
51
ref : ${{ inputs.ref }}
47
- runner : linux.4xlarge.memory
52
+ runner : ${{ inputs.runner-linux }}
48
53
docker-image : ci-image:executorch-ubuntu-22.04-clang12
49
54
submodules : recursive
50
55
timeout : ${{ inputs.timeout }}
Original file line number Diff line number Diff line change 25
25
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
26
26
timeout : 120
27
27
run-linux : true
28
+ runner-linux : linux.8xlarge.memory
You can’t perform that action at this time.
0 commit comments