Skip to content

Commit e7f1a16

Browse files
committed
[Backend Tester] Increase linux runner size
ghstack-source-id: 79f97c2 ghstack-comment-id: 3278000015 Pull-Request: #14200
1 parent 3b12dea commit e7f1a16

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/_test_backend.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ on:
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

3540
jobs:
3641
test-backend-linux:
@@ -44,7 +49,7 @@ jobs:
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 }}

.github/workflows/test-backend-qnn.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ jobs:
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

0 commit comments

Comments
 (0)