Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/_test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ on:
required: false
type: string
default: linux.4xlarge.memory
docker-image:
description: 'Docker image for Linux jobs'
required: false
type: string
default: ci-image:executorch-ubuntu-22.04-clang12

jobs:
test-backend-linux:
Expand All @@ -50,7 +55,7 @@ jobs:
with:
ref: ${{ inputs.ref }}
runner: ${{ inputs.runner-linux }}
docker-image: ci-image:executorch-ubuntu-22.04-clang12
docker-image: ${{ inputs.docker-image }}
submodules: recursive
timeout: ${{ inputs.timeout }}
upload-artifact: test-report-${{ matrix.flow }}-${{ matrix.suite }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-backend-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
timeout: 120
run-linux: true
docker-image: ci-image:executorch-ubuntu-22.04-arm-sdk
Loading